Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.3] tests/robustness: switch to kill if no panic after 10sec #817

Commits on Aug 9, 2024

  1. 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]>
    fuweid committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    9907846 View commit details
    Browse the repository at this point in the history