Skip to content

Conversation

@lukebakken
Copy link
Collaborator

This PR will organize tests into the following projects:

  • Unit - unit tests that can run without RabbitMQ
  • Integration - tests that require RabbitMQ to be running, but can run in parallel
  • SequentialIntegration - tests that require RabbitMQ to be running, and must run sequentially. This is due to the tests restarting RabbitMQ, testing global data, or modifying RabbitMQ parameters to block publishers.

@lukebakken lukebakken added this to the 7.0.0 milestone Feb 1, 2024
@lukebakken lukebakken self-assigned this Feb 1, 2024
* Move `TestConnectionFactory` to Integration
* Move `TestExchangeDeclareAsync` to `TestExchangeDeclare`.
* `AsyncIntegrationFixture` is now a placeholder.
* Move `TestExtensionsAsync` to `TestExtensions`
* Move `TestFloodPublishingAsync` to `TestFloodPublishing`
* Remove the rest of `AsyncIntegration`.
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.

2 participants