提交 4c2cbb5a authored 作者: noelgrandin's avatar noelgrandin

don't run testLobCleanupSessionTemporaries() for the in-memory case

上级 9d12de92
...@@ -81,10 +81,10 @@ public class TestLob extends TestBase { ...@@ -81,10 +81,10 @@ public class TestLob extends TestBase {
testAddLobRestart(); testAddLobRestart();
testLobServerMemory(); testLobServerMemory();
testUpdatingLobRow(); testUpdatingLobRow();
testLobCleanupSessionTemporaries();
if (config.memory) { if (config.memory) {
return; return;
} }
testLobCleanupSessionTemporaries();
testLobUpdateMany(); testLobUpdateMany();
testLobDeleteTemp(); testLobDeleteTemp();
testLobDelete(); testLobDelete();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论