Skip to content

Commit

Permalink
roachtest: bump jepsen version
Browse files Browse the repository at this point in the history
This commit bumps the jepsen version now to include a fix that allows
jepsen to set custom range sizes. See:

cockroachdb/jepsen#34

Epic: none

Release note: None
  • Loading branch information
renatolabs committed Mar 29, 2023
1 parent 0745cd4 commit 7601872
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/cmd/roachtest/tests/jepsen.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ process for those artifacts and that would add some traceability.
If you want to make a change to jepsen (like upgrade the version to resolve
issues with env incompatibility or bump jdbc driver versions), you can create
a pull request for tc-nightly-master branch and after merging build a new
a pull request for tc-nightly-main branch and after merging build a new
artifact using:
# install build dependencies and build tools
Expand All @@ -59,7 +59,7 @@ chmod +x lein
# clone repository and checkout release branch
git clone https://github.com/cockroachdb/jepsen
cd jepsen/cockroachdb
git checkout tc-nightly-master
git checkout tc-nightly-main
# build executable jar
~/lein uberjar
Expand All @@ -81,7 +81,7 @@ const jepsenRepo = "https://github.com/cockroachdb/jepsen"
const repoBranch = "tc-nightly"

const gcpPath = "https://storage.googleapis.com/cockroach-jepsen"
const binaryVersion = "0.1.0-3d7c345d-standalone"
const binaryVersion = "0.1.0-21cbebe-standalone"

var jepsenNemeses = []struct {
name, config string
Expand Down

0 comments on commit 7601872

Please sign in to comment.