Skip to content

Commit 40d30fc

Browse files
committed
HBASE-22910 Enable TestMultiVersionConcurrencyControl (#531)
Signed-off-by: Stack <stack@apache.org>
1 parent b55b676 commit 40d30fc

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)