From ce9b3e8462e1d410c675af40dff683f4f377e9e2 Mon Sep 17 00:00:00 2001 From: dmchen Date: Tue, 12 Nov 2024 19:23:25 +0800 Subject: [PATCH] fix/TS-5251-add-conflict-check --- tests/system-test/6-cluster/compactDBConflict.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/system-test/6-cluster/compactDBConflict.py b/tests/system-test/6-cluster/compactDBConflict.py index dc6321f955..2fdaa80559 100644 --- a/tests/system-test/6-cluster/compactDBConflict.py +++ b/tests/system-test/6-cluster/compactDBConflict.py @@ -93,6 +93,7 @@ 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() @@ -100,6 +101,7 @@ class TDTestCase: time.sleep(1) tdSql.error('compact database db;', expectErrInfo="Conflict transaction not completed") t7.join() + ''' def compactDBThread(self, p, event):