-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #328 from zezha-msft/hotfix-0.35.1
Hotfix 0.35.1
- Loading branch information
Showing
623 changed files
with
22,078 additions
and
21,928 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
81 changes: 81 additions & 0 deletions
81
tests/recordings/test_append_blob.test_append_blob_from_0_bytes.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
interactions: | ||
- request: | ||
body: null | ||
headers: | ||
Connection: [keep-alive] | ||
Content-Length: ['0'] | ||
User-Agent: [Azure-Storage/0.35.1 (Python CPython 3.6.1; Darwin 16.6.0)] | ||
x-ms-blob-type: [AppendBlob] | ||
x-ms-client-request-id: [a93746cc-68f4-11e7-84ba-b8e8564491f6] | ||
x-ms-date: ['Sat, 15 Jul 2017 00:29:27 GMT'] | ||
x-ms-version: ['2017-04-17'] | ||
method: PUT | ||
uri: https://storagename.blob.core.windows.net/utcontainerb59f1281/blobb59f1281 | ||
response: | ||
body: {string: ''} | ||
headers: | ||
Date: ['Sat, 15 Jul 2017 00:29:28 GMT'] | ||
ETag: ['"0x8D4CB188E0207CD"'] | ||
Last-Modified: ['Sat, 15 Jul 2017 00:29:28 GMT'] | ||
Server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0] | ||
Transfer-Encoding: [chunked] | ||
x-ms-request-id: [07a0e5c6-0001-00d4-7101-fd1df4000000] | ||
x-ms-request-server-encrypted: ['true'] | ||
x-ms-version: ['2017-04-17'] | ||
status: {code: 201, message: Created} | ||
- request: | ||
body: null | ||
headers: | ||
Connection: [keep-alive] | ||
User-Agent: [Azure-Storage/0.35.1 (Python CPython 3.6.1; Darwin 16.6.0)] | ||
x-ms-client-request-id: [a9572110-68f4-11e7-b84e-b8e8564491f6] | ||
x-ms-date: ['Sat, 15 Jul 2017 00:29:28 GMT'] | ||
x-ms-range: [bytes=0-33554431] | ||
x-ms-version: ['2017-04-17'] | ||
method: GET | ||
uri: https://storagename.blob.core.windows.net/utcontainerb59f1281/blobb59f1281 | ||
response: | ||
body: {string: "\uFEFF<?xml version=\"1.0\" encoding=\"utf-8\"?><Error><Code>InvalidRange</Code><Message>The\ | ||
\ range specified is invalid for the current size of the resource.\nRequestId:07a0e5e6-0001-00d4-0c01-fd1df4000000\n\ | ||
Time:2017-07-15T00:29:28.7981699Z</Message></Error>"} | ||
headers: | ||
Content-Length: ['249'] | ||
Content-Range: [bytes */0] | ||
Content-Type: [application/xml] | ||
Date: ['Sat, 15 Jul 2017 00:29:28 GMT'] | ||
Server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0] | ||
Vary: [Origin] | ||
x-ms-request-id: [07a0e5e6-0001-00d4-0c01-fd1df4000000] | ||
x-ms-version: ['2017-04-17'] | ||
status: {code: 416, message: The range specified is invalid for the current size | ||
of the resource.} | ||
- request: | ||
body: null | ||
headers: | ||
Connection: [keep-alive] | ||
User-Agent: [Azure-Storage/0.35.1 (Python CPython 3.6.1; Darwin 16.6.0)] | ||
x-ms-client-request-id: [a95d1d0c-68f4-11e7-9810-b8e8564491f6] | ||
x-ms-date: ['Sat, 15 Jul 2017 00:29:28 GMT'] | ||
x-ms-version: ['2017-04-17'] | ||
method: GET | ||
uri: https://storagename.blob.core.windows.net/utcontainerb59f1281/blobb59f1281 | ||
response: | ||
body: {string: ''} | ||
headers: | ||
Accept-Ranges: [bytes] | ||
Content-Length: ['0'] | ||
Content-Type: [application/octet-stream] | ||
Date: ['Sat, 15 Jul 2017 00:29:28 GMT'] | ||
ETag: ['"0x8D4CB188E0207CD"'] | ||
Last-Modified: ['Sat, 15 Jul 2017 00:29:28 GMT'] | ||
Server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0] | ||
Vary: [Origin] | ||
x-ms-blob-committed-block-count: ['0'] | ||
x-ms-blob-type: [AppendBlob] | ||
x-ms-lease-state: [available] | ||
x-ms-lease-status: [unlocked] | ||
x-ms-request-id: [07a0e5fb-0001-00d4-1e01-fd1df4000000] | ||
x-ms-server-encrypted: ['true'] | ||
x-ms-version: ['2017-04-17'] | ||
status: {code: 200, message: OK} | ||
version: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.