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

Ensure tests that interact with RabbitMQ do not run in parallel #1402

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

lukebakken
Copy link
Contributor

Since there are tests that restart RabbitMQ, every test that could interact with RMQ must have this attribute on the class:

[Collection("IntegrationFixture")]

We would get random CI failures due to some tests executing that were not part of this collection.

Since there are tests that restart RabbitMQ, every test that could
interact with RMQ must have this attribute on the class:

[Collection("IntegrationFixture")]

We would get random CI failures due to some tests executing that were
not part of this collection.
@lukebakken lukebakken self-assigned this Oct 11, 2023
@lukebakken lukebakken added this to the 7.0.0 milestone Oct 11, 2023
@lukebakken lukebakken marked this pull request as ready for review October 12, 2023 15:20
@lukebakken lukebakken merged commit 67cfc71 into main Oct 12, 2023
@lukebakken lukebakken deleted the lukebakken/integration-test-collection branch October 12, 2023 15:21
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