cockroachdb / cockroachdb/cockroach
changefeedccl: move cdc roachtest validations onto a roachprod node
Open
A-cdc
C-enhancement
T-cdc
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Some of the heavier cdc roachtest do a lot of work, which when run in ci concurrently with other roachtests, can cause them to fail due to runner node overload. See #138904 for an example. We should move the heavy work onto a roachprod node so as to prevent this.
See also conversation in https://cockroachlabs.slack.com/archives/C065X5307U3/p1736770041200539
Jira issue: CRDB-46429
Contributor guide
Assessment
This issue has not been assessed yet.