Skip to content

roachtest: modify probe ranges operation to not run in parallel#147633

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
noahstho:noah/check-ranges-unparallelize
Jun 9, 2025
Merged

roachtest: modify probe ranges operation to not run in parallel#147633
craig[bot] merged 1 commit intocockroachdb:masterfrom
noahstho:noah/check-ranges-unparallelize

Conversation

@noahstho
Copy link
Copy Markdown
Contributor

@noahstho noahstho commented Jun 2, 2025

We initially set up this operation to run concurrently, but are seeing range errors that seem to be from other operations running at the same time. In order to more usefully rely on this operation, we would like to try running this operation sequentially instead.

https://cockroachlabs.atlassian.net/browse/CC-30594

Fixes: #102034
Release note: None
Epic: None

We initially set up this operation to run concurrently,
but are seeing range errors that seem to be from other
operations running at the same time. In order to more
usefully rely on this operation, we would like to try
running this operation sequentially instead.

Fixes: cockroachdb#102034
Release note: None
Epic: None

<what was there before: Previously, ...>
<why it needed to change: This was inadequate because ...>
<what you did about it: To address this, this patch ...>
@noahstho noahstho requested review from a team, nameisbhaskar and shailendra-patel and removed request for a team June 2, 2025 16:51
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

Copy link
Copy Markdown
Contributor

@shailendra-patel shailendra-patel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@noahstho
Copy link
Copy Markdown
Contributor Author

noahstho commented Jun 9, 2025

bors r+

@craig
Copy link
Copy Markdown
Contributor

craig bot commented Jun 9, 2025

@craig craig bot merged commit ebfee3d into cockroachdb:master Jun 9, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

roachtest: test kvprober including crdb_internal.probe_ranges

3 participants