HBASE-22910 Enable TestMultiVersionConcurrencyControl (#531)
Signed-off-by: Stack <stack@apache.org>
This commit is contained in:
parent
554b2531ca
commit
a12545380b
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue