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 #121250

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Conversation

stevendanna
Copy link
Collaborator

In #116844 we added a CREATE USER statement to this tests setup. That statement produces 2 schema change jobs that could race with the coordination required for the assertions in this test to be valid.

Here we solve this by only running the AfterJobStateMachine callback for the job we care about.

Fixes #121149

Release note: None

In cockroachdb#116844 we added a CREATE USER statement to this tests setup. That
statement produces 2 schema change jobs that could race with the
coordination required for the assertions in this test to be valid.

Here we solve this by only running the AfterJobStateMachine callback
for the job we care about.

Fixes cockroachdb#121149

Release note: None
@stevendanna stevendanna requested review from a team as code owners March 28, 2024 00:46
@stevendanna stevendanna requested review from msbutler and removed request for a team March 28, 2024 00:46
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@stevendanna
Copy link
Collaborator Author

bors r=dt

@craig craig bot merged commit 1467251 into cockroachdb:master Mar 28, 2024
19 of 22 checks passed
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.

jobs: TestRegistryLifecycle failed
3 participants