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

Makes fuzzer support more recovery edge cases #149

Merged
merged 6 commits into from
Oct 18, 2022
Merged

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    80895c5 View commit details
    Browse the repository at this point in the history
  2. Fuzzer: Simplifies not ref-counted model

    Each layer contains the full state and not the changes
    Tpt committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    48695af View commit details
    Browse the repository at this point in the history
  3. Fuzzer: Avoids options duplicated code and set salt

    Makes reproduction easier (consistent hashing)
    Tpt committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    99e6806 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a917267 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b28514 View commit details
    Browse the repository at this point in the history
  6. Fuzzer: If the disk is disconnected during recovery, the next restart…

    … might lead to a previous state
    Tpt committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    927c724 View commit details
    Browse the repository at this point in the history