Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
117296: roachtest: don't connect workload to stalling node r=nicktrav a=itsbilal Previously, we'd connect the workload binary to every node including the node we'd induce a stall on. This led to an issue where 1/3 of our workload workers would just not be able to connect, resulting in at least a 1/3rd drop in QPS, making the test as a whole flaky. This change updates the workload call to only connect to nodes 2 and 3, which are expected to stay up throughout the test. This is in line with user expectation; a stalling node is expected to crash while connections to other nodes are expected to keep working. Fixes #116631. Epic: none Release note: None Co-authored-by: Bilal Akhtar <[email protected]>
- Loading branch information