File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
hbase-server/src/test/java/org/apache/hadoop/hbase/quotas Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,9 @@ public static void setUpBeforeClass() throws Exception {
75
75
TEST_UTIL .getConfiguration ().setInt ("hbase.regionserver.msginterval" , 100 );
76
76
TEST_UTIL .getConfiguration ().setInt ("hbase.client.pause" , 250 );
77
77
TEST_UTIL .getConfiguration ().setBoolean ("hbase.master.enabletable.roundrobin" , true );
78
+ // disable stream slow monitor check, as in this test we inject our own EnvironmentEdge
79
+ TEST_UTIL .getConfiguration ().setInt ("hbase.regionserver.async.wal.min.slow.detect.count" ,
80
+ Integer .MAX_VALUE );
78
81
TEST_UTIL .startMiniCluster (2 );
79
82
TEST_UTIL .waitTableAvailable (QuotaTableUtil .QUOTA_TABLE_NAME );
80
83
QuotaCache .TEST_FORCE_REFRESH = true ;
You can’t perform that action at this time.
0 commit comments