[RocksDB] Fix build. Removed deprecated option --mmap_read from db_crashtest
Summary: As title Test Plan: db_crashtest Reviewers: vamsi, emayanke CC: leveldb Differential Revision: https://reviews.facebook.net/D11271
This commit is contained in:
parent
778e179046
commit
0c2a2dd5e8
@ -66,7 +66,6 @@ def main(argv):
|
|||||||
run_had_errors = False
|
run_had_errors = False
|
||||||
additional_opts = ' --disable_seek_compaction=' + \
|
additional_opts = ' --disable_seek_compaction=' + \
|
||||||
str(random.randint(0, 1)) + \
|
str(random.randint(0, 1)) + \
|
||||||
' --mmap_read=' + str(random.randint(0, 1)) + \
|
|
||||||
' --block_size=16384 ' + \
|
' --block_size=16384 ' + \
|
||||||
' --cache_size=1048576 ' + \
|
' --cache_size=1048576 ' + \
|
||||||
' --open_files=500000 ' + \
|
' --open_files=500000 ' + \
|
||||||
|
@ -71,7 +71,6 @@ def main(argv):
|
|||||||
run_had_errors = False
|
run_had_errors = False
|
||||||
additional_opts = ' --disable_seek_compaction=' + \
|
additional_opts = ' --disable_seek_compaction=' + \
|
||||||
str(random.randint(0, 1)) + \
|
str(random.randint(0, 1)) + \
|
||||||
' --mmap_read=' + str(random.randint(0, 1)) + \
|
|
||||||
' --block_size=16384 ' + \
|
' --block_size=16384 ' + \
|
||||||
' --cache_size=1048576 ' + \
|
' --cache_size=1048576 ' + \
|
||||||
' --open_files=500000 ' + \
|
' --open_files=500000 ' + \
|
||||||
|
Loading…
Reference in New Issue
Block a user