提交 64f40829 authored 作者: Noel Grandin's avatar Noel Grandin

concurrent merge is another mvcc test we don't care about in multithreaded mode

上级 997651be
...@@ -31,9 +31,9 @@ public class TestMvccMultiThreaded extends TestBase { ...@@ -31,9 +31,9 @@ public class TestMvccMultiThreaded extends TestBase {
@Override @Override
public void test() throws Exception { public void test() throws Exception {
testMergeWithUniqueKeyViolation(); testMergeWithUniqueKeyViolation();
testConcurrentMerge();
// not supported currently // not supported currently
if (!config.multiThreaded) { if (!config.multiThreaded) {
testConcurrentMerge();
testConcurrentUpdate(); testConcurrentUpdate();
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论