“b0ae67287300ee087ec30aba1a4d5880c44b01a0”上不存在“deploy/lite/db_post_process.h”
提交 784c531b 编写于 作者: W wenzhouwww@live.cn

update

上级 172306b6
......@@ -18,6 +18,7 @@ import time
# set path about run instance
core_path = '/home/coredump/'
base_dir = os.path.dirname(os.path.realpath(__file__))
if base_dir.find("community")>0:
repo = "community"
......@@ -75,9 +76,9 @@ def random_args(args_list):
args_list["--debug"]=False
args_list["--per-thread-db-connection"]=True
args_list["--track-memory-leaks"]=False
args_list["--max-steps"]=random.randint(200,300)
args_list["--max-steps"]=random.randint(300,500)
threads = [16,32,64]
threads = [32,64,128,256]
args_list["--num-threads"]=random.sample(threads,1)[0] #$ debug
args_list["--ignore-errors"]=[] ## can add error codes for detail
......@@ -168,6 +169,7 @@ def get_cmds(args_list):
def run_crash_gen(crash_cmds,result_file):
os.system('echo "%s">>%s'%(crash_cmds,crash_gen_cmds_file))
os.system(crash_gen_cmds_file, core_path)
os.system("%s>>%s"%(crash_cmds,result_file))
def check_status(result_file):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册