JDK-8025205 : Intermittent test failure: javax/management/remote/mandatory/connection/BrokenConnectionTest.java
  • Type: Bug
  • Component: core-svc
  • Sub-Component: javax.management
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-09-22
  • Updated: 2014-04-29
  • Resolved: 2013-10-10
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
7u60Fixed 8 b113Fixed
Related Reports
Duplicate :  
Description
TESTFAIL:javax/management/remote/mandatory/connection/BrokenConnectionTest.java

javax/management/remote/mandatory/connection/BrokenConnectionTest.java failing intermittently:
Test 22: break during receive for getAttribute
Created and started connector server
Client connected OK
Got IOException as expected: java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is: 
	java.io.EOFException
Stopping server
Waiting for failure notif
Did not get failure notif!
Test 22 FAILED
FAILING CASES: 22

------- Testing for jmxmp -------
JMXMP broken connection test
Optional classes not present, skipping test

TEST FAILED FOR: rmi
----------System.err:(0/0)----------
result: Failed. Unexpected exit from test [exit code: 1]
Comments
Must be failed on a very busy testing machine. It is difficult to get a right waiting timeout, I think we can only set a much longer timeout.
23-09-2013