JDK-7125711 : Interminent failures of PluginMessagesTest
Type:Bug
Component:deploy
Sub-Component:deployment_toolkit
Affected Version:8
Priority:P4
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2011-12-29
Updated:2014-10-08
Resolved:2012-01-17
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.
PluginMessagesTest is reported as failed from time to time.
Comments
EVALUATION
The root cause of the failure is the fragile test code - we create new thread and check health data is getting updated.
But it is not necessary happen on next ping (as things may run concurrently).