From b98cf8df373c3e7f4189fbcf7be82e7c9b278571 Mon Sep 17 00:00:00 2001 From: dmchen Date: Wed, 13 Nov 2024 09:06:41 +0800 Subject: [PATCH] fix/TS-5251-add-conflict-check-fix-case --- tests/system-test/6-cluster/compactDBConflict.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/system-test/6-cluster/compactDBConflict.py b/tests/system-test/6-cluster/compactDBConflict.py index 2fdaa80559..dc6321f955 100644 --- a/tests/system-test/6-cluster/compactDBConflict.py +++ b/tests/system-test/6-cluster/compactDBConflict.py @@ -93,7 +93,6 @@ class TDTestCase: tdSql.error('compact database db;', expectErrInfo="Conflict transaction not completed") t6.join() - ''' tdLog.debug("start test8") t7 = threading.Thread(target=self.alterDBThread) t7.start() @@ -101,7 +100,6 @@ class TDTestCase: time.sleep(1) tdSql.error('compact database db;', expectErrInfo="Conflict transaction not completed") t7.join() - ''' def compactDBThread(self, p, event):