Intermittent TestRegionRebalancing failure -- addendum

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1087584 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-04-01 05:30:06 +00:00
parent 21e68ab791
commit 8ae8903ab7
1 changed files with 0 additions and 1 deletions

View File

@ -492,7 +492,6 @@ public class TestMasterObserver {
// now trigger a balance
master.balanceSwitch(true);
boolean balanceRun = master.balance();
assertTrue("Balance request should have run", balanceRun);
assertTrue("Coprocessor should be called on region rebalancing",
cp.wasBalanceCalled());
}