From 00441b4e06765c9b489d120bb5a3e9755105edb3 Mon Sep 17 00:00:00 2001 From: cpwu Date: Fri, 20 May 2022 20:21:32 +0800 Subject: [PATCH] fix case --- tests/system-test/0-others/fsync.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/system-test/0-others/fsync.py b/tests/system-test/0-others/fsync.py index ac0b8bb58e..964550cdbc 100644 --- a/tests/system-test/0-others/fsync.py +++ b/tests/system-test/0-others/fsync.py @@ -142,6 +142,8 @@ class TDTestCase: tdSql.checkData(i, fsync_index, 3000) tdSql.checkData(i, wal_index, 1) + tdSql.execute("drop database db1 ") + @property def fsync_create_err(self): return [ -- GitLab