Azure / azure-sdk-for-js

This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.
MIT License
2.03k stars 1.19k forks source link

[App Configuration] "accepts operation options" flaky tests #26447

Open HarshaNalluru opened 1 year ago

HarshaNalluru commented 1 year ago

The live test pipelines sometimes fail with "AssertionError: expected 'AssertionError' to equal 'AbortError'" for this "accepts operation options" test for only typically one platform per run, owing to race condition perhaps. https://dev.azure.com/azure-sdk/internal/_build/results?buildId=2906646&view=logs&j=001d17d3-a653-5f8a-36a0-fb7dd0854f0d&s=cb5ce6fe-dbe8-5b4a-ce11-aad725ccaf92&t=f7d28661-e292-526b-44db-a24b733e73d3&l=224

This is not an app-config feature, but more like testing the core package. To avoid the red pipelines, disabled these tests in #24535. The issue could not be repro-ed in local owing to sporadic flakyness.

End goal of this issue to unskip/remove the tests or update the tests to something else to test the request options linking.

xirzec commented 1 year ago

If you can narrow down where this is happening in core I'd be happy to take a look