提交 3cbbfcab authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Do not execute TestOptimizations() concurrently, it currently uses a lot of memory

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