fix retention policy error
This commit is contained in:
parent
e7cc15a861
commit
a46e18d95b
|
@ -119,6 +119,7 @@ class TDTestRetetion:
|
|||
time.sleep(0.001)
|
||||
cmd = 'select * from test'
|
||||
self.queryRows=tdSql.query(cmd)
|
||||
print(tdSql.queryResult)
|
||||
self.checkRows(3,cmd)
|
||||
|
||||
def stop(self):
|
||||
|
|
Loading…
Reference in New Issue