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

Fix test case failures in data lake package #19511

Merged
merged 1 commit into from
Dec 22, 2021
Merged

Conversation

EmmaZhu
Copy link
Member

@EmmaZhu EmmaZhu commented Dec 22, 2021

  1. File system client creating/deleting may fail due to retrying, change to use createIfNotExists and deleteIfExists to avoid the failure.

  2. A lease case may fail when lease is expired, set a longer duration to try to mitigate the failure.

  3. Data lake file uploading should only care about content, change a case to only validate content instead of checking Blob instance properties.

@ghost ghost added the Storage Storage Service (Queues, Blobs, Files) label Dec 22, 2021
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.

2 participants