This commit is contained in:
liuyq-617 2021-07-30 09:32:13 +08:00
parent 3f7239b916
commit 72a05d1e80
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class TDTestCase:
def restart_taosd(self,db):
tdDnodes.stop(1)
tdDnodes.startWithoutSleep(1)
tdSql.sleep(2)
tdLog.sleep(2)
tdSql.execute("use %s;" % db)
def date_to_timestamp_microseconds(self, date):