Skip to content

Commit

Permalink
Extend stress test to format_version 4 (facebook#4265)
Browse files Browse the repository at this point in the history
Summary:
Stress tests currently cover format_version 2 and 3. The patch adds 4 as well.
Pull Request resolved: facebook#4265

Differential Revision: D9323185

Pulled By: maysamyabandeh

fbshipit-source-id: 54d11e41ecae09bae14cadd7313f07c9a3db5a57
  • Loading branch information
Maysam Yabandeh authored and rcane committed Sep 13, 2018
1 parent 4d55a3e commit c568357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/db_crashtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"verify_checksum": 1,
"write_buffer_size": 4 * 1024 * 1024,
"writepercent": 35,
"format_version": lambda: random.randint(2, 3),
"format_version": lambda: random.randint(2, 4),
}

_TEST_DIR_ENV_VAR = 'TEST_TMPDIR'
Expand Down

0 comments on commit c568357

Please sign in to comment.