Performing the Crash Test with Atomic Flush
- Go to the RocksDB source package directory.
cd /home/rocksdb-6.10.2
- Perform a white-box test.
python -u tools/db_crashtest.py --cf_consistency whitebox --random_kill_odd 888887

- Perform a black-box test.
python -u tools/db_crashtest.py --cf_consistency blackbox

Parent topic: Test Method 1