YARN-7635. TestRMWebServicesSchedulerActivities fails in trunk. Contributed by Sunil G.
This commit is contained in:
parent
693169ef34
commit
5c87fb2f62
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue