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] backport go-dmflakey and robustness test #812

Merged
merged 3 commits into from
Aug 8, 2024

Commits on Aug 8, 2024

  1. tx.go: introduce failpoint before fdatasync

    It can be used for power failure cases.
    
    Signed-off-by: Wei Fu <fuweid89@gmail.com>
    (cherry picked from commit 445a07b)
    Signed-off-by: Wei Fu <fuweid89@gmail.com>
    fuweid committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0522eaa View commit details
    Browse the repository at this point in the history
  2. tests/*: introduce go-dmflakey

    This commit is to add go-binding for go-dmflakey. It's used to simulate
    powerfailure with common filesystems.
    
    Signed-off-by: Wei Fu <fuweid89@gmail.com>
    (cherry picked from commit b05bec2)
    Signed-off-by: Wei Fu <fuweid89@gmail.com>
    fuweid committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1b74a4b View commit details
    Browse the repository at this point in the history
  3. tests/robustness: init with powerfailure case

    Add `Robustness Test` pipeline for robustness test cases.
    
    Signed-off-by: Wei Fu <fuweid89@gmail.com>
    (cherry picked from commit 300e72a)
    Signed-off-by: Wei Fu <fuweid89@gmail.com>
    fuweid committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5962b02 View commit details
    Browse the repository at this point in the history