Pavel Tupitsyn created IGNITE-26876:
---------------------------------------
Summary: .NET: Thin 3.0: Flaky DefaultPort tests
Key: IGNITE-26876
URL: https://issues.apache.org/jira/browse/IGNITE-26876
Project: Ignite
Issue Type: Bug
Components: platforms ai3, thin clients ai3
Reporter: Pavel Tupitsyn
Assignee: Pavel Tupitsyn
{code}
System.Net.Sockets.SocketException : Address already in use
at
System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError
error, Boolean disconnectOnFailure, String callerName)
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress
socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at Apache.Ignite.Tests.IgniteServerBase..ctor(Int32 port) in
/opt/buildagent/work/20b0d84335ec07af/gridgain-9/modules/platforms/dotnet/Apache.Ignite.Tests/IgniteServerBase.cs:line
42
at Apache.Ignite.Tests.FakeServer..ctor(Func`2 shouldDropConnection, String
nodeName, Boolean disableOpsTracking, Int32 port) in
/opt/buildagent/work/20b0d84335ec07af/gridgain-9/modules/platforms/dotnet/Apache.Ignite.Tests/FakeServer.cs:line
78
at Apache.Ignite.Tests.ConnectionTests.TestConnectToIpDefaultPort() in
/opt/buildagent/work/20b0d84335ec07af/gridgain-9/modules/platforms/dotnet/Apache.Ignite.Tests/ConnectionTests.cs:line
40
{code}
This leads to buffer leaks which cause failures in other tests.
The problem is we are trying to test the default port, but it might be occupied
due to infra issues.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)