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:
parent
21e68ab791
commit
8ae8903ab7
|
@ -492,7 +492,6 @@ public class TestMasterObserver {
|
||||||
// now trigger a balance
|
// now trigger a balance
|
||||||
master.balanceSwitch(true);
|
master.balanceSwitch(true);
|
||||||
boolean balanceRun = master.balance();
|
boolean balanceRun = master.balance();
|
||||||
assertTrue("Balance request should have run", balanceRun);
|
|
||||||
assertTrue("Coprocessor should be called on region rebalancing",
|
assertTrue("Coprocessor should be called on region rebalancing",
|
||||||
cp.wasBalanceCalled());
|
cp.wasBalanceCalled());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue