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