From 7601872935ce72f55a1da8031c1e816adbb5eadc Mon Sep 17 00:00:00 2001 From: Renato Costa Date: Tue, 28 Mar 2023 13:47:50 -0400 Subject: [PATCH] roachtest: bump jepsen version 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 --- pkg/cmd/roachtest/tests/jepsen.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/cmd/roachtest/tests/jepsen.go b/pkg/cmd/roachtest/tests/jepsen.go index 754e2b63f013..dbba02c2ffa3 100644 --- a/pkg/cmd/roachtest/tests/jepsen.go +++ b/pkg/cmd/roachtest/tests/jepsen.go @@ -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 @@ -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 @@ -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