YARN-10686. Fix TestCapacitySchedulerAutoQueueCreation#testAutoQueueCreationFailsForEmptyPathWithAQCAndWeightMode. Contributed by Qi Zhu.
This commit is contained in:
parent
b80588b688
commit
73394fabc7
@ -571,7 +571,7 @@ public void testAutoQueueCreationFailsForEmptyPathWithAQCAndWeightMode()
|
|||||||
|
|
||||||
ApplicationId appId = BuilderUtils.newApplicationId(1, 1);
|
ApplicationId appId = BuilderUtils.newApplicationId(1, 1);
|
||||||
SchedulerEvent addAppEvent = new AppAddedSchedulerEvent(
|
SchedulerEvent addAppEvent = new AppAddedSchedulerEvent(
|
||||||
appId, "user", "root.");
|
appId, "user", USER0);
|
||||||
newCS.handle(addAppEvent);
|
newCS.handle(addAppEvent);
|
||||||
|
|
||||||
RMAppEvent event = new RMAppEvent(appId, RMAppEventType.APP_REJECTED,
|
RMAppEvent event = new RMAppEvent(appId, RMAppEventType.APP_REJECTED,
|
||||||
|
Loading…
Reference in New Issue
Block a user