提交 5312b4b9 编写于 作者: haoranc's avatar haoranc

test:add compatibility cases: 4096 columns of table data and tests that need...

test:add compatibility  cases: 4096 columns of table data and tests that need to recover data from wal files
上级 be6efade
...@@ -11,27 +11,26 @@ ...@@ -11,27 +11,26 @@
"result_file": "taosBenchmark_result.log", "result_file": "taosBenchmark_result.log",
"confirm_parameter_prompt": "no", "confirm_parameter_prompt": "no",
"insert_interval": 0, "insert_interval": 0,
"num_of_records_per_req": 100, "num_of_records_per_req": 1000000,
"max_sql_len": 1024000, "max_sql_len": 1024000,
"databases": [ "databases": [
{ {
"dbinfo": { "dbinfo": {
"name": "taosc_sql", "name": "db4096",
"drop": "yes", "drop": "yes",
"replica": 1, "replica": 1,
"duration": 10, "duration": 10,
"precision": "ms", "precision": "ms",
"keep": 3650, "keep": 3650,
"minRows": 100,
"maxRows": 4096,
"comp": 2, "comp": 2,
"vgroups": 30 "vgroups": 3,
"buffer": 1000
}, },
"super_tables": [ "super_tables": [
{ {
"name": "stb0", "name": "stb0",
"child_table_exists": "no", "child_table_exists": "no",
"childtable_count": 100, "childtable_count": 5,
"childtable_prefix": "ctb0", "childtable_prefix": "ctb0",
"escape_character": "no", "escape_character": "no",
"auto_create_table": "no", "auto_create_table": "no",
......
...@@ -111,7 +111,9 @@ class TDTestCase: ...@@ -111,7 +111,9 @@ class TDTestCase:
print(f"start taosd: nohup taosd -c {cPath} & ") print(f"start taosd: nohup taosd -c {cPath} & ")
os.system(f" nohup taosd -c {cPath} & " ) os.system(f" nohup taosd -c {cPath} & " )
sleep(2) sleep(2)
tdLog.info(f" LD_LIBRARY_PATH=/usr/lib taosBenchmark -f compa4096.json -y ") tdLog.info(" LD_LIBRARY_PATH=/usr/lib taosBenchmark -f 0-others/compa4096.json -y ")
os.system("LD_LIBRARY_PATH=/usr/lib taosBenchmark -f 0-others/compa4096.json -y")
os.system("pkill -9 taosd")
......
...@@ -195,7 +195,7 @@ class TDTestCase: ...@@ -195,7 +195,7 @@ class TDTestCase:
def run(self): def run(self):
# print(self.master_dnode.cfgDict) # print(self.master_dnode.cfgDict)
self.fiveDnodeThreeMnode(dnodeNumbers=6,mnodeNums=3,restartNumbers=10,stopRole='dnode') self.fiveDnodeThreeMnode(dnodeNumbers=6,mnodeNums=3,restartNumbers=4,stopRole='dnode')
def stop(self): def stop(self):
tdSql.close() tdSql.close()
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册