-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
87025: roachtest: fix infrastructure flake on cdc/bank r=srosenberg a=renatolabs When trying to create a Kafka topic immediately after setting it up on a node, we sometimes see the `kafka controller not available` error. Retrying the topic creation is sufficient to make progress on the test. This was supposed to be included in #86468, but was missed. Now the retry logic lives in the `createTopic` function itself, so callers no longer have to remember to wrap this function in a retry loop. Fixes #86979. Release justification: test-only change. Release note: None. Co-authored-by: Renato Costa <[email protected]>
- Loading branch information
Showing
2 changed files
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters