add fsync default cfg to no-random-fail.py too.

This commit is contained in:
Shuduo Sang 2020-07-15 17:17:45 +08:00
parent 7652edf906
commit 964ae6073f
1 changed files with 2 additions and 1 deletions

View File

@ -175,7 +175,8 @@ class TDDnode:
self.cfg("logDir", self.logDir)
self.cfg("numOfLogLines", "100000000")
self.cfg("mnodeEqualVnodeNum", "0")
self.cfg("walLevel", "1")
self.cfg("walLevel", "2")
self.cfg("fsync", "1000")
self.cfg("statusInterval", "1")
self.cfg("numOfTotalVnodes", "64")
self.cfg("numOfMnodes", "3")