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

[Communication - Identity] Deploy test resources failing in nightly runs #20329

Closed v-jiaodi closed 2 years ago

v-jiaodi commented 2 years ago

Communication - Identity nightly test runs are failing with:

Status Code: InternalServerError Headers: Cache-Control : no-cache Pragma : no-cache x-ms-failure-cause : gateway x-ms-ratelimit-remaining-subscription-writes: 639 x-ms-request-id : d576a068-30e0-4604-9e6b-faa6c8bada0b x-ms-correlation-request-id : d576a068-30e0-4604-9e6b-faa6c8bada0b x-ms-routing-request-id : CENTRALUS:20220210T093443Z:d576a068-30e0-4604-9e6b-faa6c8bada0b Strict-Transport-Security : max-age=31536000; includeSubDomains X-Content-Type-Options : nosniff X-Cache : CONFIG_NOCACHE X-MSEdge-Ref : Ref A: 93385DDA193E4B73A31E53FE16DF52F9 Ref B: CO1EDGE1221 Ref C: 2022-02-10T09:34:43Z Date : Thu, 10 Feb 2022 09:34:42 GMT Body: { "error": { "code": "InternalServerError", "message": "Encountered internal server error. Diagnostic rmation: timestamp '20220210T093443Z', subscription id '7094abd2-7c18-4e82-811d-b7cb2ad354f3', tracking id 'd576a068-30e0-4604-9e6b-faa6c8bada0b', request correlation id 'd576a068-30e0-4604-9e6b-faa6c8bada0b'." } } VERBOSE: Running registered exit actions VERBOSE: Logging out of service principal 'd34b39f7-c9a4-48a9-8b8c-e44479f88286' VERBOSE: Performing the operation "New-TestResources.ps1" on target "d34b39f7-c9a4-48a9-8b8c-e44479f88286". Retry : Exception calling "Invoke" with "0" argument(s): "The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: 9:34:43 AM - Error: Code=InternalServerError; Message=Encountered internal server error. Diagnostic rmation: timestamp '20220210T093443Z', subscription id '7094abd2-7c18-4e82-811d-b7cb2ad354f3', tracking id 'd576a068-30e0-4604-9e6b-faa6c8bada0b', request correlation id 'd576a068-30e0-4604-9e6b-faa6c8bada0b'. " At D:\a_work\1\s\eng\common\TestResources\New-TestResources.ps1:724 char:23 $deployment = Retry {


CategoryInfo          : NotSpecified: (:) [Write-Error], MethodInvocationException
FullyQualifiedErrorId : ActionPreferenceStopException,Retry

For more details check here:

azure-sdk commented 2 years ago

Label prediction was below confidence level 0.6 for Model:ServiceLabels: 'Service Bus:0.16061634,Storage:0.0642921,Cosmos:0.062641285' Label prediction was below confidence level 0.6 for Model:CategoryLabels: 'Mgmt:0.5213136,Client:0.473853,Service:0.004242524'

v-xuto commented 2 years ago

@Azure/acs-identity-sdk for notification.

petrsvihlik commented 2 years ago

waiting for RP to resolve the issue on their side. they have merged a PR with a fix, should be resolved once deployed.