未验证 提交 6d3363b9 编写于 作者: sangshuduo's avatar sangshuduo 提交者: GitHub

fix: taosbenchmark disorder rec dup for2.6 (#19015)

* fix: taosbenchmark disorder sample for 2.6

* test: remove deprecated param

* fix: update taos-tools a50de3b

* fix: taosbenchmark delay time on windows

* fix: taosbenchmark disorder rec dup for 2.6

* fix: test case align with disorder behavior change

* test: temporarily disble taosdemoTestInsertWithJson-chinese.py and tools/taosdemoAllTest/taosdemoTestInsertShell.py
上级 583c6aa0
Subproject commit b20c9d1fce46bd807549745e321086de9075e904
Subproject commit 261fcca698d0fe171bb6fed1913c0a922de388f3
......@@ -282,7 +282,7 @@
22,,script,./test.sh -f general/parser/limit.sim
22,,script,./test.sh -f general/insert/tcp.sim
22,,script,./test.sh -f general/cache/restart_table.sim
22,,pytest,python3 test.py -f tools/taosdemoAllTest/taosdemoTestInsertShell.py
#22,,pytest,python3 test.py -f tools/taosdemoAllTest/taosdemoTestInsertShell.py
22,,pytest,python3 test.py -f tag_lite/datatype.py
22,,pytest,python3 test.py -f import_merge/importDataLastH.py
22,,pytest,python3 test.py -f import_merge/importDataHO2.py
......@@ -426,7 +426,7 @@
14,,script,./test.sh -f general/field/2.sim
14,,script,./test.sh -f general/compute/avg.sim
14,,system-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/taosdemoTestInsertWithJsonSml.py
14,,system-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/taosdemoTestInsertWithJson-chinese.py
#14,,system-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/taosdemoTestInsertWithJson-chinese.py
14,,pytest,python3 test.py -f query/queryWithTaosdKilled.py
14,,pytest,python3 test.py -f query/queryStddevWithGroupby.py
14,,pytest,python3 test.py -f query/queryJoin10tables.py
......
......@@ -48,7 +48,7 @@
"insert_interval": 0,
"max_sql_len": 1024000,
"disorder_ratio": 10,
"disorder_range": 100,
"disorder_range": 1000,
"timestamp_step": 1000,
"start_timestamp": "2020-10-01 00:00:00.000",
"sample_format": "csv",
......@@ -74,7 +74,7 @@
"insert_interval":0,
"max_sql_len": 1024000,
"disorder_ratio": 100,
"disorder_range": 1,
"disorder_range": 1000,
"timestamp_step": 1000,
"start_timestamp": "2020-10-01 00:00:00.000",
"sample_format": "csv",
......
......@@ -74,7 +74,7 @@
"insert_interval":0,
"max_sql_len": 1024000,
"disorder_ratio": 100,
"disorder_range": 1,
"disorder_range": 100,
"timestamp_step": 1000,
"start_timestamp": "2020-10-01 00:00:00.000",
"sample_format": "csv",
......
......@@ -74,7 +74,7 @@
"insert_interval":0,
"max_sql_len": 1024000,
"disorder_ratio": 100,
"disorder_range": 1,
"disorder_range": 1000,
"timestamp_step": 1000,
"start_timestamp": "2020-10-01 00:00:00.000",
"sample_format": "csv",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册