test for update
This commit is contained in:
parent
19ae9714bc
commit
fb7b1a7fd9
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue