Skip to content

Commit 0d4934d

Browse files
author
ukumawat
committed
HBASE-29323 added test for CompactRegion as well
1 parent 2071e39 commit 0d4934d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestMasterQosFunction.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,6 @@ public void testRegionServerStatusProtos() {
129129
lastFlushedSequenceIdRequest);
130130
checkMethod(conf, "RegionServerReport", HConstants.HIGH_QOS, qosFunction,
131131
regionServerReportRequest);
132+
checkMethod(conf, "CompactRegion", HConstants.ADMIN_QOS, qosFunction);
132133
}
133134
}

0 commit comments

Comments
 (0)