History log of /openjdk10/jdk/test/java/nio/channels/AsyncCloseAndInterrupt.java
Revision Date Author Comments
# 16746:02bb14ee7f9d 16-Feb-2017 amlu

8175062: Mark java/nio/channels/AsyncCloseAndInterrupt.java as intermittently failing
Reviewed-by: bpb


# 14120:e6196d754c4e 11-Apr-2016 amlu

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@oracle.com>


# 13925:88577677aec9 20-Mar-2016 alanb

8151582: (ch) test java/nio/channels/AsyncCloseAndInterrupt.java failing due to "Connection succeeded"
Reviewed-by: bpb, rriggs, alanb
Contributed-by: huaming.li@oracle.com


# 5872:bc5e7ec12717 18-Sep-2012 dxu

7142919: TEST_BUG: java/nio/channels/AsyncCloseAndInterrupt.java failing intermittently [sol11]
Reviewed-by: alanb


# 5547:689129c71ccd 18-Jun-2012 alanb

7177617: TEST_BUG: java/nio/channels/AsyncCloseAndInterrupt.java failing (win)
Reviewed-by: chegar, coffeys


# 3261:a06412e13bf7 28-Dec-2010 ohair

6962318: Update copyright year
Reviewed-by: xdono


# 2491:1281181df71b 17-Jun-2010 alanb

6395224: (so) SocketChannel writer blocked on large buffer is not preempted by close method (vista)
Reviewed-by: chegar


# 2362:00cd9dc3c2b5 25-May-2010 ohair

6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun


# 1035:267d1f8aa82a 02-Apr-2009 alanb

6824135: (ch) test/java/nio/channels/AsyncCloseAndInterrupt.java fails (lnx)
Reviewed-by: sherman


# 381:b6d6877c1155 02-Jul-2008 xdono

6719955: Update copyright year
Summary: Update copyright year for files that have been modified in 2008
Reviewed-by: ohair, tbell


# 360:8619f18330b5 05-Jun-2008 alanb

6710579: (ch) test/java/nio/channels/AsyncCloseAndInterrupt fails (lnx)
Reviewed-by: chegar


# 359:28522137c831 05-Jun-2008 alanb

6596323: (fc) ClosedByInterruptException not thrown by the interrupt method (lnx)
Reviewed-by: sherman


# 0:37a05a11f281 30-Nov-2007 duke

Initial load