-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(Storage) Add recorded tests (#6609)
* Switch from MSTest to NUnit 3 * Add recorded tests * Test fixes - Change samples for cross-platform file size deltas - Make tests more reliable with MemoryStream.ToArray() instead .GetBuffer() * Improve the StorageRequestFailedException error message Here's an example of an error message with additional info specified: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. RequestId:6b6d5a57-201e-007b-2291-250f92000000 Time:2019-06-18T04:53:02.9793056Z Status: 403 (Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.) ErrorCode: AuthenticationFailed Additional Information: AuthenticationErrorDetail: The MAC signature found in the HTTP request 'T8bvpwE2Fp9cKr9yAfo1kblARYwUoRLovmH1nIlPrpQ=' is not the same as any computed signature. Server used following string to sign: 'GET x-ms-client-request-id:097eb32f-12eb-476b-8fe2-e912b96e6974 x-ms-date:Tue, 18 Jun 2019 04:53:01 GMT x-ms-return-client-request-id:true x-ms-version:2018-11-09 /storageteglazatesting/ comp:properties restype:account'. Headers: Server: Microsoft-HTTPAPI/2.0 x-ms-request-id: 6b6d5a57-201e-007b-2291-250f92000000 x-ms-error-code: AuthenticationFailed Date: Tue, 18 Jun 2019 04:53:02 GMT Content-Length: 779 Content-Type: application/xml
- Loading branch information
Showing
481 changed files
with
119,261 additions
and
5,604 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
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
Oops, something went wrong.