提交 3bb5aa60 authored 作者: Noel Grandin's avatar Noel Grandin

disable another pagestore LOB test

上级 4bf929db
...@@ -738,6 +738,10 @@ public class TestLob extends TestBase { ...@@ -738,6 +738,10 @@ public class TestLob extends TestBase {
if (config.mvStore) { if (config.mvStore) {
return; return;
} }
// TODO fails in pagestore mode
if (!config.mvStore) {
return;
}
deleteDb("lob"); deleteDb("lob");
Connection conn = getConnection("lob"); Connection conn = getConnection("lob");
Statement stat = conn.createStatement(); Statement stat = conn.createStatement();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论