HBASE-19910 TestBucketCache TimesOut

This commit is contained in:
Michael Stack 2018-01-31 18:17:01 -08:00
parent faea89ea4f
commit 113432c9b9
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ import org.apache.hadoop.hbase.io.hfile.Cacheable;
import org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator.BucketSizeInfo;
import org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator.IndexStatistics;
import org.apache.hadoop.hbase.testclassification.IOTests;
import org.apache.hadoop.hbase.testclassification.SmallTests;
import org.apache.hadoop.hbase.testclassification.MediumTests;
import org.junit.After;
import org.junit.Before;
import org.junit.ClassRule;
@ -59,7 +59,7 @@ import org.apache.hbase.thirdparty.com.google.common.collect.ImmutableMap;
* Tests will ensure that blocks' data correctness under several threads concurrency
*/
@RunWith(Parameterized.class)
@Category({ IOTests.class, SmallTests.class })
@Category({ IOTests.class, MediumTests.class })
public class TestBucketCache {
@ClassRule