SERVER-126208 wire sls into jepsen tests for rw concern verification (#53440)

GitOrigin-RevId: b5e1b2d33b65d2f6c0c182035d5a05eba94d2406
This commit is contained in:
nicola cabiddu 2026-05-15 12:02:24 +01:00 committed by MongoDB Bot
parent 5be3398828
commit 5203a86f27

View File

@ -2,7 +2,7 @@ set -o errexit
cd src
git clone --branch=v0.3.0-jepsen-mongodb-master --depth=1 https://x-access-token:${github_token}@github.com/10gen/jepsen.git jepsen-mongodb
git clone --branch=v0.4.0-jepsen-mongodb-master --depth=1 https://x-access-token:${github_token}@github.com/10gen/jepsen.git jepsen-mongodb
cd jepsen-mongodb
lein install