Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
TestJMSAccessorService#testConnectionRetry can still fail with the following error:
testConnectionRetry(org.apache.oozie.service.TestJMSAccessorService) Time elapsed: 2.26 s <<< FAILURE! junit.framework.AssertionFailedError at junit.framework.Assert.fail(Assert.java:55) at junit.framework.Assert.assertTrue(Assert.java:22) at junit.framework.Assert.assertFalse(Assert.java:39) at junit.framework.Assert.assertFalse(Assert.java:47) at junit.framework.TestCase.assertFalse(TestCase.java:219) at org.apache.oozie.service.TestJMSAccessorService.testConnectionRetry(TestJMSAccessorService.java:168)
Root cause: changes in connectionMap / receiversMap / retryConnectionsMap are not atomic. Could be that one map has been updated but another has not.
Other tests could be affected, too.
Attachments
Attachments
Issue Links
- relates to
-
OOZIE-3292 Test TestJMSAccessorService#testConnectionRetryExceptionListener is still flaky
- Closed