未验证 提交 b5181207 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #2426 from taosdata/regressionupdate

update regression tests
...@@ -47,7 +47,6 @@ class TDTestCase: ...@@ -47,7 +47,6 @@ class TDTestCase:
tdSql.query("select * from st") tdSql.query("select * from st")
tdSql.checkRows(1) tdSql.checkRows(1)
print("==============Case 2: keep adding columns, restart taosd") print("==============Case 2: keep adding columns, restart taosd")
tdSql.execute( tdSql.execute(
"create table dt(ts timestamp, tbcol1 tinyint) tags(tgcol1 tinyint)") "create table dt(ts timestamp, tbcol1 tinyint) tags(tgcol1 tinyint)")
...@@ -72,7 +71,7 @@ class TDTestCase: ...@@ -72,7 +71,7 @@ class TDTestCase:
tdDnodes.forcestop(1) tdDnodes.forcestop(1)
tdDnodes.start(1) tdDnodes.start(1)
tdSql.query("select * from st") tdSql.query("select * from dt")
tdSql.checkRows(0) tdSql.checkRows(0)
def stop(self): def stop(self):
......
...@@ -141,5 +141,7 @@ python3 ./test.py -f query/querySort.py ...@@ -141,5 +141,7 @@ python3 ./test.py -f query/querySort.py
python3 ./test.py -f stream/stream1.py python3 ./test.py -f stream/stream1.py
python3 ./test.py -f stream/stream2.py python3 ./test.py -f stream/stream2.py
#alter table
python3 ./test.py -f alter/alter_table_crash.py
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册