Skip to content

Commit

Permalink
YARN-9540. TestRMAppTransitions fails intermittently. Contributed by …
Browse files Browse the repository at this point in the history
…Tao Yang.
  • Loading branch information
abmodi committed Aug 30, 2019
1 parent 96f7dc1 commit c929b38
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ protected RMApp testCreateAppFinished(
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) {
Expand Down

0 comments on commit c929b38

Please sign in to comment.