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

[Storage] (uploadBrowserDataToBlockBlob should abort when blob < max) - test fails - race condition #4679

Closed
HarshaNalluru opened this issue Aug 6, 2019 · 2 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files) test-enhancement

Comments

@HarshaNalluru
Copy link
Member

STORAGE-BLOB

image
Test from Highlevel test suite failed more than once in Edge browser.

image
Some sort of race condition, consistently succeeded in the Edge browser when tried to repro.
The same test never failed in the chrome, firefox and IE browsers.

Strangely enough, the console.log for the error caught in the catch block has the "abort" string.
image
Still, the assertion fails.

@HarshaNalluru HarshaNalluru added Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files) labels Aug 6, 2019
@ljian3377
Copy link
Member

ljian3377 commented Feb 26, 2020

A similar issue turned up in pipeline:

IntegrationTest Browser_Linux_Node10

FAILED TESTS:
  Highlevel
    ✖ uploadBrowserDataToBlockBlob should success when blob >= BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES
      HeadlessChrome 80.0.3987 (Linux 0.0.0)
    AbortError: The operation was aborted.
        at new AbortError (dist-test/index.browser.js:10:22891)
        at rejectOnTerminalEvent (dist-test/index.browser.js:10:132017)
        at blobBody (dist-test/index.browser.js:10:129908)
        at new Promise (<anonymous>)
        at XMLHttpRequest.<anonymous> (dist-test/index.browser.js:10:129689)

https://dev.azure.com/azure-sdk/internal/_build/results?buildId=271045&view=logs&j=8789e0f2-e003-5d27-34e7-7aecb36f1f42&t=3c3aa637-23e6-5f2d-050c-210a13d3d4f6

@ljian3377 ljian3377 self-assigned this Oct 21, 2020
@ljian3377 ljian3377 added this to the Backlog milestone Oct 21, 2020
@ramya-rao-a
Copy link
Contributor

Closing this as these failures are over a year old. We now have issues being logged for nightly failures and they will cover the above if these failures are still occuring

@xirzec xirzec removed this from the Backlog milestone May 18, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files) test-enhancement
Projects
None yet
Development

No branches or pull requests

5 participants