YARN-8959. TestContainerResizing fails randomly (Ahmed Hussein via jeagles)
Signed-off-by: Jonathan Eagles <jeagles@gmail.com>
This commit is contained in:
parent
7fddf4855e
commit
92e3ebb401
@ -224,7 +224,7 @@ protected Dispatcher createDispatcher() {
|
|||||||
verifyContainerDecreased(response, containerId1, 1 * GB);
|
verifyContainerDecreased(response, containerId1, 1 * GB);
|
||||||
|
|
||||||
// Wait for scheduler to finish processing kill events..
|
// Wait for scheduler to finish processing kill events..
|
||||||
dispatcher.waitForEventThreadToWait();
|
dispatcher.await();
|
||||||
|
|
||||||
checkUsedResource(rm1, "default", 1 * GB, null);
|
checkUsedResource(rm1, "default", 1 * GB, null);
|
||||||
Assert.assertEquals(1 * GB,
|
Assert.assertEquals(1 * GB,
|
||||||
@ -657,7 +657,7 @@ protected Dispatcher createDispatcher() {
|
|||||||
// Trigger a node heartbeat..
|
// Trigger a node heartbeat..
|
||||||
cs.handle(new NodeUpdateSchedulerEvent(rmNode1));
|
cs.handle(new NodeUpdateSchedulerEvent(rmNode1));
|
||||||
|
|
||||||
dispatcher.waitForEventThreadToWait();
|
dispatcher.await();
|
||||||
/* Check statuses after reservation satisfied */
|
/* Check statuses after reservation satisfied */
|
||||||
// Increase request should be unreserved
|
// Increase request should be unreserved
|
||||||
Assert.assertTrue(app.getReservedContainers().isEmpty());
|
Assert.assertTrue(app.getReservedContainers().isEmpty());
|
||||||
@ -774,7 +774,7 @@ protected Dispatcher createDispatcher() {
|
|||||||
am1.allocate(null, null);
|
am1.allocate(null, null);
|
||||||
|
|
||||||
// Wait for scheduler to process all events.
|
// Wait for scheduler to process all events.
|
||||||
dispatcher.waitForEventThreadToWait();
|
dispatcher.await();
|
||||||
|
|
||||||
/* Check statuses after reservation satisfied */
|
/* Check statuses after reservation satisfied */
|
||||||
// Increase request should be unreserved
|
// Increase request should be unreserved
|
||||||
|
Loading…
Reference in New Issue
Block a user