-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[core-http] throw AbortError on request cancellation #5663
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The standard error message is "The operation was aborted." Might be best to align with that.
@HarshaNalluru Does storage packages align to use AbortError too? |
2c9813f
to
3b939f3
Compare
@daviwil |
/azp run js - storage-blob - tests |
/azp run js - storage-file - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - storage-queue - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
The storage-file failures look like an existing issue. I'm seeing failures since Thursday (after the feature/storage branch was merged into master, which is when we saw the AbortError issue as well) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, @XiaoningLiu . |
/azp run js - storage-file - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - storage-file - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
Fixes #5659
This puts us in accordance with our guidelines. See the linked issue for more details.