Skip to content

test: do not run memory race test in parallel #17582

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 4 commits into from
Apr 28, 2025
Merged

Conversation

Emyrk
Copy link
Member

@Emyrk Emyrk commented Apr 28, 2025

Closes coder/internal#597 (comment)

The parallelized tests share configs, which when accessed concurrently throw race errors. The configs are read only, so it is fine to run these tests with shared idp configs.

@Emyrk Emyrk merged commit 14105ff into main Apr 28, 2025
34 checks passed
@Emyrk Emyrk deleted the stevenmasley/race_test branch April 28, 2025 17:20
@github-actions github-actions bot locked and limited conversation to collaborators Apr 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flake: TestRoleSyncTable/AllTogether
2 participants