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.1k stars 1.21k forks source link

[Digital Twins Core] Newly added Live test pipeline continuously failing #13587

Closed KarishmaGhiya closed 3 years ago

KarishmaGhiya commented 3 years ago

Newly added Live test pipeline continuously failing since past many days - https://dev.azure.com/azure-sdk/internal/_build?definitionId=2313

ramya-rao-a commented 3 years ago

@deyaaeldeen Looks like the build step is failing when it is trying to find @azure/digitaltwins which we deleted. Can you check which file we failed to update to remove reference to this package?

ramya-rao-a commented 3 years ago

I have fixed the build failure with https://github.com/Azure/azure-sdk-for-js/pull/13607 which unblocks the pipeline and the tests are now running, but failing. Handing it over to @zolvarga to look at the tests

ramya-rao-a commented 3 years ago

Almost all the test failures have this error message

image

ramya-rao-a commented 3 years ago

We now have the pipeline green for almost a week now, thanks everyone! cc @benbp