Skip to content

Skip Vally eval job for fork-originated pull requests - #3301

Draft
Shraddha Jain (shrja-ms) with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-eval-job-failure-again
Draft

Skip Vally eval job for fork-originated pull requests#3301
Shraddha Jain (shrja-ms) with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-eval-job-failure-again

Skip Vally eval job for fork-originated pull requests

7310890
Select commit
Loading
Failed to load commit list.
Azure Pipelines / mcp - pullrequest failed Aug 18, 2026 in 25m 58s

Build #20260817.29 had test failures

Details

Tests

  • Failed: 1 (0.04%)
  • Passed: 2,468 (99.68%)
  • Other: 7 (0.28%)
  • Total: 2,476
Code coverage

  • 6097 of 67138 line covered (9.08%)

Annotations

Check failure on line 1583 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / mcp - pullrequest

Build log #L1583

Command failed to execute (00:03:44.6008150): dotnet test  --results-directory '/Users/runner/work/1/a/testResults' --report-xunit-trx --output 'Detailed' 

Check failure on line 1586 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / mcp - pullrequest

Build log #L1586

PowerShell exited with code '1'.

Check failure on line 1 in Azure.Mcp.Server.Tests.Infrastructure.ConsolidatedModeTests.ConsolidatedMode_HttpTransport_Should_Reject_Request_Without_McpMethod_Header

See this annotation in the file changed.

@azure-pipelines azure-pipelines / mcp - pullrequest

Azure.Mcp.Server.Tests.Infrastructure.ConsolidatedModeTests.ConsolidatedMode_HttpTransport_Should_Reject_Request_Without_McpMethod_Header

System.InvalidOperationException : Timed out waiting for Azure MCP HTTP endpoint to accept requests.
---- System.Net.Http.HttpRequestException : Connection refused (127.0.0.1:49638)
-------- System.Net.Sockets.SocketException : Connection refused
Raw output
   at Azure.Mcp.Server.Tests.Infrastructure.ConsolidatedModeTests.SendWithRetryAsync(HttpClient client, HttpRequestMessage request, CancellationToken cancellationToken) in /Users/runner/work/1/s/servers/Azure.Mcp.Server/tests/Azure.Mcp.Server.Tests/Infrastructure/ConsolidatedModeTests.cs:line 824
   at Azure.Mcp.Server.Tests.Infrastructure.ConsolidatedModeTests.ConsolidatedMode_HttpTransport_Should_Reject_Request_Without_McpMethod_Header() in /Users/runner/work/1/s/servers/Azure.Mcp.Server/tests/Azure.Mcp.Server.Tests/Infrastructure/ConsolidatedModeTests.cs:line 574
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   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.InjectNewHttp11ConnectionAsync(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 System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at Azure.Mcp.Server.Tests.Infrastructure.ConsolidatedModeTests.SendWithRetryAsync(HttpClient client, HttpRequestMessage request, CancellationToken cancellationToken) in /Users/runner/work/1/s/servers/Azure.Mcp.Server/tests/Azure.Mcp.Server.Tests/Infrastructure/ConsolidatedModeTests.cs:line 806
----- 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.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)