提交 f995723f 编写于 作者: 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
上级 66b44a78
...@@ -418,7 +418,7 @@ class TDDnode: ...@@ -418,7 +418,7 @@ class TDDnode:
if i > 50: if i > 50:
break break
with open(logFile) as f: with open(logFile) as f:
timeout = time.time() + 60 * 2 timeout = time.time() + 10 * 2
while True: while True:
line = f.readline().encode('utf-8') line = f.readline().encode('utf-8')
if bkey in line: if bkey in line:
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
"precision": "ms", "precision": "ms",
"keep": 3650, "keep": 3650,
"comp": 2, "comp": 2,
"vgroups": 3, "vgroups": 2,
"buffer": 1000 "buffer": 1000
}, },
"super_tables": [ "super_tables": [
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
"childtable_limit": 0, "childtable_limit": 0,
"childtable_offset": 0, "childtable_offset": 0,
"rows_per_tbl": 0, "rows_per_tbl": 0,
"max_sql_len": 1048576, "max_sql_len": 1048576,
"disorder_ratio": 0, "disorder_ratio": 0,
"disorder_range": 1000, "disorder_range": 1000,
"timestamp_step": 1000, "timestamp_step": 1000,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册