mirror of https://github.com/facebook/rocksdb.git
Update crashtests to match D12267
Summary: I changed the db_stress configs, but forgot to update the scripts using the old configs. Test Plan: 'make blackbox_crash_test' and 'make whitebox_crash_test' start running normally now (I haven't run them til the end, though). Reviewers: vamsi Reviewed By: vamsi CC: leveldb, dhruba Differential Revision: https://reviews.facebook.net/D12303
This commit is contained in:
parent
0a5afd1afc
commit
85d83a150b
|
@ -90,6 +90,9 @@ def main(argv):
|
||||||
--destroy_db_initially=0 \
|
--destroy_db_initially=0 \
|
||||||
--reopen=0 \
|
--reopen=0 \
|
||||||
--readpercent=50 \
|
--readpercent=50 \
|
||||||
|
--prefixpercent=5 \
|
||||||
|
--writepercent=40 \
|
||||||
|
--delpercent=5 \
|
||||||
--db=' + dirpath + '\
|
--db=' + dirpath + '\
|
||||||
--max_key=100000000 ' + additional_opts],
|
--max_key=100000000 ' + additional_opts],
|
||||||
stderr=subprocess.PIPE, shell=True)
|
stderr=subprocess.PIPE, shell=True)
|
||||||
|
|
|
@ -107,6 +107,9 @@ def main(argv):
|
||||||
--destroy_db_initially=0 ' + killoption + ' \
|
--destroy_db_initially=0 ' + killoption + ' \
|
||||||
--reopen=0 \
|
--reopen=0 \
|
||||||
--readpercent=50 \
|
--readpercent=50 \
|
||||||
|
--prefixpercent=5 \
|
||||||
|
--writepercent=40 \
|
||||||
|
--delpercent=5 \
|
||||||
--db=' + dirpath + ' \
|
--db=' + dirpath + ' \
|
||||||
--max_key=100000000 ' + additional_opts]
|
--max_key=100000000 ' + additional_opts]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue