From efa4b2971a8d469f833a5a64f85b935e99bacd17 Mon Sep 17 00:00:00 2001 From: Ludovic Leroux Date: Mon, 27 Oct 2025 18:40:28 +0000 Subject: [PATCH] roachtest: bump jepsen version This patch bumps the jepsen version used in jepsen tests to include a backported fix to prevent a potential deadlock during worker setup in crdb's Jepsen fork. Epic: none Fixes: #152140 Release note: None --- pkg/cmd/roachtest/tests/jepsen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/roachtest/tests/jepsen.go b/pkg/cmd/roachtest/tests/jepsen.go index 7feebfa28f53..f1b74d8cf04b 100644 --- a/pkg/cmd/roachtest/tests/jepsen.go +++ b/pkg/cmd/roachtest/tests/jepsen.go @@ -77,7 +77,7 @@ const jepsenRepo = "https://github.com/cockroachdb/jepsen" const repoBranch = "tc-nightly-main" const gcpPath = "https://storage.googleapis.com/cockroach-jepsen" -const binaryVersion = "0.1.0-6699eb4-standalone" +const binaryVersion = "0.1.0-bd82e2e-standalone" var jepsenNemeses = []struct { name, config string