[RFR] 8224645: Test java/nio/channels/DatagramChannel/BasicMulticastTests.java fails with NoSuchElementException

Alan Bateman Alan.Bateman at oracle.com
Wed May 29 09:57:43 UTC 2019


On 29/05/2019 09:19, Chris Hegarty wrote:
> :
> The test already has a test library dependency, so the addition of
> SkippedException does not introduce any new significant burden
> for standalone testing.
There are a couple of tests in the nio/channels area that are useful to 
run outside of the jtreg environment when debugging on specific 
machines. BasicMulticastTests is one of those tests (on several 
occasions I've had to remove the dependent on the test libs too).

> :
>
> It might be useful to just unconditionally printSystemConfiguration, at
> the start of the test, and then the nic in use for each iteration.
That would be good. There may be a few other tests where we do the same 
(when they are next edited).

-Alan


More information about the net-dev mailing list