8031113: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Basic.java fails intermittently
Alan Bateman
Alan.Bateman at oracle.com
Thu Jan 2 08:18:01 PST 2014
The test uses a relatively short timeout (3 seconds) when checking that
a channel group has terminated. It turns out that this timeout is
insufficient on some machines so I'd like to bump it up to 20 seconds
(which should be more than ample). There is another case in
GroupOfOne.java so I've bumped that one up too. Also these tests were
originally written when interruptible I/O was enabled on Solaris. This
is no longer the case so there isn't any need for the special @run
command for these tests. The webrev with the changes is here:
http://cr.openjdk.java.net/~alanb/8031113/webrev/
Thanks,
Alan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/nio-dev/attachments/20140102/1387dbf9/attachment.html
More information about the nio-dev
mailing list