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

Cherry-pick Trim FunctionsNetHost artifacts (#10364) from in-proc branch #10366

Merged
merged 1 commit into from
Aug 5, 2024

Trim FunctionsNetHost artifacts (#10364)

eca3390
Select commit
Loading
Failed to load commit list.
Merged

Cherry-pick Trim FunctionsNetHost artifacts (#10364) from in-proc branch #10366

Trim FunctionsNetHost artifacts (#10364)
eca3390
Select commit
Loading
Failed to load commit list.
Azure Pipelines / host.integration-tests succeeded Aug 5, 2024 in 41m 3s

Build #4.35.2 had test failures

Details

Tests

  • Failed: 1 (0.04%)
  • Passed: 2,355 (96.83%)
  • Other: 76 (3.13%)
  • Total: 2,432

Annotations

Check failure on line 1 in Microsoft.Azure.WebJobs.Script.Tests.SecretsRepositoryTests.ReadAsync_ReadsExpectedFile(repositoryType: KeyVault, secretsType: Host)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / host.integration-tests

Microsoft.Azure.WebJobs.Script.Tests.SecretsRepositoryTests.ReadAsync_ReadsExpectedFile(repositoryType: KeyVault, secretsType: Host)

Azure.RequestFailedException : Secret host--masterKey--master is currently being deleted and cannot be re-created; retry later.
Status: 409 (Conflict)
ErrorCode: Conflict

Content:
{"error":{"code":"Conflict","message":"Secret host--masterKey--master is currently being deleted and cannot be re-created; retry later.","innererror":{"code":"ObjectIsBeingDeleted"}}}

Headers:
Cache-Control: no-cache
Pragma: no-cache
x-ms-keyvault-region: westus
x-ms-client-request-id: 7482a901-1123-445c-aa33-62f36704dbe5
x-ms-request-id: ff8bd442-7363-49a7-a84e-2666bd06c248
x-ms-keyvault-service-version: 1.9.1652.1
x-ms-keyvault-network-info: conn_type=Ipv4;addr=20.168.85.227;act_addr_fam=InterNetwork;
X-Content-Type-Options: REDACTED
Strict-Transport-Security: REDACTED
Date: Fri, 02 Aug 2024 23:57:37 GMT
Content-Length: 183
Content-Type: application/json; charset=utf-8
Expires: -1
Raw output
   at Azure.Security.KeyVault.KeyVaultPipeline.SendRequestAsync(Request request, CancellationToken cancellationToken)
   at Azure.Security.KeyVault.KeyVaultPipeline.SendRequestAsync[TContent,TResult](RequestMethod method, TContent content, Func`1 resultFactory, CancellationToken cancellationToken, String[] path)
   at Azure.Security.KeyVault.Secrets.SecretClient.SetSecretAsync(KeyVaultSecret secret, CancellationToken cancellationToken)
   at Azure.Security.KeyVault.Secrets.SecretClient.SetSecretAsync(String name, String value, CancellationToken cancellationToken)
   at Microsoft.Azure.WebJobs.Script.Utility.InvokeWithRetriesWhenAsync(Func`1 action, Int32 maxRetries, TimeSpan retryInterval, Func`2 predicate) in /_/src/WebJobs.Script/Utility.cs:line 156
   at Microsoft.Azure.WebJobs.Script.Utility.InvokeWithRetriesWhenAsync(Func`1 action, Int32 maxRetries, TimeSpan retryInterval, Func`2 predicate) in /_/src/WebJobs.Script/Utility.cs:line 163
   at Microsoft.Azure.WebJobs.Script.Tests.SecretsRepositoryTests.Fixture.WriteSecretsKeyVaultAndUpdateSectinelFile(String functionNameOrHost, ScriptSecrets secrets, Boolean createSentinelFile) in /_/test/WebJobs.Script.Tests.Integration/Host/SecretsRepositoryTests.cs:line 688
   at Microsoft.Azure.WebJobs.Script.Tests.SecretsRepositoryTests.Fixture.WriteSecret(String functionNameOrHost, ScriptSecrets scriptSecret) in /_/test/WebJobs.Script.Tests.Integration/Host/SecretsRepositoryTests.cs:line 655
   at Microsoft.Azure.WebJobs.Script.Tests.SecretsRepositoryTests.ReadAsync_ReadsExpectedFile(SecretsRepositoryType repositoryType, ScriptSecretsType secretsType) in /_/test/WebJobs.Script.Tests.Integration/Host/SecretsRepositoryTests.cs:line 118
--- End of stack trace from previous location ---