cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.16k stars 3.82k forks source link

roachtest: remove kv100 from cdc bench tests #135922

Open rharding6373 opened 5 hours ago

rharding6373 commented 5 hours ago

Historically CDC has benchmarked changefeeds with the kv100 read-only workload to determine the impact of changefeeds when there is no data watched. Due to the roachtest's flakiness, we're not getting much value out of continuing to benchmark this. This PR removes kv100 from the regularly run benchmark, but leaves the infrastructure in place so that it can be run in the future if desired.

Epic: none

Release note: none

cockroach-teamcity commented 5 hours ago

This change is Reviewable