提交 5cd874b4 authored 作者: Thomas Mueller's avatar Thomas Mueller

Avoid test failures because of views on the table.

上级 117d5acb
...@@ -76,6 +76,11 @@ public class TestRandomCompare extends TestBase { ...@@ -76,6 +76,11 @@ public class TestRandomCompare extends TestBase {
} catch (Exception e) { } catch (Exception e) {
// ignore // ignore
} }
try {
execute("drop table test cascade");
} catch (Exception e) {
// ignore
}
String sql = "create table test(x0 int, x1 int)"; String sql = "create table test(x0 int, x1 int)";
trace(sql + ";"); trace(sql + ";");
execute(sql); execute(sql);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论