-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 17
-
Component/s: core-libs
-
b03
-
windows
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8298932 | 17.0.7-oracle | kiran kumar J | P4 | Resolved | Fixed | b01 |
| JDK-8302077 | 17.0.7 | Goetz Lindenmaier | P4 | Resolved | Fixed | b02 |
| JDK-8300492 | 11.0.19-oracle | kiran kumar J | P4 | Resolved | Fixed | b03 |
| JDK-8302075 | 11.0.19 | Goetz Lindenmaier | P4 | Resolved | Fixed | b02 |
assert method.equalsIgnoreCase("POST")
|| method.equalsIgnoreCase("GET");
Most probably this indicates that something else than our test is connecting to our server. The server should be made reliable and just close the accepted connection and go back to accept in that case.
----------System.err:(16/961)----------
java.lang.AssertionError
at ServerCloseTest$DummyServer.run(ServerCloseTest.java:305)
java.lang.Exception: failures: 1
at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:96)
at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:54)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:833)
- backported by
-
JDK-8298932 java/net/httpclient/ServerCloseTest.java failed once with ConnectException
-
- Resolved
-
-
JDK-8300492 java/net/httpclient/ServerCloseTest.java failed once with ConnectException
-
- Resolved
-
-
JDK-8302075 java/net/httpclient/ServerCloseTest.java failed once with ConnectException
-
- Resolved
-
-
JDK-8302077 java/net/httpclient/ServerCloseTest.java failed once with ConnectException
-
- Resolved
-
- links to
-
Commit
openjdk/jdk11u-dev/7e74421c
-
Commit
openjdk/jdk17u-dev/beaf5b10
-
Commit
openjdk/jdk/13d4ddc3
-
Review
openjdk/jdk11u-dev/1698
-
Review
openjdk/jdk17u-dev/1126
-
Review
openjdk/jdk/9155