test:modify testcase that using taosBenchmark to test multi-process table building and data inserting

This commit is contained in:
plum-lihui 2022-05-12 09:42:53 +08:00
parent ae2723ec72
commit 4765cb9e9a
2 changed files with 3 additions and 3 deletions

View File

@ -347,7 +347,7 @@ class TDTestCase:
def test_case3(self):
self.taosBenchCreate("127.0.0.1","no","db1", "stb1", 1, 8, 1*10000)
self.taosBenchCreate("test209","no","db1", "stb1", 1, 8, 1*10000)
# self.taosBenchCreate("test209","no","db2", "stb2", 1, 8, 1*10000)
# self.taosBenchCreate("chenhaoran02","no","db1", "stb1", 1, 8, 1*10000)

View File

@ -29,8 +29,8 @@
"batch_create_tbl_num": 50000,
"data_source": "rand",
"insert_mode": "taosc",
"insert_rows": 0,
"interlace_rows": 0,
"insert_rows": 10,
"interlace_rows": 100000,
"insert_interval": 0,
"max_sql_len": 10000000,
"disorder_ratio": 0,