提交 e0007b42 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Prevent concurrent execution of TestOutOfMemory with other tests

上级 9801430a
......@@ -764,7 +764,6 @@ kill -9 `jps -l | grep "org.h2.test." | cut -d " " -f 1`
addTest(new TestOpenClose());
addTest(new TestOptimizations());
addTest(new TestOptimizerHints());
addTest(new TestOutOfMemory());
addTest(new TestReadOnly());
addTest(new TestRecursiveQueries());
addTest(new TestGeneralCommonTableQueries());
......@@ -877,6 +876,9 @@ kill -9 `jps -l | grep "org.h2.test." | cut -d " " -f 1`
addTest(new TestUrlJavaObjectSerializer());
addTest(new TestWeb());
// other unsafe
addTest(new TestOutOfMemory());
runAddedTests(1);
afterTest();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论