cockroachdb / cockroachdb/cockroach
cdc: do test setup before starting workload
Open
A-cdc
C-enhancement
T-cdc
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
In https://github.com/cockroachdb/cockroach/issues/152152 we encountered a flake where a transient error during kafka setup caused the workload that was already running to end before the test itself had really started. We should refactor the tests to do most of the setup steps before starting the workload, in case of errors like these that cause the test to flake.
Jira issue: CRDB-54264
Contributor guide
Assessment
This issue has not been assessed yet.