JDK-8065072 : [TEST_BUG] sun/net/www/http/HttpClient/StreamingRetry.java failed intermittently
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 7u79,8u40,9
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: generic
  • Submitted: 2014-11-17
  • Updated: 2016-06-13
  • Resolved: 2014-11-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8 JDK 9
7u79Fixed 8u40Fixed 9 b42Fixed
Related Reports
Relates :  
Description
The following error was seen on jdk9 dev nightly 2014-11-14. It is intermittent. I retried 10 times repeatedly with the same build on the same machine, can't reproduce.

This testcase started failing after the change for JDK-8050983.

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)
Comments
SQE OK
27-02-2015

RULE sun/net/www/http/HttpClient/StreamingRetry.java Exception java.lang.Exception: Stack trace RULE sun/net/www/http/HttpClient/StreamingRetry.java Exception java.lang.RuntimeException: Some tests failed
19-11-2014