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 live test after MMF change #19674

Merged
merged 1 commit into from
Dec 8, 2022
Merged

Conversation

jhendrixMSFT
Copy link
Member

The MMF change introduced a change to UploadStream that would internally switch to Upload if the source size was smaller than one block. When this happens, the MD5 is calculated and returned which the test didn't expect to happen.

Introduced in #19635

The MMF change introduced a change to UploadStream that would internally
switch to Upload if the source size was smaller than one block.  When
this happens, the MD5 is calculated and returned which the test didn't
expect to happen.
@ghost ghost added the Storage Storage Service (Queues, Blobs, Files) label Dec 8, 2022
@jhendrixMSFT
Copy link
Member Author

/azp run go - azblob

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jhendrixMSFT jhendrixMSFT merged commit 1e38ff9 into Azure:main Dec 8, 2022
@jhendrixMSFT jhendrixMSFT deleted the azblob_fix_test branch December 8, 2022 14:51
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