From da49426887f6a7f2d71295598091db50b5b9fdf8 Mon Sep 17 00:00:00 2001 From: cpwu Date: Mon, 13 Jun 2022 16:35:09 +0800 Subject: [PATCH] fix case --- tests/system-test/1-insert/create_retentions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/system-test/1-insert/create_retentions.py b/tests/system-test/1-insert/create_retentions.py index 3026627f1c..bde499d91a 100644 --- a/tests/system-test/1-insert/create_retentions.py +++ b/tests/system-test/1-insert/create_retentions.py @@ -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) -- GitLab