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
..
2017-07-05 12:12:00 -07:00
2017-06-05 11:27:34 -07:00
2017-04-21 20:48:04 -07:00
2015-04-27 19:32:56 -07:00
2017-03-21 12:54:13 -07:00
2017-05-23 10:42:59 -07:00
2017-06-29 10:42:14 -07:00
2016-09-28 11:53:15 -07:00
2017-05-24 11:29:08 -07:00
2017-07-13 16:27:38 -07:00
2017-04-27 18:06:12 -07:00
2017-07-14 09:11:03 -07:00
2017-04-27 18:06:12 -07:00
2017-04-27 18:06:12 -07:00
2017-06-13 14:56:46 -07:00
2015-02-11 18:40:11 -08:00
2015-05-22 16:03:39 -07:00
2015-04-08 16:04:59 -07:00
2017-04-27 18:06:12 -07:00
2017-04-27 18:06:12 -07:00
2017-07-06 15:56:57 -07:00
2017-05-12 15:54:06 -07:00
2017-06-13 16:58:01 -07:00
2017-04-27 18:06:12 -07:00
2015-02-11 18:40:11 -08:00
2017-04-27 18:06:12 -07:00
2017-07-10 17:17:31 -07:00
2017-04-21 20:48:04 -07:00
2017-04-21 20:48:04 -07:00
2017-04-21 20:48:04 -07:00
2015-06-19 16:24:36 -07:00
2017-04-27 18:06:12 -07:00
2017-04-05 19:09:16 -07:00
2017-06-28 21:27:01 -07:00
2017-04-27 18:06:12 -07:00
2017-04-20 10:26:37 -07:00
2015-10-28 16:15:07 -07:00
2017-05-16 11:07:58 -07:00