Skip to content

Add the Code -> code mapping for StorageError#12211

Merged
ljian3377 merged 3 commits into
Azure:masterfrom
ljian3377:storage/storage-error-add-code
Nov 4, 2020
Merged

Add the Code -> code mapping for StorageError#12211
ljian3377 merged 3 commits into
Azure:masterfrom
ljian3377:storage/storage-error-add-code

Conversation

@ljian3377
Copy link
Copy Markdown
Member

Fixes #6927 together with the fix in #12150.

@ghost ghost added the Storage Storage Service (Queues, Blobs, Files) label Oct 31, 2020
@ljian3377
Copy link
Copy Markdown
Member Author

2020-10-31T15:42:23.7411270Z   1) BlobClient Node.js only
2020-10-31T15:42:23.7414080Z        abortCopyFromClient should failed for a completed copy operation:
2020-10-31T15:42:23.7414640Z 
2020-10-31T15:42:23.7414970Z       AssertionError [ERR_ASSERTION]: false == true
2020-10-31T15:42:23.7416020Z       + expected - actual
2020-10-31T15:42:23.7416340Z 
2020-10-31T15:42:23.7416970Z       -false
2020-10-31T15:42:23.7417360Z       +true
2020-10-31T15:42:23.7417640Z       
2020-10-31T15:42:23.7418470Z       at /Users/runner/work/1/s/sdk/storage/storage-blob/test/node/blobclient.spec.ts:246:7
2020-10-31T15:42:23.7419170Z       at step (/Users/runner/work/1/s/common/temp/node_modules/.pnpm/tslib@2.0.3/node_modules/tslib/tslib.js:140:27)
2020-10-31T15:42:23.7419840Z       at Object.throw (/Users/runner/work/1/s/common/temp/node_modules/.pnpm/tslib@2.0.3/node_modules/tslib/tslib.js:121:57)
2020-10-31T15:42:23.7420570Z       at rejected (/Users/runner/work/1/s/common/temp/node_modules/.pnpm/tslib@2.0.3/node_modules/tslib/tslib.js:112:69)
2020-10-31T15:42:23.7421080Z       at runMicrotasks (<anonymous>)
2020-10-31T15:42:23.7422160Z       at processTicksAndRejections (internal/process/task_queues.js:97:5)

Copy link
Copy Markdown
Member

@jiacfan jiacfan left a comment

Choose a reason for hiding this comment

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

:shipit:

@ljian3377 ljian3377 merged commit 30c5fc3 into Azure:master Nov 4, 2020
@ljian3377 ljian3377 deleted the storage/storage-error-add-code branch November 4, 2020 07:42
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.

SDK error messages are in XML format

2 participants