HBASE-15679 Assertion on wrong variable in TestReplicationThrottler#testThrottling

This commit is contained in:
tedyu 2016-04-20 07:11:17 -07:00
parent 954a41790c
commit 3e1bdccc53
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public class TestReplicationThrottler {
assertTrue(ticks1 >= 750 && ticks1 <=1000);
}
if (ticks2 != 10000 && ticks2 != 9999) {
assertTrue(ticks1 >= 7500 && ticks1 <=10000);
assertTrue(ticks2 >= 7500 && ticks2 <=10000);
}
throttler1.resetStartTick();