-
Bug
-
Resolution: Fixed
-
P3
-
7u79, 8u40, 9
-
b42
-
generic
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084252 | emb-9 | Chris Hegarty | P3 | Resolved | Fixed | team |
JDK-8068106 | 8u45 | Chris Hegarty | P3 | Resolved | Fixed | b02 |
JDK-8066804 | 8u40 | Chris Hegarty | P3 | Resolved | Fixed | b19 |
JDK-8069971 | emb-8u47 | Chris Hegarty | P3 | Resolved | Fixed | team |
JDK-8073974 | 7u85 | Sean Coffey | P3 | Resolved | Fixed | b02 |
JDK-8074135 | 7u80 | Chris Hegarty | P3 | Resolved | Fixed | b12 |
JDK-8074049 | 7u79 | Chris Hegarty | P3 | Resolved | Fixed | b12 |
This testcase started failing after the change for
Please see the following test output:
----------System.out:(3/71)----------
Test with default method
Test with POST method
Test with PUT method
----------System.err:(20/1002)----------
The server shouldn't accept a second connection
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:1329)
at StreamingRetry.fail(StreamingRetry.java:96)
at StreamingRetry.fail(StreamingRetry.java:97)
at StreamingRetry.run(StreamingRetry.java:89)
at java.lang.Thread.run(Thread.java:745)
java.lang.RuntimeException: Some tests failed
at StreamingRetry.instanceMain(StreamingRetry.java:54)
at StreamingRetry.main(StreamingRetry.java:43)
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:498)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:776)
at java.lang.Thread.run(Thread.java:745)
- backported by
-
JDK-8066804 [TEST_BUG] sun/net/www/http/HttpClient/StreamingRetry.java failed intermittently
-
- Resolved
-
-
JDK-8068106 [TEST_BUG] sun/net/www/http/HttpClient/StreamingRetry.java failed intermittently
-
- Resolved
-
-
JDK-8069971 [TEST_BUG] sun/net/www/http/HttpClient/StreamingRetry.java failed intermittently
-
- Resolved
-
-
JDK-8073974 [TEST_BUG] sun/net/www/http/HttpClient/StreamingRetry.java failed intermittently
-
- Resolved
-
-
JDK-8074049 [TEST_BUG] sun/net/www/http/HttpClient/StreamingRetry.java failed intermittently
-
- Resolved
-
-
JDK-8074135 [TEST_BUG] sun/net/www/http/HttpClient/StreamingRetry.java failed intermittently
-
- Resolved
-
-
JDK-8084252 [TEST_BUG] sun/net/www/http/HttpClient/StreamingRetry.java failed intermittently
-
- Resolved
-
- relates to
-
JDK-8050983 Misplaced parentheses in sun.net.www.http.HttpClient break HTTP PUT streaming
-
- Resolved
-