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 TemporaryTopicSubscription test fixture for test-friendly Azure Service bus topic interaction #96

Open
stijnmoreels opened this issue Mar 29, 2024 · 0 comments · May be fixed by #201
Assignees
Labels
area:service-bus All issues related to Azure Service bus testing feature All issues related to new features
Milestone

Comments

@stijnmoreels
Copy link
Member

Is your feature request related to a problem? Please describe.
When sending/receiving messages on an Azure Service bus topic, one needs to set up a subscription. This subscription should be independent from other tests or test runs and should be removed when the test is complete.

Describe the solution you'd like
A temporary test fixture is a good way of showing this setup/teardown relationship. We should expose the subscription name as a property in the test fixture for later usage, and consider generating such a subscription name by default instead of taking it in, for even more easier usage. This could be with a Test- prefix.

Additional context

@stijnmoreels stijnmoreels added feature All issues related to new features area:service-bus All issues related to Azure Service bus testing labels Mar 29, 2024
@stijnmoreels stijnmoreels added this to the v1.1 milestone May 3, 2024
@github-project-automation github-project-automation bot moved this to To do in Roadmap Aug 29, 2024
@stijnmoreels stijnmoreels linked a pull request Oct 14, 2024 that will close this issue
@stijnmoreels stijnmoreels modified the milestones: v1.1, v1.2 Oct 16, 2024
@stijnmoreels stijnmoreels changed the title Create TemporaryTopicSubscription test fixture for test-friendly Azure Service bus topic interaction ✨ Create TemporaryTopicSubscription test fixture for test-friendly Azure Service bus topic interaction Oct 16, 2024
@stijnmoreels stijnmoreels modified the milestones: v1.2, v1.3 Nov 1, 2024
@stijnmoreels stijnmoreels changed the title ✨ Create TemporaryTopicSubscription test fixture for test-friendly Azure Service bus topic interaction ✨ Add TemporaryTopicSubscription test fixture for test-friendly Azure Service bus topic interaction Nov 8, 2024
@stijnmoreels stijnmoreels self-assigned this Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:service-bus All issues related to Azure Service bus testing feature All issues related to new features
Projects
Status: To do
Development

Successfully merging a pull request may close this issue.

1 participant