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

Servicebus unit test should cleanup the 'test' queue and topic created #118

Closed
joostdenijs opened this issue Jul 16, 2012 · 1 comment
Closed

Comments

@joostdenijs
Copy link
Contributor

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.

@jcookems
Copy link
Contributor

jcookems commented Mar 1, 2013

Looks good.

@jcookems jcookems closed this as completed Mar 1, 2013
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
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
openapi-sdkautomation bot referenced this issue in AzureSDKAutomation/azure-sdk-for-java Aug 15, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants