HBASE-22910 Enable TestMultiVersionConcurrencyControl (#531)

Signed-off-by: Stack <stack@apache.org>
This commit is contained in:
Sakthi 2019-08-24 17:17:52 -07:00 committed by GitHub
parent 554b2531ca
commit a12545380b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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();