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

Trace validation test #204

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jul 4, 2024

  1. Trace validation test

    1. Improve etcdraft spec to provide hooks for model-checking and trace validation.
    2. Add new sample application based on raft and capable of injecting various faults.
    3. Add new test to generate random traces (with faults) and run trace validation on them.
    4. Fix some issues in etcdraft spec.
    
    Signed-off-by: Joshua Zhang <[email protected]>
    joshuazh-x committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    9cee7cd View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Address review feedbacks.

    1. Remove type annotations which are not needed here.
    2. Add more comments for the actions.
    3. Fix simulation argument in valide-model.sh.
    4. Let validate-model.sh use all cores to improve performance.
    
    Signed-off-by: Joshua Zhang <[email protected]>
    joshuazh-x committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    658195a View commit details
    Browse the repository at this point in the history
  2. Address review feedbacks.

    1. Decouple SpecAction and relevant definitions from the core etcd raft spec.
    Put them into a middle layer spec etcdraft_control.tla
    2. Fix racing issue in trace_validation_test.go.
    
    Signed-off-by: Joshua Zhang <[email protected]>
    joshuazh-x committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0701128 View commit details
    Browse the repository at this point in the history