YARN-9540. TestRMAppTransitions fails intermittently. Contributed by Tao Yang.
This commit is contained in:
parent
96f7dc1992
commit
c929b383f8
|
@ -653,6 +653,7 @@ public class TestRMAppTransitions {
|
|||
RMAppEvent finishedEvent = new RMAppEvent(application.getApplicationId(),
|
||||
RMAppEventType.ATTEMPT_FINISHED, diagnostics);
|
||||
application.handle(finishedEvent);
|
||||
rmDispatcher.await();
|
||||
|
||||
//only run this verification if we created a finishing app
|
||||
if (submissionContext == null) {
|
||||
|
|
Loading…
Reference in New Issue