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

Fix security issues #1206

Merged
merged 3 commits into from
Nov 17, 2024

x

962bade
Select commit
Loading
Failed to load commit list.
Merged

Fix security issues #1206

x
962bade
Select commit
Loading
Failed to load commit list.
Azure Pipelines / CI succeeded Nov 9, 2024 in 10m 4s

Build #20241109.4 had test failures

Details

Tests

  • Failed: 1 (0.04%)
  • Passed: 2,823 (99.26%)
  • Other: 20 (0.70%)
  • Total: 2,844

Annotations

Check failure on line 1 in WireMock.Net.Tests.FluentAssertions.WireMockAssertionsTests.HaveReceivedACall_UsingPost_WhenACallWasMadeUsingPost_Should_BeOK(method: "POST")

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

WireMock.Net.Tests.FluentAssertions.WireMockAssertionsTests.HaveReceivedACall_UsingPost_WhenACallWasMadeUsingPost_Should_BeOK(method: "POST")

System.Net.Http.HttpRequestException : No connection could be made because the target machine actively refused it. (localhost:51220)
---- System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it.
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 System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at WireMock.Net.Tests.FluentAssertions.WireMockAssertionsTests.HaveReceivedACall_UsingPost_WhenACallWasMadeUsingPost_Should_BeOK(String method) in D:\a\1\s\test\WireMock.Net.Tests\FluentAssertions\WireMockAssertionsTests.cs:line 496
--- 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)