JDK-8202117 : com/sun/jndi/ldap/RemoveNamingListenerTest.java fails intermittently: Connection reset
  • Type: Bug
  • Component: core-libs
  • Sub-Component: javax.naming
  • Affected Version: 8,11,12,15
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2018-04-23
  • Updated: 2024-01-29
  • Resolved: 2020-03-19
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 11 JDK 15 JDK 8
11.0.10-oracleFixed 15 b16Fixed 8u331Fixed
Related Reports
Relates :  
Description
com/sun/jndi/ldap/RemoveNamingListenerTest.java fails intermittently, test seems got it's expected "Test run OK!!!", but finally fail due to Connection reset:

----------System.out:(1/15)----------
Test run OK!!!
----------System.err:(3/36)----------

JavaTest Message:  Test complete.

result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: java.net.SocketException: Connection reset
Comments
Fix Request (11u) This improves test stability. Patch applies cleanly to 11u, affected test passes.
04-08-2020

URL: https://hg.openjdk.java.net/jdk/jdk/rev/df21b8edc4bc User: xyin Date: 2020-03-19 03:12:05 +0000
19-03-2020

RFR: http://mail.openjdk.java.net/pipermail/core-libs-dev/2020-March/065248.html
13-03-2020