hg: jdk9/dev/jdk: 8068693: (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing.; ...
amy.lu at oracle.com
amy.lu at oracle.com
Tue Apr 12 05:54:09 UTC 2016
Changeset: e6196d754c4e
Author: amlu
Date: 2016-04-12 13:53 +0800
URL: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/e6196d754c4e
8068693: (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing.
8153209: java/nio/channels/AsyncCloseAndInterrupt.java fails throwing exception: java.nio.channels.ClosedChannelException.
Summary: for JDK-8068693, 500ms is too short on busy system for channel to be closed or for thread blocking on IO to be interrupted, increase the time from 500ms to 10000ms. for JDK-8153209, it's a test regression due to JDK-8151582, do not sleep when running tests for CONNECT/FINISH_CONNECT, sleep for other test cases.
Reviewed-by: bpb, martin, rriggs
Contributed-by: Hamlin Li <huaming.li at oracle.com>
! test/java/nio/channels/AsyncCloseAndInterrupt.java
More information about the jdk9-dev-changes
mailing list