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

[Common Recorder] Tests with abortSignals cause the other playback tests to be skipped #6684

Closed
wants to merge 2 commits into from

Conversation

HarshaNalluru
Copy link
Member

@HarshaNalluru HarshaNalluru commented Dec 24, 2019

Abort signal issue with the recorder in the browser tests

Investigation

NO SOLUTION SO FAR

Issue - #6297

…f not running the subsequent tests when unresolved async function calls are made
@HarshaNalluru HarshaNalluru added Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files) test-utils-recorder Label for the issues related to the common recorder labels Dec 24, 2019
@HarshaNalluru
Copy link
Member Author

If the workaround looks good, I'll extend this to other storage packages and the keyvault packages too.

assert.equal(err.message, "The operation was aborted.", "Unexpected error caught: " + err);
}
it("Should abort after aborter timeout", function() {
async () => {
Copy link
Member

Choose a reason for hiding this comment

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

This is a anonymouse async method definition, but this method doesn't get executed.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, missed it somehow 😌. Closing the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files) test-utils-recorder Label for the issues related to the common recorder
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants