This commit is contained in:
cpwu 2022-06-13 16:35:09 +08:00
parent 3479818d44
commit da49426887
1 changed files with 2 additions and 0 deletions

View File

@ -226,6 +226,8 @@ class TDTestCase:
tdLog.printNoPrefix("==========step3:all check")
self.all_test()
tdSql.execute("drop database if exists db1 ")
tdSql.execute("drop database if exists db2 ")
tdDnodes.stop(1)
tdDnodes.start(1)