Skip to content

Commit 7d3d950

Browse files
the-sakthiJenkins
authored andcommitted
HBASE-22910 Enable TestMultiVersionConcurrencyControl (apache#531)
Signed-off-by: Stack <stack@apache.org> (cherry picked from commit 40d30fc) Change-Id: I41ca30ef119a4bfb6d3cea298103bf05d3b5900d
1 parent c6703c2 commit 7d3d950

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMultiVersionConcurrencyControl.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import org.apache.hadoop.hbase.testclassification.RegionServerTests;
2626
import org.junit.Assert;
2727
import org.junit.ClassRule;
28+
import org.junit.Test;
2829
import org.junit.experimental.categories.Category;
2930

3031
/**
@@ -80,6 +81,7 @@ public void run() {
8081
}
8182
}
8283

84+
@Test
8385
public void testParallelism() throws Exception {
8486
final MultiVersionConcurrencyControl mvcc = new MultiVersionConcurrencyControl();
8587

0 commit comments

Comments
 (0)