YARN-9798. ApplicationMasterServiceTestBase#testRepeatedFinishApplicationMaster fails intermittently. Contributed by Tao Yang.

This commit is contained in:
Abhishek Modi 2019-08-31 09:57:45 +05:30
parent a2d083f2c5
commit eeccd2f6f6
1 changed files with 1 additions and 0 deletions

View File

@ -382,6 +382,7 @@ public abstract class ApplicationMasterServiceTestBase {
for (int i = 0; i < 10; i++) {
am1.unregisterAppAttempt(req, false);
}
rm.drainEvents();
Assert.assertEquals("Expecting only one event", 1,
dispatcher.getEventCount());
} finally {