You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by sa...@apache.org on 2019/08/25 01:29:15 UTC

[hbase] branch branch-2 updated: HBASE-22910 Enable TestMultiVersionConcurrencyControl (#531)

This is an automated email from the ASF dual-hosted git repository.

sakthi pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 7300108  HBASE-22910 Enable TestMultiVersionConcurrencyControl (#531)
7300108 is described below

commit 7300108dfb2169fe6449ddaec93cf639c18a2dca
Author: Sakthi <sa...@apache.org>
AuthorDate: Sat Aug 24 17:17:52 2019 -0700

    HBASE-22910 Enable TestMultiVersionConcurrencyControl (#531)
    
    Signed-off-by: Stack <st...@apache.org>
---
 .../hadoop/hbase/regionserver/TestMultiVersionConcurrencyControl.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMultiVersionConcurrencyControl.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMultiVersionConcurrencyControl.java
index 919224b..b08be0f 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMultiVersionConcurrencyControl.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMultiVersionConcurrencyControl.java
@@ -25,6 +25,7 @@ import org.apache.hadoop.hbase.testclassification.MediumTests;
 import org.apache.hadoop.hbase.testclassification.RegionServerTests;
 import org.junit.Assert;
 import org.junit.ClassRule;
+import org.junit.Test;
 import org.junit.experimental.categories.Category;
 
 /**
@@ -80,6 +81,7 @@ public class TestMultiVersionConcurrencyControl {
     }
   }
 
+  @Test
   public void testParallelism() throws Exception {
     final MultiVersionConcurrencyControl mvcc = new MultiVersionConcurrencyControl();