HBASE-22666 Add missing @Test annotation to TestQuotaThrottle (#364)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
ebbb0e2987
commit
d2a4be96f0
|
@ -504,6 +504,7 @@ public class TestQuotaThrottle {
|
|||
triggerTableCacheRefresh(true, TABLE_NAMES[0]);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testTableWriteCapacityUnitThrottle() throws Exception {
|
||||
final Admin admin = TEST_UTIL.getHBaseAdmin();
|
||||
|
||||
|
|
Loading…
Reference in New Issue