Merge pull request #7068 from taosdata/test/TD-5401-m

[TD-5401]make CI happy
This commit is contained in:
Hui Li 2021-07-30 11:51:31 +08:00 committed by GitHub
commit 1f4d51c1bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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