Skip to content

changefeedccl: add timeout to nemeses test inserts #146248

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

Merged
merged 1 commit into from
May 7, 2025

Conversation

rharding6373
Copy link
Collaborator

Some mutation queries take a long time to plan and execute even if they're safe. This PR adds a short timeout to each mutation, like tlp does for mutations, in order to avoid hanging.

Fixes: #146159
Epic: none

Release note: none

Some mutation queries take a long time to plan and execute even if
they're safe. This PR adds a short timeout to each mutation, like tlp
does for mutations, in order to avoid hanging.

Fixes: cockroachdb#146159
Epic: none

Release note: none
@rharding6373 rharding6373 requested a review from aerfrei May 6, 2025 23:55
@rharding6373 rharding6373 requested a review from a team as a code owner May 6, 2025 23:55
Copy link

blathers-crl bot commented May 6, 2025

It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR?

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@rharding6373 rharding6373 added the backport-25.2.x Flags PRs that need to be backported to 25.2 label May 7, 2025
@rharding6373
Copy link
Collaborator Author

TFTR!

bors r=aerfrei

@craig craig bot merged commit d0cd2cf into cockroachdb:master May 7, 2025
22 checks passed
Copy link

blathers-crl bot commented May 7, 2025

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 #146159: branch-release-25.2.


🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-25.2.x Flags PRs that need to be backported to 25.2 target-release-25.3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ccl/changefeedccl: TestChangefeedNemeses failed
3 participants