From 9b7f26deb912c0c1c3bc52fe289bf74377883248 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Sun, 2 Feb 2025 21:50:11 +0800 Subject: [PATCH] fix: class TDTestCase(TBase): replace --- tests/army/tools/benchmark/basic/bugs.py | 2 +- tests/army/tools/benchmark/basic/insertMix.py | 2 +- tests/army/tools/benchmark/basic/queryMain.py | 2 +- tests/army/tools/benchmark/basic/query_json.py | 2 +- tests/army/tools/benchmark/basic/stt.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/army/tools/benchmark/basic/bugs.py b/tests/army/tools/benchmark/basic/bugs.py index aaf3312715..d1b45d95ed 100644 --- a/tests/army/tools/benchmark/basic/bugs.py +++ b/tests/army/tools/benchmark/basic/bugs.py @@ -30,7 +30,7 @@ def removeQuotation(origin): return value -class TDTestCase: +class TDTestCase(TBase): def caseDescription(self): """ [TD-11510] taosBenchmark test cases diff --git a/tests/army/tools/benchmark/basic/insertMix.py b/tests/army/tools/benchmark/basic/insertMix.py index f9c08edf06..fc8b37f440 100644 --- a/tests/army/tools/benchmark/basic/insertMix.py +++ b/tests/army/tools/benchmark/basic/insertMix.py @@ -23,7 +23,7 @@ from frame.caseBase import * from frame import * -class TDTestCase: +class TDTestCase(TBase): def caseDescription(self): """ [TD-13823] taosBenchmark test cases diff --git a/tests/army/tools/benchmark/basic/queryMain.py b/tests/army/tools/benchmark/basic/queryMain.py index 87c70c8df2..1d52163e31 100644 --- a/tests/army/tools/benchmark/basic/queryMain.py +++ b/tests/army/tools/benchmark/basic/queryMain.py @@ -37,7 +37,7 @@ def removeQuotation(origin): return value -class TDTestCase: +class TDTestCase(TBase): def caseDescription(self): """ [TD-11510] taosBenchmark test cases diff --git a/tests/army/tools/benchmark/basic/query_json.py b/tests/army/tools/benchmark/basic/query_json.py index 62741a3401..6f71a508af 100644 --- a/tests/army/tools/benchmark/basic/query_json.py +++ b/tests/army/tools/benchmark/basic/query_json.py @@ -23,7 +23,7 @@ from frame.caseBase import * from frame import * -class TDTestCase: +class TDTestCase(TBase): def caseDescription(self): """ [TD-11510] taosBenchmark test cases diff --git a/tests/army/tools/benchmark/basic/stt.py b/tests/army/tools/benchmark/basic/stt.py index b9288fcfa6..16affa9b27 100644 --- a/tests/army/tools/benchmark/basic/stt.py +++ b/tests/army/tools/benchmark/basic/stt.py @@ -23,7 +23,7 @@ from frame.caseBase import * from frame import * -class TDTestCase: +class TDTestCase(TBase): def caseDescription(self): """ [TD-13823] taosBenchmark test cases