Skip to content

Commit d2a4be9

Browse files
authored
HBASE-22666 Add missing @test annotation to TestQuotaThrottle (#364)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
1 parent ebbb0e2 commit d2a4be9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaThrottle.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ public void testTableExistsGetThrottle() throws Exception {
504504
triggerTableCacheRefresh(true, TABLE_NAMES[0]);
505505
}
506506

507+
@Test
507508
public void testTableWriteCapacityUnitThrottle() throws Exception {
508509
final Admin admin = TEST_UTIL.getHBaseAdmin();
509510

0 commit comments

Comments
 (0)