test:add compatibility cases: 4096 columns of table data and tests that need to recover data from wal files

This commit is contained in:
chenhaoran 2022-11-04 16:17:05 +08:00
parent 66b44a788b
commit f995723f20
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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": [