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

Add an integration test for broadcast mode #418

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

bbpetukhov
Copy link
Contributor

Added an integration test for broadcast mode. It covers testing broadcast routing mode with consumers having different priorities and different subscriptions. The test makes sure that only high priority consumers receive messages and the messages are received in respect to customers' subscriptions.

Describe your changes
Added a new integration test test_broadcast to the src/integration-tests/test_subscriptions.py.

Testing performed

  • The new test successfully passed on my machine locally
  • GitHub Actions Workflow passed in the fork/branch

Additional context

@bbpetukhov bbpetukhov requested a review from a team as a code owner September 11, 2024 13:25
…nt subscriptions and priorities

Signed-off-by: Dmitrii Petukhov <[email protected]>
Copy link
Collaborator

@kaikulimu kaikulimu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job, Dmitrii! This is exactly what we expect for a broadcast test :)

@kaikulimu kaikulimu merged commit 5aaf596 into bloomberg:main Sep 11, 2024
29 checks passed
alexander-e1off pushed a commit to alexander-e1off/blazingmq that referenced this pull request Oct 24, 2024
…nt subscriptions and priorities (bloomberg#418)

Signed-off-by: Dmitrii Petukhov <[email protected]>
alexander-e1off pushed a commit to alexander-e1off/blazingmq that referenced this pull request Oct 24, 2024
…nt subscriptions and priorities (bloomberg#418)

Signed-off-by: Dmitrii Petukhov <[email protected]>
alexander-e1off pushed a commit to alexander-e1off/blazingmq that referenced this pull request Oct 24, 2024
…nt subscriptions and priorities (bloomberg#418)

Signed-off-by: Dmitrii Petukhov <[email protected]>
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