Skip to content

Commit

Permalink
HBASE-22910 Enable TestMultiVersionConcurrencyControl (#531)
Browse files Browse the repository at this point in the history
Signed-off-by: Stack <stack@apache.org>
  • Loading branch information
the-sakthi committed Aug 25, 2019
1 parent b55b676 commit 40d30fc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
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;

/**
Expand Down Expand Up @@ -80,6 +81,7 @@ public void run() {
}
}

@Test
public void testParallelism() throws Exception {
final MultiVersionConcurrencyControl mvcc = new MultiVersionConcurrencyControl();

Expand Down

0 comments on commit 40d30fc

Please sign in to comment.