fix retention policy error

This commit is contained in:
liuyq-617 2021-07-01 10:15:45 +08:00
parent e7cc15a861
commit a46e18d95b
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ class TDTestRetetion:
time.sleep(0.001) time.sleep(0.001)
cmd = 'select * from test' cmd = 'select * from test'
self.queryRows=tdSql.query(cmd) self.queryRows=tdSql.query(cmd)
print(tdSql.queryResult)
self.checkRows(3,cmd) self.checkRows(3,cmd)
def stop(self): def stop(self):