提交 2b2e0c7e authored 作者: Noel Grandin's avatar Noel Grandin

don't need to test pageStore && multithread

上级 48f2bac3
......@@ -60,6 +60,10 @@ public class TestMultiThread extends TestBase implements Runnable {
@Override
public void test() throws Exception {
// pagestore and multithreaded was always experimental, we're not going to fix that
if (!config.mvStore) {
return;
}
testConcurrentSchemaChange();
testConcurrentLobAdd();
testConcurrentView();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论