Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ligurio
Copy link
Owner

@ligurio ligurio commented Nov 5, 2024

Fixes #43

Follows up commit edc3a86
("Getting rid of deprecated models names").

Follows up #38
```
$ 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 ligurio force-pushed the ligurio/gh-43-fix-long-fork branch from d3b013a to ff38f2e Compare November 5, 2024 12:37
@ligurio ligurio merged commit 357a768 into master Nov 5, 2024
2 checks passed
@ligurio ligurio deleted the ligurio/gh-43-fix-long-fork branch November 5, 2024 14:11
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-long-fork model

2 participants