提交 fb7b1a7f 编写于 作者: L liuyq-617

test for update

上级 19ae9714
...@@ -63,7 +63,7 @@ class TDTestCase: ...@@ -63,7 +63,7 @@ class TDTestCase:
tdDnodes.start(1) tdDnodes.start(1)
time.sleep(5) time.sleep(5)
tdSql.query("select * from db.t1") tdSql.query("select * from db.t1")
tdSql.checkRows(insertRows+200*k) tdSql.checkRows(insertRows+200*(k+1))
print("==========step2") print("==========step2")
print("insert into another table ") print("insert into another table ")
s = 'use db' s = 'use db'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册