-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix jepsen-long-fork model #43
Comments
ligurio
added a commit
that referenced
this issue
Nov 5, 2024
``` $ java -jar ~/sources/elle-cli/target/elle-cli-0.1.7-standalone.jar --verbose --model long-fork histories/jepsen/long-fork.edn {"reads-count":2, "early-read-count":0, "late-read-count":0, "valid?":false, "forks": [[{"index":3, "time":-1, "type":"ok", "process":null, "f":"read", "value":[["r", 2, 1], ["r", 0, 1], ["r", 1, null]]}, {"index":1, "time":-1, "type":"ok", "process":null, "f":"read", "value":[["r", 0, 1], ["r", 1, 1], ["r", 2, null]]}]]} ``` Fixes #43
Merged
ligurio
added a commit
that referenced
this issue
Nov 5, 2024
``` $ java -jar ~/sources/elle-cli/target/elle-cli-0.1.7-standalone.jar --verbose --model long-fork histories/jepsen/long-fork.edn {"reads-count":2, "early-read-count":0, "late-read-count":0, "valid?":false, "forks": [[{"index":3, "time":-1, "type":"ok", "process":null, "f":"read", "value":[["r", 2, 1], ["r", 0, 1], ["r", 1, null]]}, {"index":1, "time":-1, "type":"ok", "process":null, "f":"read", "value":[["r", 0, 1], ["r", 1, 1], ["r", 2, null]]}]]} ``` Fixes #43
ligurio
added a commit
that referenced
this issue
Nov 5, 2024
``` $ java -jar ~/sources/elle-cli/target/elle-cli-0.1.7-standalone.jar --verbose --model long-fork histories/jepsen/long-fork.edn {"reads-count":2, "early-read-count":0, "late-read-count":0, "valid?":false, "forks": [[{"index":3, "time":-1, "type":"ok", "process":null, "f":"read", "value":[["r", 2, 1], ["r", 0, 1], ["r", 1, null]]}, {"index":1, "time":-1, "type":"ok", "process":null, "f":"read", "value":[["r", 0, 1], ["r", 1, 1], ["r", 2, null]]}]]} ``` Fixes #43
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jepsen-long-fork model is mentioned in documentation and usage, but actually is broken.
elle-cli/src/elle_cli/cli.clj
Lines 174 to 178 in d23bf96
The text was updated successfully, but these errors were encountered: