YARN-7635. TestRMWebServicesSchedulerActivities fails in trunk. Contributed by Sunil G.

This commit is contained in:
Sunil G 2017-12-12 15:07:54 +05:30
parent 693169ef34
commit 5c87fb2f62

View File

@ -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());