diff --git a/tests/army/tools/benchmark/basic/commandline-retry.py b/tests/army/tools/benchmark/basic/commandline-retry.py index dc35771f90..fe4facaf3b 100644 --- a/tests/army/tools/benchmark/basic/commandline-retry.py +++ b/tests/army/tools/benchmark/basic/commandline-retry.py @@ -20,6 +20,7 @@ from frame.cases import * from frame.sql import * from frame.caseBase import * from frame import * +from frame.srvCtl import * class TDTestCase(TBase): @@ -28,8 +29,6 @@ class TDTestCase(TBase): [TD-19985] taosBenchmark retry test cases """ - - def run(self): binPath = etool.benchMarkFile() cmd = ( diff --git a/tests/army/tools/benchmark/basic/taosc_insert-retry-json-global.py b/tests/army/tools/benchmark/basic/taosc_insert-retry-json-global.py index 3c862afad7..bf5146b340 100644 --- a/tests/army/tools/benchmark/basic/taosc_insert-retry-json-global.py +++ b/tests/army/tools/benchmark/basic/taosc_insert-retry-json-global.py @@ -20,6 +20,7 @@ from frame.cases import * from frame.sql import * from frame.caseBase import * from frame import * +from frame.srvCtl import * class TDTestCase(TBase): @@ -28,8 +29,6 @@ class TDTestCase(TBase): [TD-19985] taosBenchmark retry test cases """ - - def run(self): binPath = etool.benchMarkFile() cmd = "%s -f ./tools/benchmark/basic/json/taosc_insert_retry-global.json" % binPath diff --git a/tests/army/tools/benchmark/basic/taosc_insert-retry-json-stb.py b/tests/army/tools/benchmark/basic/taosc_insert-retry-json-stb.py index e0f070320d..cb05c37ce0 100644 --- a/tests/army/tools/benchmark/basic/taosc_insert-retry-json-stb.py +++ b/tests/army/tools/benchmark/basic/taosc_insert-retry-json-stb.py @@ -20,6 +20,7 @@ from frame.cases import * from frame.sql import * from frame.caseBase import * from frame import * +from frame.srvCtl import * class TDTestCase(TBase): diff --git a/tools/taos-tools/case/insertCompress.json b/tools/taos-tools/case/insertCompress.json index 6e4d9886ea..ef5dbd5a1d 100644 --- a/tools/taos-tools/case/insertCompress.json +++ b/tools/taos-tools/case/insertCompress.json @@ -38,7 +38,7 @@ "update_fill_interval": 25, "generate_row_rule": 2, "columns": [ - { "type": "bool", "name": "bc", "encode":"bit-packing", "compress":"zstd", "level":"high" }, + { "type": "bool", "name": "bc", "encode":"disabled", "compress":"disabled" }, { "type": "float", "name": "fc", "encode":"delta-d", "compress":"zlib", "level":"medium", "max": 100, "min": 0 }, { "type": "double", "name": "dc", "encode":"delta-d", "compress":"xz", "level":"low", "max": 100, "min": 0 }, { "type": "tinyint", "name": "ti", "encode":"delta-i", "compress":"zstd", "level":"high", "max": 100, "min": 0 },