YARN-5362. TestRMRestart#testFinishedAppRemovalAfterRMRestart can fail. Contributed by sandflee.
This commit is contained in:
parent
77ffe76212
commit
d6d41e820a
@ -1648,6 +1648,7 @@ public void testFinishedAppRemovalAfterRMRestart() throws Exception {
|
||||
RMApp app1 = rm2.submitApp(200);
|
||||
MockAM am1 = launchAM(app1, rm2, nm1);
|
||||
finishApplicationMaster(app1, rm2, nm1, am1);
|
||||
rm2.drainEvents();
|
||||
|
||||
// the first app0 get kicked out from both rmContext and state store
|
||||
Assert.assertNull(rm2.getRMContext().getRMApps()
|
||||
|
Loading…
Reference in New Issue
Block a user