mirror of
https://github.com/apache/druid.git
synced 2025-02-17 15:35:56 +00:00
make masterbalancertest more stringent
This commit is contained in:
parent
a1ce4b294e
commit
73f774e768
@ -187,7 +187,7 @@ public class DruidMasterBalancerTest
|
|||||||
.build();
|
.build();
|
||||||
|
|
||||||
params = new DruidMasterBalancerTester(master).run(params);
|
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
|
@Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user