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

Enhance etcd raft TLA+ spec #226

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

joshuazh-x
Copy link
Contributor

This PR is separated from the original PR #204. It includes following changes.

  1. Add ready phase to the spec to model state persistence in etcd implementation.
  2. Add more trace points in raft module to facilitate trace validation.
  3. Improve spec hierarchy to decouple model checking and trace validation spec from the main spec

@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: joshuazh-x
Once this PR has been reviewed and has the lgtm label, please assign serathius for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@joshuazh-x
Copy link
Contributor Author

cc @serathius @ahrtr @lemmy @zeu5

This PR contains spec changes in #204 as suggested by @ahrtr .

…lementation.

2. Add more trace points in raft module to facilitate trace validation.
3. Improve spec hierarchy to decouple model checking and trace validation spec from the main spec

Signed-off-by: Joshua Zhang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants