-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b114
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8309522 | 8u391 | kiran kumar J | P4 | Resolved | Fixed | b01 |
TESTFAIL:java/nio/channels/SocketChannel/Connect.java
The test java/nio/channels/SocketChannel/Connect.java fails once in single binary run. see log:
----------System.err:(18/782)----------
Got event for our selection key.
Successful connect.
SUCCESS! buffer contents were sent.
Got event for our selection key.
Successful connect.
SUCCESS! buffer contents were sent.
java.lang.Exception: Refused connection throws no exception
at Connect.main(Connect.java:48)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:484)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:754)
at java.lang.Thread.run(Thread.java:744)
JavaTest Message: Test threw exception: java.lang.Exception
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.Exception: Refused connection throws no exception
test result: Failed. Execution failed: `main' threw exception: java.lang.Exception: Refused connection throws no exception
The test java/nio/channels/SocketChannel/Connect.java fails once in single binary run. see log:
----------System.err:(18/782)----------
Got event for our selection key.
Successful connect.
SUCCESS! buffer contents were sent.
Got event for our selection key.
Successful connect.
SUCCESS! buffer contents were sent.
java.lang.Exception: Refused connection throws no exception
at Connect.main(Connect.java:48)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:484)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:754)
at java.lang.Thread.run(Thread.java:744)
JavaTest Message: Test threw exception: java.lang.Exception
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.Exception: Refused connection throws no exception
test result: Failed. Execution failed: `main' threw exception: java.lang.Exception: Refused connection throws no exception
- backported by
-
JDK-8309522 TEST_BUG: java/nio/channels/SocketChannel/Connect.java fails intermittently
- Resolved