Skip to content

Commit

Permalink
Bump Elle version
Browse files Browse the repository at this point in the history
Elle has been updated to version 0.2.0 [1].
The failed testcase has been removed, see [2].

1. https://github.com/jepsen-io/elle/releases/tag/v0.2.0
2. jepsen-io/elle#20
  • Loading branch information
ligurio committed Jan 24, 2024
1 parent 96f5538 commit 6b9262f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ change log follows the conventions of

### Changed

- Bump Elle version to 0.2.0.

## [0.1.7]

[0.1.7]: https://github.com/ligurio/elle-cli/compare/0.1.6...0.1.7
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
[org.clojure/tools.logging "1.1.0"]
[org.clojure/data.json "2.4.0"]
[spootnik/unilog "0.7.28"] ; required by elle
[elle "0.1.7"]
[elle "0.2.0"]
[jepsen "0.3.4"]
[knossos "0.3.9"]])
1 change: 0 additions & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ run_test 0 "--model rw-register histories/elle/rw-register.json"
run_test 1 "--model list-append histories/elle/paper-example.edn"
run_test 1 "--model list-append histories/elle/paper-example.json"
run_test 1 "--model list-append histories/elle/paper-example.json --plot-format svg"
run_test 0 "--model list-append histories/elle/paper-example.json --anomalies G-single-process --consistency-models linearizable"
run_test 1 "--model list-append histories/elle/paper-example.json --cycle-search-timeout 1000"
run_test 1 "--model list-append histories/elle/paper-example.json --plot-timeout 5000"
run_test 1 "--model list-append histories/elle/paper-example.json --max-plot-bytes 65536"
Expand Down

0 comments on commit 6b9262f

Please sign in to comment.