提交 4765cb9e 编写于 作者: P plum-lihui

test:modify testcase that using taosBenchmark to test multi-process table...

test:modify testcase that using taosBenchmark to test multi-process table building and data inserting
上级 ae2723ec
...@@ -347,7 +347,7 @@ class TDTestCase: ...@@ -347,7 +347,7 @@ class TDTestCase:
def test_case3(self): def test_case3(self):
self.taosBenchCreate("127.0.0.1","no","db1", "stb1", 1, 8, 1*10000) 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) # self.taosBenchCreate("chenhaoran02","no","db1", "stb1", 1, 8, 1*10000)
......
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
"batch_create_tbl_num": 50000, "batch_create_tbl_num": 50000,
"data_source": "rand", "data_source": "rand",
"insert_mode": "taosc", "insert_mode": "taosc",
"insert_rows": 0, "insert_rows": 10,
"interlace_rows": 0, "interlace_rows": 100000,
"insert_interval": 0, "insert_interval": 0,
"max_sql_len": 10000000, "max_sql_len": 10000000,
"disorder_ratio": 0, "disorder_ratio": 0,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册