You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2018/02/01 02:17:11 UTC

hbase git commit: HBASE-19910 TestBucketCache TimesOut

Repository: hbase
Updated Branches:
  refs/heads/master 28ee4be0f -> e17529ba7


HBASE-19910 TestBucketCache TimesOut


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e17529ba
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e17529ba
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e17529ba

Branch: refs/heads/master
Commit: e17529ba738ff4669abbd549d01a55b0fab13b26
Parents: 28ee4be
Author: Michael Stack <st...@apache.org>
Authored: Wed Jan 31 18:17:01 2018 -0800
Committer: Michael Stack <st...@apache.org>
Committed: Wed Jan 31 18:17:01 2018 -0800

----------------------------------------------------------------------
 .../org/apache/hadoop/hbase/io/hfile/bucket/TestBucketCache.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/e17529ba/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/bucket/TestBucketCache.java
----------------------------------------------------------------------
diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/bucket/TestBucketCache.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/bucket/TestBucketCache.java
index 3c45958..c1824f2 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/bucket/TestBucketCache.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/bucket/TestBucketCache.java
@@ -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