make masterbalancertest more stringent

This commit is contained in:
Nelson Ray 2013-01-29 18:17:38 -08:00
parent a1ce4b294e
commit 73f774e768
1 changed files with 1 additions and 1 deletions

View File

@ -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