Skip to content

Fix a set checker #76

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

Merged
merged 2 commits into from
Nov 5, 2024
Merged

Fix a set checker #76

merged 2 commits into from
Nov 5, 2024

Conversation

ligurio
Copy link
Owner

@ligurio ligurio commented Nov 5, 2024

$ java -jar ~/sources/elle-cli/target/elle-cli-0.1.7-standalone.jar --verbose --model set histories/jepsen/set.edn 
{"ok-count":3,
 "valid?":true,
 "lost-count":0,
 "lost":"#{}",
 "acknowledged-count":3,
 "recovered":"#{}",
 "ok":"#{0..2}",
 "attempt-count":3,
 "unexpected":"#{}",
 "unexpected-count":0,
 "recovered-count":0}

Fixes #44

```
$ java -jar ~/sources/elle-cli/target/elle-cli-0.1.7-standalone.jar --verbose --model set histories/jepsen/set.edn
{"ok-count":3,
 "valid?":true,
 "lost-count":0,
 "lost":"#{}",
 "acknowledged-count":3,
 "recovered":"#{}",
 "ok":"#{0..2}",
 "attempt-count":3,
 "unexpected":"#{}",
 "unexpected-count":0,
 "recovered-count":0}
```

Fixes #44
@ligurio ligurio force-pushed the ligurio/gh-44-fix-set branch from 9691d51 to 8d0c0db Compare November 5, 2024 10:24
@ligurio ligurio merged commit eadcde8 into master Nov 5, 2024
2 checks passed
@ligurio ligurio deleted the ligurio/gh-44-fix-set branch November 5, 2024 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix jepsen-set model
1 participant