Merge pull request #25443 from taosdata/feat/TD-28945-3.0
fix: add drop database
This commit is contained in:
commit
ea5cd41b39
|
@ -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