Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
None
-
None
-
None
Description
Found intermittent failure of TestRMAppTransitions#testAppFinishedFinished in YARN-9664 jenkins report, the cause is that the assertion which will make sure dispatcher has handled APP_COMPLETED event but not wait, we need to add rmDispatcher.await() before that assertion like others in this class to fix this issue.
Attachments
Attachments
Issue Links
- is duplicated by
-
YARN-9540 TestRMAppTransitions fails intermittently
- Resolved