HBASE-22666 Add missing @Test annotation to TestQuotaThrottle (#364)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
Peter Somogyi 2019-07-08 15:30:29 +02:00 committed by GitHub
parent ebbb0e2987
commit d2a4be96f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -504,6 +504,7 @@ public class TestQuotaThrottle {
triggerTableCacheRefresh(true, TABLE_NAMES[0]);
}
@Test
public void testTableWriteCapacityUnitThrottle() throws Exception {
final Admin admin = TEST_UTIL.getHBaseAdmin();