mirror of https://github.com/apache/druid.git
make masterbalancertest more stringent
This commit is contained in:
parent
a1ce4b294e
commit
73f774e768
|
@ -187,7 +187,7 @@ public class DruidMasterBalancerTest
|
|||
.build();
|
||||
|
||||
params = new DruidMasterBalancerTester(master).run(params);
|
||||
Assert.assertTrue(params.getMasterStats().getPerTierStats().get("movedCount").get("normal").get() > 0);
|
||||
Assert.assertTrue(params.getMasterStats().getPerTierStats().get("movedCount").get("normal").get() == 3);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue