rocksdb/tools
Daniel Black 67510eeff3 db_crashtest.py: remove need for shell
Summary:
Before:
$ ps -ef

build     1713    16  0 Jul11 ?        00:00:00 make crash_test
build     3437  1713  0 Jul11 ?        00:00:00 python -u tools/db_crashtest.py --simple blackbox
build     3438  3437  0 Jul11 ?        00:00:00 [sh] <defunct>
build     3440     1 99 Jul11 ?        5-03:01:25 ./db_stress --max_background_compactions=1 --max_write_buffer_number=3 --sync=0 --reopen=20 --write_buffer_size=33554432 --delpercent=5 --block_size=16384 --allow_concurrent_me

After:

build      1706     16  0 02:52 ?        00:00:01 make crash_test
build      3432   1706  0 02:55 ?        00:00:00 python -u tools/db_crashtest.py --simple blackbox
build      4452   3432 99 04:35 ?        00:01:42 ./db_stress --max_background_compactions=1 --max_write_buffer_number=3 --sync=0 --reopen=20 --write_buffer_size=33554432 --delpercent=5 --block_size=16384 --allow_concurr
Closes https://github.com/facebook/rocksdb/pull/2571

Differential Revision: D5421580

Pulled By: maysamyabandeh

fbshipit-source-id: d6c3970c38ea0fa23da653f4385e8e25d83f5c9f
2017-07-14 09:11:03 -07:00
..
dump Fix GetCurrentTime() initialization for valgrind 2017-07-05 12:12:00 -07:00
rdb fixed typo 2017-06-05 11:27:34 -07:00
auto_sanity_test.sh AIX and Solaris Sparc Support 2017-04-21 20:48:04 -07:00
benchmark_leveldb.sh Add scripts to run leveldb benchmark 2015-04-27 19:32:56 -07:00
benchmark.sh remove deleted option from benchmark.sh 2017-03-21 12:54:13 -07:00
blob_dump.cc Simple blob file dumper 2017-05-23 10:42:59 -07:00
check_format_compatible.sh fix format compatible test 2017-06-29 10:42:14 -07:00
CMakeLists.txt cmake support for linux and osx (#1358) 2016-09-28 11:53:15 -07:00
db_bench_tool_test.cc Introduce max_background_jobs mutable option 2017-05-24 11:29:08 -07:00
db_bench_tool.cc Enable write rate limit for updaterandom benchmark 2017-07-13 16:27:38 -07:00
db_bench.cc Add GPLv2 as an alternative license. 2017-04-27 18:06:12 -07:00
db_crashtest.py db_crashtest.py: remove need for shell 2017-07-14 09:11:03 -07:00
db_repl_stress.cc Add GPLv2 as an alternative license. 2017-04-27 18:06:12 -07:00
db_sanity_test.cc Add GPLv2 as an alternative license. 2017-04-27 18:06:12 -07:00
db_stress.cc Call RateLimiter for compaction reads 2017-06-13 14:56:46 -07:00
dbench_monitor Added simple monitoring script to monitor overusage of memory in db_bench 2015-02-11 18:40:11 -08:00
Dockerfile adding docker build script and dockerfile 2015-05-22 16:03:39 -07:00
generate_random_db.sh Script to check whether RocksDB can read DB generated by previous releases and vice versa 2015-04-08 16:04:59 -07:00
ldb_cmd_impl.h Add GPLv2 as an alternative license. 2017-04-27 18:06:12 -07:00
ldb_cmd_test.cc Add GPLv2 as an alternative license. 2017-04-27 18:06:12 -07:00
ldb_cmd.cc Initialize a variable in ldb to make code analysis tool happy 2017-07-06 15:56:57 -07:00
ldb_test.py Add GetAllKeyVersions API 2017-05-12 15:54:06 -07:00
ldb_tool.cc Allow ignoring unknown options when loading options from a file 2017-06-13 16:58:01 -07:00
ldb.cc Add GPLv2 as an alternative license. 2017-04-27 18:06:12 -07:00
pflag Added simple monitoring script to monitor overusage of memory in db_bench 2015-02-11 18:40:11 -08:00
reduce_levels_test.cc Add GPLv2 as an alternative license. 2017-04-27 18:06:12 -07:00
regression_test.sh fix regression test 2017-07-10 17:17:31 -07:00
rocksdb_dump_test.sh AIX and Solaris Sparc Support 2017-04-21 20:48:04 -07:00
run_flash_bench.sh AIX and Solaris Sparc Support 2017-04-21 20:48:04 -07:00
run_leveldb.sh AIX and Solaris Sparc Support 2017-04-21 20:48:04 -07:00
sample-dump.dmp First version of rocksdb_dump and rocksdb_undump. 2015-06-19 16:24:36 -07:00
sst_dump_test.cc Add GPLv2 as an alternative license. 2017-04-27 18:06:12 -07:00
sst_dump_tool_imp.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
sst_dump_tool.cc Improve Status message for block checksum mismatches 2017-06-28 21:27:01 -07:00
sst_dump.cc Add GPLv2 as an alternative license. 2017-04-27 18:06:12 -07:00
verify_random_db.sh tools/check_format_compatible.sh to cover option file loading too 2017-04-20 10:26:37 -07:00
write_stress_runner.py Write stress test 2015-10-28 16:15:07 -07:00
write_stress.cc fixed typo 2017-05-16 11:07:58 -07:00