Skip to content

Commit

Permalink
Epic Debian 12 DNS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qvad committed Dec 20, 2024
1 parent 3787db8 commit b466245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yugabyte/run-jepsen.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b466245

Please sign in to comment.