Skip to content

Commit

Permalink
feat(jepsen): update to newest jepsen-rs crate
Browse files Browse the repository at this point in the history
Signed-off-by: lxl66566 <[email protected]>
  • Loading branch information
lxl66566 committed Oct 31, 2024
1 parent 0c490b4 commit efe1cb3
Show file tree
Hide file tree
Showing 7 changed files with 256 additions and 102 deletions.
6 changes: 1 addition & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,4 @@
url = https://github.com/xline-kv/xline-proto.git
[submodule "curp/proto/common"]
path = crates/curp/proto/common
url = https://github.com/xline-kv/curp-proto.git
[submodule "crates/jepsen-rs"]
path = crates/jepsen-rs
url = https://github.com/lxl66566/jepsen-rs.git
branch = main
url = https://github.com/xline-kv/curp-proto.git
68 changes: 2 additions & 66 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/jepsen-rs
Submodule jepsen-rs deleted from ce07e5
2 changes: 1 addition & 1 deletion crates/simulation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ workspace-hack = { version = "0.1", path = "../../workspace-hack" }
xline = { path = "../xline" }
xline-client = { path = "../xline-client" }
xlineapi = { path = "../xlineapi" }
jepsen-rs = { path = "../jepsen-rs" }
jepsen-rs = { git = "https://github.com/lxl66566/jepsen-rs.git", branch = "nemesis" }

[build-dependencies]
tonic-build = { version = "0.5.0", package = "madsim-tonic-build" }
Loading

0 comments on commit efe1cb3

Please sign in to comment.