rocksdb/tools
sdong fdbff42391 Crash test to make kill decision for every kill point
Summary:
In crash test, when coming to each kill point, we start a random class using seed as current second. With this approach, for every second, the random number used is the same. However, in each second, there are multiple kill points with different frequency. It makes it hard to reason about chance of kill point to trigger. With this commit, we use thread local random seed to generate the random number, so that it will take different values per second, hoping it makes chances of killing much easier to reason about.

Also significantly reduce the kill odd to make sure time before kiling is similar as before.

Test Plan: Run white box crash test and see the killing happens as expected and the run time time before killing reasonable.

Reviewers: kradhakrishnan, IslamAbdelRahman, rven, yhchiang, andrewkr, anthony

Reviewed By: anthony

Subscribers: leveldb, dhruba

Differential Revision: https://reviews.facebook.net/D52971
2016-01-19 18:11:24 -08:00
..
dump
rdb
auto_sanity_test.sh
benchmark.sh Enhance db_bench write rate limit 2016-01-04 12:01:27 -08:00
benchmark_leveldb.sh
check_format_compatible.sh
db_crashtest.py Crash test to make kill decision for every kill point 2016-01-19 18:11:24 -08:00
db_repl_stress.cc
db_sanity_test.cc
db_stress.cc
dbench_monitor
Dockerfile
generate_random_db.sh
ldb.cc
ldb_cmd.cc Make ldb automagically determine the file type and use the correct dumping function 2016-01-06 14:19:08 -08:00
ldb_cmd.h Make ldb automagically determine the file type and use the correct dumping function 2016-01-06 14:19:08 -08:00
ldb_cmd_execute_result.h
ldb_cmd_test.cc
ldb_test.py Make ldb automagically determine the file type and use the correct dumping function 2016-01-06 14:19:08 -08:00
ldb_tool.cc
pflag
reduce_levels_test.cc
rocksdb_dump_test.sh
run_flash_bench.sh Enhance db_bench write rate limit 2016-01-04 12:01:27 -08:00
run_leveldb.sh
sample-dump.dmp
sst_dump.cc
sst_dump_test.cc
sst_dump_tool.cc tools/sst_dump_tool_imp.h not to depend on "util/testutil.h" 2016-01-13 11:34:53 -08:00
sst_dump_tool_imp.h tools/sst_dump_tool_imp.h not to depend on "util/testutil.h" 2016-01-13 11:34:53 -08:00
verify_random_db.sh
write_stress.cc
write_stress_runner.py