Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
125707: roachtest: ignore workload for 5 mins after start in wal failover r=RaduBerinde a=itsbilal Previously, we'd look at p99 latencies for the workload since its very start, in the disk-stall/wal-failover roachtest. This was relatively ambitious as the workload is a high-concurrency kv workload with no ramping period at the start, so the chance of high p99 latency even under normal performance is high. This change ignores the workload's metrics from the first 5 mins of the workload (as opposed to just the first minute), and explicitly adds a 1min ramp period to the workload where concurrency is gradually increased. Fixes cockroachdb#124977. Epic: none Release note: None Co-authored-by: Bilal Akhtar <bilal@cockroachlabs.com>
- Loading branch information