fix: add drop database
This commit is contained in:
parent
de7c53d9c9
commit
e00f5c8a24
|
@ -340,7 +340,7 @@ class TDTestCase(TBase):
|
|||
self.doAction()
|
||||
|
||||
# drop database and free s3 file
|
||||
#self.dropDb()
|
||||
self.dropDb()
|
||||
|
||||
|
||||
tdLog.success(f"{__file__} successfully executed")
|
||||
|
|
Loading…
Reference in New Issue