-
Notifications
You must be signed in to change notification settings - Fork 4k
changefeedccl: remove fixed latency checks from pts benchmark test #154409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
aba7a00
to
acfcc5a
Compare
Removes the fixed threshold checks for the `changefeed_stage_pts_manage_latency` and `changefeed_stage_pts_manage_error_latency` metrics in the cdc/multi-table-pts-benchmark roachtests. These thresholds were too rigid and caused noisy failures. Issue cockroachdb#154447 has been filed to track the goal of monitoring these metrics via roachperf instead. Fixes: cockroachdb#152900 Fixes: cockroachdb#152903 Fixes: cockroachdb#153017 Fixes: cockroachdb#154120 Fixes: cockroachdb#154122 Fixes: cockroachdb#154132 Fixes: cockroachdb#154302 Fixes: cockroachdb#154357 Epic: CRDB-1421 Release note: None
acfcc5a
to
598c8d5
Compare
bors r=asg0451,KeithCh |
Will we need to backport this to 25.4? I was originally thinking yes but maybe not after #154478 merges. |
Yes, I think we will since this test was failing occasionally but less frequently when the flag was off. |
blathers backport 25.4 |
Based on the specified backports for this PR, I applied new labels to the following linked issue(s). Please adjust the labels as needed to match the branches actually affected by the issue(s), including adding any known older branches. Issue #154357: branch-release-25.4. Issue #152900: branch-release-25.4. Issue #152903: branch-release-25.4. Issue #153017: branch-release-25.4. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
Removes the fixed threshold checks for the
changefeed_stage_pts_manage_latency
andchangefeed_stage_pts_manage_error_latency
metrics in thecdc/multi-table-pts-benchmark roachtests. These thresholds were
too rigid and caused noisy failures.
Issue #154447 has been filed to track the goal of monitoring these metrics
via roachperf instead.
Fixes: #152900
Fixes: #152903
Fixes: #153017
Fixes: #154120
Fixes: #154122
Fixes: #154132
Fixes: #154302
Fixes: #154357
Epic: CRDB-1421
Release note: None