test for update

This commit is contained in:
liuyq-617 2020-11-03 14:54:52 +08:00
parent 19ae9714bc
commit fb7b1a7fd9
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class TDTestCase:
tdDnodes.start(1)
time.sleep(5)
tdSql.query("select * from db.t1")
tdSql.checkRows(insertRows+200*k)
tdSql.checkRows(insertRows+200*(k+1))
print("==========step2")
print("insert into another table ")
s = 'use db'