提交 bba375c5 编写于 作者: X Xiaoyu Wang

enh: refactor unit test of parser and planner

上级 95f7f165
...@@ -56,7 +56,7 @@ TEST_F(ParserInitialATest, alterUser) { ...@@ -56,7 +56,7 @@ TEST_F(ParserInitialATest, alterUser) {
TEST_F(ParserInitialATest, bug001) { TEST_F(ParserInitialATest, bug001) {
useDb("root", "test"); useDb("root", "test");
run("alter database db wal 0 # td-14436"); run("alter database db wal 0 # td-14436", TSDB_CODE_PAR_SYNTAX_ERROR);
} }
} // namespace ParserTest } // namespace ParserTest
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册