提交 9262061b 编写于 作者: N Natalie Hildebrandt

Fixing crashing tests to include iterpercent param

Summary: Adding in the iterpercent flag to tests.

Test Plan: make crash_test

Reviewers: emayanke

Reviewed By: emayanke

Differential Revision: https://reviews.facebook.net/D13035
上级 5e9f3a9a
......@@ -71,10 +71,11 @@ def main(argv):
--write_buffer_size=%s
--destroy_db_initially=0
--reopen=0
--readpercent=50
--readpercent=45
--prefixpercent=5
--writepercent=40
--writepercent=35
--delpercent=5
--iterpercent=10
--db=%s
--max_key=100000000
--disable_seek_compaction=%s
......
......@@ -85,10 +85,11 @@ def main(argv):
--write_buffer_size=%s
--destroy_db_initially=0
--reopen=0
--readpercent=50
--readpercent=45
--prefixpercent=5
--writepercent=40
--writepercent=35
--delpercent=5
--iterpercent=10
--db=%s
--max_key=100000000
--disable_seek_compaction=%s
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册