Test Description
By default, the stress test of RocksDB is classified into the crash test and crash test with atomic flush. You can choose either of the following methods to perform the two tests:
- The first method is to generate the db_stress test tool first, and then perform the black-box and white-box tests separately. Test Method 1 shows the process.
- The second method is to complete the tool generation and the test process in one step, and then perform the black-box and white-box tests at the same time.
The first method is recommended. For the second method, white-box and black-box tests are performed at the same time, and their command output is mixed, which is inconvenient for information sorting.
Parent topic: Procedure