Skip to content

roachtest: Add mixed version kvprober test #143434

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

Closed

Conversation

noahstho
Copy link
Contributor

@noahstho noahstho commented Mar 25, 2025

Since the kv prober is a key tool for alerting on issues in production and triaging incidents, we would like to add some additional tests to ensure that it continues to work. This is a simple nightly roach test that ensures we can query crdb_internal.probe_ranges and it successfully returns with no errors.

resolves: #102034
Epic: none
Release note: none

Since the kv prober is an important tool, we would like to
add some additional tests to ensure that it continues to work.
This is a simple nightly roach test that ensures we can query
crdb_internal.probe_ranges and it successfully returns with no
errors. This PR should be followed by testing the kv_prober_enabled
cluster setting.

resolves: cockroachdb#102034
Epic: none
Release note: none
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Since the kv prober is used for critical alerts, we would like to
add some additional tests to ensure that it continues to work.
This is a simple nightly roach test that ensures we can query
crdb_internal.probe_ranges and it successfully returns with no
errors.

resolves: cockroachdb#102034
Epic: none
Release note: none
@noahstho noahstho closed this Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

roachtest: test kvprober including crdb_internal.probe_ranges
2 participants