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

Camel case topic names causes InvalidOperationException #5

Open
tomkarho opened this issue Mar 6, 2018 · 0 comments
Open

Camel case topic names causes InvalidOperationException #5

tomkarho opened this issue Mar 6, 2018 · 0 comments

Comments

@tomkarho
Copy link

tomkarho commented Mar 6, 2018

How to reproduce:
Change TopicName in TestMessageForTopic.cs

from

v1.testtopic

to

v1.testTopic

and run AzureBusTopicIntegrationTests => WhenMessageIsSend_ThenItCanBeReceived test (probably any topic related test will trigger this).

Expected behaviour
Topic created and found.

What actually happens
Topic is created as lowercase and when attempting to find it, triggers:

System.InvalidOperationException: 'Cannot find topic 'v1.testTopic' from topics 'v1.testtopic''

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

No branches or pull requests

1 participant