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

Added support for customizing container apps in ACA via the CDK #5470

Merged
merged 10 commits into from
Sep 27, 2024

Fix secrets to have the keyvault uri

8945afd
Select commit
Loading
Failed to load commit list.
Merged

Added support for customizing container apps in ACA via the CDK #5470

Fix secrets to have the keyvault uri
8945afd
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet.aspire failed Sep 27, 2024 in 47m 18s

Build #20240926.45 had test failures

Details

Tests

  • Failed: 2 (0.04%)
  • Passed: 4,648 (95.36%)
  • Other: 224 (4.60%)
  • Total: 4,874

Annotations

Check failure on line 67 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.aspire

Build log #L67

Bash exited with code '1'.

Check failure on line 1 in Aspire.Playground.Tests.ProjectSpecificTests.Aspire.Playground.Tests.ProjectSpecificTests.AzureFunctionsTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.aspire

Aspire.Playground.Tests.ProjectSpecificTests.Aspire.Playground.Tests.ProjectSpecificTests.AzureFunctionsTest

System.Net.Http.HttpRequestException : Connection refused (localhost:7071)
---- System.Net.Sockets.SocketException : Connection refused
Raw output
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at Aspire.Playground.Tests.ProjectSpecificTests.AzureFunctionsTest() in /datadisks/disk1/work/AC820956/w/AB290924/e/tests/Aspire.Playground.Tests/ProjectSpecificTests.cs:line 80
   at Aspire.Playground.Tests.ProjectSpecificTests.AzureFunctionsTest() in /datadisks/disk1/work/AC820956/w/AB290924/e/tests/Aspire.Playground.Tests/ProjectSpecificTests.cs:line 131
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)

Check failure on line 1 in Aspire.Playground.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.aspire

Aspire.Playground.Tests.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.