Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
There are test cases which might fail because they interfere with some background threads.
Some examples:
1. TestBundleChangeXCommand.testBundlePauseExtendMaterializesCoordinator - can fail because of CoordMaterializeTriggerService
2. TestAbandonedCoordChecker.testMessage_withMixedStatus - can fail because of StatusTransitService
3. TestCoordChangeXCommand.testCoordStatus_Killed - can fail because of StatusTransitService
There could be more, but I can confirm that these are affected.
Solution: either disable SchedulerService or only the offending background service.
Attachments
Attachments
Issue Links
- duplicates
-
OOZIE-2052 TestAbandonedCoordChecker.testMessage_withMixedStatus is flaky
- Resolved