Pavel Tupitsyn created IGNITE-22284:
---------------------------------------
Summary: .NET: Thin 3.0: Tests fail on macOS
Key: IGNITE-22284
URL: https://issues.apache.org/jira/browse/IGNITE-22284
Project: Ignite
Issue Type: Bug
Components: platforms, thin client
Reporter: Pavel Tupitsyn
Assignee: Pavel Tupitsyn
There are ~200 .NET test failures on macOS, mostly caused by FakeServer:
{code}
System.Net.Sockets.SocketException : Socket is not connected
at
System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError
error, String callerName)
at System.Net.Sockets.Socket.Shutdown(SocketShutdown how)
at System.Net.Sockets.Socket.Disconnect(Boolean reuseSocket)
at Apache.Ignite.Tests.IgniteServerBase.Dispose(Boolean disposing) in
/Users/ptupitsyn/w/ignite-3/modules/platforms/dotnet/Apache.Ignite.Tests/IgniteServerBase.cs:line
128
at Apache.Ignite.Tests.IgniteServerBase.Dispose()
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)