-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Servicebus unit test should cleanup the 'test' queue and topic created #118
Milestone
Comments
Looks good. |
gcheng
pushed a commit
to gcheng/azure-sdk-for-java
that referenced
this issue
May 17, 2013
remove authorization rule from this release.
sima-zhu
pushed a commit
to sima-zhu/azure-sdk-for-java
that referenced
this issue
Mar 21, 2019
Add back snapshots
openapi-sdkautomation bot
referenced
this issue
in AzureSDKAutomation/azure-sdk-for-java
Aug 15, 2019
event triggers subcription apis
openapi-sdkautomation bot
referenced
this issue
in AzureSDKAutomation/azure-sdk-for-java
Aug 15, 2019
event triggers subcription apis
openapi-sdkautomation bot
referenced
this issue
in AzureSDKAutomation/azure-sdk-for-java
Aug 15, 2019
event triggers subcription apis
openapi-sdkautomation bot
referenced
this issue
in AzureSDKAutomation/azure-sdk-for-java
Aug 15, 2019
event triggers subcription apis
openapi-sdkautomation bot
referenced
this issue
in AzureSDKAutomation/azure-sdk-for-java
Aug 15, 2019
event triggers subcription apis
openapi-sdkautomation bot
referenced
this issue
in AzureSDKAutomation/azure-sdk-for-java
Aug 15, 2019
event triggers subcription apis
openapi-sdkautomation bot
referenced
this issue
in AzureSDKAutomation/azure-sdk-for-java
Aug 15, 2019
event triggers subcription apis
openapi-sdkautomation bot
referenced
this issue
in AzureSDKAutomation/azure-sdk-for-java
Aug 15, 2019
event triggers subcription apis
openapi-sdkautomation bot
referenced
this issue
in AzureSDKAutomation/azure-sdk-for-java
Aug 15, 2019
event triggers subcription apis
openapi-sdkautomation bot
referenced
this issue
in AzureSDKAutomation/azure-sdk-for-java
Aug 15, 2019
event triggers subcription apis
openapi-sdkautomation bot
referenced
this issue
in AzureSDKAutomation/azure-sdk-for-java
Aug 15, 2019
event triggers subcription apis
openapi-sdkautomation bot
referenced
this issue
in AzureSDKAutomation/azure-sdk-for-java
Aug 15, 2019
event triggers subcription apis
openapi-sdkautomation bot
referenced
this issue
in AzureSDKAutomation/azure-sdk-for-java
Aug 15, 2019
event triggers subcription apis
openapi-sdkautomation bot
referenced
this issue
in AzureSDKAutomation/azure-sdk-for-java
Aug 15, 2019
event triggers subcription apis
openapi-sdkautomation bot
referenced
this issue
in AzureSDKAutomation/azure-sdk-for-java
Aug 15, 2019
event triggers subcription apis
openapi-sdkautomation bot
referenced
this issue
in AzureSDKAutomation/azure-sdk-for-java
Aug 15, 2019
event triggers subcription apis
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Dev estimate: 3
Test estimate: 1
Moved from private repository.
Run the service bus unit tests
Actual:
testalpha SB queue and test topics is not deleted after completion of the unit test. (although the length of both the entities is 0 )
Expected:
unit tests to cleanup the entities created.
Louis: This was actually an intended behavior. The test entries are deleted at the start of each test, which is more stable because there isn't a guarantee the test will run to completion and the post-test code will execute. The information that remains after a test can also provide clues about what may have taken place when troubleshooting a test that has failed.
Action: Let's add a clean up at the end of the unit tests.
The text was updated successfully, but these errors were encountered: