HBASE-19910 TestBucketCache TimesOut
This commit is contained in:
parent
faea89ea4f
commit
113432c9b9
|
@ -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.BucketSizeInfo;
|
||||||
import org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator.IndexStatistics;
|
import org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator.IndexStatistics;
|
||||||
import org.apache.hadoop.hbase.testclassification.IOTests;
|
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.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import org.junit.ClassRule;
|
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
|
* Tests will ensure that blocks' data correctness under several threads concurrency
|
||||||
*/
|
*/
|
||||||
@RunWith(Parameterized.class)
|
@RunWith(Parameterized.class)
|
||||||
@Category({ IOTests.class, SmallTests.class })
|
@Category({ IOTests.class, MediumTests.class })
|
||||||
public class TestBucketCache {
|
public class TestBucketCache {
|
||||||
|
|
||||||
@ClassRule
|
@ClassRule
|
||||||
|
|
Loading…
Reference in New Issue