Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/robustness: switch to kill if no panic after 10sec
If file doesn't grow in 10 sec, bbolt won't trigger the following errors: * lackOfDiskSpace * mapError * resizeFileError * unmapError We should switch to kill instead of waiting for panic. In order to trigger these errors, we should increase value size to 512. Signed-off-by: Wei Fu <[email protected]> (cherry picked from commit 49eb212) Signed-off-by: Wei Fu <[email protected]>
- Loading branch information