From b466245cf2794c0c0e784f0daaa5d54ccace2394 Mon Sep 17 00:00:00 2001 From: Dmitry Sherstobitov Date: Fri, 20 Dec 2024 14:55:28 -0800 Subject: [PATCH] Epic Debian 12 DNS fix --- yugabyte/run-jepsen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yugabyte/run-jepsen.py b/yugabyte/run-jepsen.py index 1a088ae51..44204ebd6 100755 --- a/yugabyte/run-jepsen.py +++ b/yugabyte/run-jepsen.py @@ -469,7 +469,7 @@ def main(): "--os debian", f"--url {url}", f"--nemesis {nemeses}", - f"--nodes {get_ip_from_dns()}" + f"--nodes {get_ip_from_dns()}", f"--concurrency {args.concurrency}"]) if args.iterations: