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

[Storage][LiveTest]replace the fixed blob names #15862

Merged
merged 2 commits into from
Dec 18, 2020

Conversation

xiafu-msft
Copy link
Contributor

No description provided.

@ghost ghost added the Storage Storage Service (Queues, Blobs, Files) label Dec 18, 2020
@tasherif-msft
Copy link
Contributor

LGTM I think some more tests need to be rerecorded for CI to be green.

self.bsc.create_container(self.container_name)
try:
self.bsc.create_container(self.container_name)
except:
Copy link
Contributor

@tasherif-msft tasherif-msft Dec 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. I think we should catch the specific exception just to be safe, so in this case except ResourceExistsError:

@xiafu-msft xiafu-msft merged commit 44b21a1 into Azure:master Dec 18, 2020
rakshith91 pushed a commit to rakshith91/azure-sdk-for-python that referenced this pull request Jan 8, 2021
* [Storage][LiveTest]replace the fixed blob names

* re-record
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants