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.04k stars 1.19k forks source link

[App Configuration] get using ifNoneMatch to only get the setting if it's changed (ie: safe GET) failing in nightly runs #30780

Open jerryshia opened 1 month ago

jerryshia commented 1 month ago

App Configuration nightly test runs are failing with:

Stack trace expected 200 to equal 304

  • expected - actual -200 +304

AssertionError: expected 200 to equal 304 at Context. (/Users/runner/work/1/s/sdk/appconfiguration/app-configuration/test/public/etags.spec.ts:2:35) at processTicksAndRejections (node:internal/process/task_queues:95:5)

For more details check here: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=4055936&view=results

github-actions[bot] commented 1 month ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @avanigupta @Eskibear.

avanigupta commented 1 month ago

Thank you for reporting this. A regression was identified in an ongoing release, and the deployment was rolled back yesterday. The issue should be resolved now.