fix case
This commit is contained in:
parent
3479818d44
commit
da49426887
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue