Skip to content
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

jobs: deflake TestRegistryLifecycle #92005

Merged
merged 1 commit into from
Nov 16, 2022

Conversation

stevendanna
Copy link
Collaborator

The explicit transactions in this test can hit transaction retry errors despite the test conditions all passing.

Here, we wrap the transactions we intend to commit in a retry loop using client-side retries.

It seems likely that #91563 made transaction retries more likely.

Fixes #92001

Release note: None

The explicit transactions in this test can hit transaction retry
errors despite the test conditions all passing.

Here, we wrap the transactions we intend to commit in a retry loop
using client-side retries.

It seems likely that cockroachdb#91563 made transaction retries more likely.

Fixes cockroachdb#92001

Release note: None
@stevendanna stevendanna requested a review from a team as a code owner November 16, 2022 19:48
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Contributor

@ajwerner ajwerner left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @stevendanna)

@stevendanna
Copy link
Collaborator Author

bors r=ajwerner

@craig
Copy link
Contributor

craig bot commented Nov 16, 2022

Build succeeded:

@craig craig bot merged commit 522980a into cockroachdb:master Nov 16, 2022
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.

sql/jobs: TestRegistryLifecycle is flaky
3 participants