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

feat: add initial servicebus test components #201

Open
wants to merge 37 commits into
base: main
Choose a base branch
from

Conversation

stijnmoreels
Copy link
Member

@stijnmoreels stijnmoreels commented Oct 14, 2024

Adds the initial test components for Azure Service bus:

  • TemporaryTopic(Subscription)
    • With custom setup/teardown operations;
    • With message filter search;
  • TemporaryQueue
    • With custom setup/teardown operations;
    • With message filter search;

Closes #96
Relates to #90

Copy link

netlify bot commented Oct 14, 2024

Deploy Preview for arcus-testing canceled.

Name Link
🔨 Latest commit ad55717
🔍 Latest deploy log https://app.netlify.com/sites/arcus-testing/deploys/67860c614c9a640008bf36b1

@stijnmoreels stijnmoreels changed the title feat: add initial servicebus test components feat: add initial servicebus test components (🚧) Oct 15, 2024
@arcus-automation
Copy link
Collaborator

arcus-automation commented Oct 17, 2024

🧪 Code coverage summary

Metric Value
Line coverage 🟢 92.3%
Branch coverage 🟢 81.6%

Great job! 😎 Your code coverage is higher than my caffeine levels! ☕

@stijnmoreels stijnmoreels marked this pull request as ready for review December 20, 2024 06:58
@stijnmoreels stijnmoreels requested a review from a team as a code owner December 20, 2024 06:58
@stijnmoreels stijnmoreels reopened this Dec 20, 2024
@stijnmoreels stijnmoreels marked this pull request as draft December 20, 2024 08:23
@stijnmoreels stijnmoreels marked this pull request as ready for review January 14, 2025 08:15
@stijnmoreels stijnmoreels changed the title feat: add initial servicebus test components (🚧) feat: add initial servicebus test components Jan 14, 2025
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.

✨ Add TemporaryTopicSubscription test fixture for test-friendly Azure Service bus topic interaction
2 participants