Skip to content

Make concurrency tests less flaky #605

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
Jul 22, 2025
Merged

Make concurrency tests less flaky #605

merged 1 commit into from
Jul 22, 2025

Conversation

rosa
Copy link
Member

@rosa rosa commented Jul 22, 2025

Don't try to enforce sequential order for jobs, given that the order is not even guaranteed by Solid Queue. Rename the test job to reflect that. Fix also another test where we waited for a job to finish but not for it to release the semaphore, so it happened most of the times but sometimes it didn't.

See #602

Don't try to enforce sequential order for jobs, given that the order is
not even guaranteed by Solid Queue. Rename the test job to reflect that.
Fix also another test where we waited for a job to finish but not for it
to release the semaphore, so it happened most of the times but sometimes
it didn't.
@rosa rosa merged commit 74b12c8 into main Jul 22, 2025
86 checks passed
@rosa rosa deleted the improve-concurrency-tests branch July 22, 2025 17:55
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.

1 participant