YARN-7635. TestRMWebServicesSchedulerActivities fails in trunk. Contributed by Sunil G.
This commit is contained in:
parent
693169ef34
commit
5c87fb2f62
@ -357,7 +357,7 @@ private void verifySubQueue(JSONObject info, String q,
|
||||
int numExpectedElements = 20;
|
||||
boolean isParentQueue = true;
|
||||
if (!info.has("queues")) {
|
||||
numExpectedElements = 33;
|
||||
numExpectedElements = 34;
|
||||
isParentQueue = false;
|
||||
}
|
||||
assertEquals("incorrect number of elements", numExpectedElements, info.length());
|
||||
|
Loading…
Reference in New Issue
Block a user