提交 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 {
@Override
public void test() throws Exception {
testMergeWithUniqueKeyViolation();
testConcurrentMerge();
// not supported currently
if (!config.multiThreaded) {
testConcurrentMerge();
testConcurrentUpdate();
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论