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
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ public class TestRMWebServicesCapacitySched extends JerseyTestBase {
int numExpectedElements = 20;
boolean isParentQueue = true;
if (!info.has("queues")) {
numExpectedElements = 33;
numExpectedElements = 34;
isParentQueue = false;
}
assertEquals("incorrect number of elements", numExpectedElements, info.length());