[ https://issues.apache.org/jira/browse/IGNITE-21165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vladimir Steshin updated IGNITE-21165: -------------------------------------- Description: There are many timeouted test runs in the .NET suite. For example: https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_PlatformNetCoreLinux/7678070 {code:java} The build Ignite Tests 2.x (JDK 8/11)::Platform .NET (Core Linux) #39429 {buildId=7678070} has been running for more than 40 minutes. Terminating... {code} Looks like only port 47500 is requested while server node started on another. Probably a previous test didn't release the port yet. {code:java} Successfully bound communication NIO server to TCP port [port=47101, locHost=/127.0.0.1, selectorsCnt=4, selectorSpins=0, pairedConn=false] {code} {code:java} Failed to connect to any address from IP finder (make sure IP finder addresses are correct and firewalls are disabled on all host machines): [/127.0.0.1:47500] {code} was: There are many timeouted test runs in the .NET suite. For example: https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_PlatformNetCoreLinux/7678070 "The build Ignite Tests 2.x (JDK 8/11)::Platform .NET (Core Linux) #39429 {buildId=7678070} has been running for more than 40 minutes. Terminating..." Looks like only port 47500 is requested while server node started on another. Probably a previous test didn't release the port yet. {code:txt} Successfully bound communication NIO server to TCP port [port=47101, locHost=/127.0.0.1, selectorsCnt=4, selectorSpins=0, pairedConn=false] Failed to connect to any address from IP finder (make sure IP finder addresses are correct and firewalls are disabled on all host machines): [/127.0.0.1:47500] {code} > .NET platform test timeouts > --------------------------- > > Key: IGNITE-21165 > URL: https://issues.apache.org/jira/browse/IGNITE-21165 > Project: Ignite > Issue Type: Bug > Reporter: Vladimir Steshin > Priority: Major > Attachments: > Ignite_Tests_2.x_JDK_8_11_Platform_.NET_Core_Linux_39429.log.zip > > > There are many timeouted test runs in the .NET suite. For example: > https://ci2.ignite.apache.org/buildConfiguration/IgniteTests24Java8_PlatformNetCoreLinux/7678070 > {code:java} > The build Ignite Tests 2.x (JDK 8/11)::Platform .NET (Core Linux) #39429 > {buildId=7678070} has been running for more than 40 minutes. Terminating... > {code} > Looks like only port 47500 is requested while server node started on another. > Probably a previous test didn't release the port yet. > {code:java} > Successfully bound communication NIO server to TCP port [port=47101, > locHost=/127.0.0.1, selectorsCnt=4, selectorSpins=0, pairedConn=false] > {code} > {code:java} > Failed to connect to any address from IP finder (make sure IP finder > addresses are correct and firewalls are disabled on all host machines): > [/127.0.0.1:47500] > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)