JDK-8219955 : Intermittent failure of some HTTP Client tests due to 8219658
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.net.ssl
  • Affected Version: 13
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2019-03-01
  • Updated: 2019-03-11
  • Resolved: 2019-03-11
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
java/net/httpclient/StreamingBody.java
java/net/httpclient/SpecialHeadersTest.java
java/net/httpclient/GZIPInputStreamTest.java
java/net/httpclient/ConcurrentResponses.java
java/net/httpclient/ThrowingPushPromisesAsStringIO.java

Above  tests failed (timed out) intermittently in CI , same build but different platform,  on osx-x64 and  linux-x64
Comments
[~chegar][~xuelei] Let's do it!
11-03-2019

[~dfuchs] Can this issue be closed as a duplicate of JDK-8219990?
11-03-2019

I think we can close this as a duplicate of JDK-8219990 now.
01-03-2019

The fix for JDK-8219658 was backout. Please note again if these tests fail again.
01-03-2019

Possibly related to JDK-8219658 ? It looks like the only remotely related fix that was pushed at the time these tests started failing...
01-03-2019

It looks like all these test succeeded, but somehow their test VM lingered and didn't exit... Is that a testng issue? All these tests are using testng...
01-03-2019

The log for ThrowingPushPromisesAsStringIO.java is particularly interseting: ========================= [5 s, 37 ms, 122921 ns] Created 2 servers and 33 clients ========================= config AbstractThrowingPushPromises.printFailedTests(): success PASSED: No outstanding operations found in 33 clients Http2TestServerImpl: stop Http2TestServerImpl: stop Timeout refired 480 times
01-03-2019