From d9ff5576005968c5ea2e7349cc23703f7514fe74 Mon Sep 17 00:00:00 2001 From: dmchen Date: Mon, 11 Nov 2024 09:57:13 +0800 Subject: [PATCH] fix/TS-5251-add-conflict-check-fix-case --- tests/army/cluster/compactDBConflict.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/army/cluster/compactDBConflict.py b/tests/army/cluster/compactDBConflict.py index 975bf72588..c2ce8f1d96 100644 --- a/tests/army/cluster/compactDBConflict.py +++ b/tests/army/cluster/compactDBConflict.py @@ -23,7 +23,7 @@ class TDTestCase(TBase): tdLog.debug(f"start to init {__file__}") self.replicaVar = int(replicaVar) tdSql.init(conn.cursor(), logSql) # output sql.txt file - self.configJsonFile('splitVgroupByLearner.json', 'db', 4, 1, 'compactDBConflict.json', 100000) + self.configJsonFile('compactDBConflict.json', 'db', 4, 1, 'compactDBConflict.json', 100000) def configJsonFile(self, fileName, dbName, vgroups, replica, newFileName='', insert_rows=100000, timestamp_step=10000): @@ -56,7 +56,7 @@ class TDTestCase(TBase): def run(self): tdLog.debug(f"start to excute {__file__}") - self.insertData('splitVgroupByLearner.json') + self.insertData('compactDBConflict.json') tdSql.execute('use db')