[ 
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. 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}

If I'm correct, this happens after 

{code:java}
Apache.Ignite.Core.Tests.Client.Compatibility.ClientServerCompatibilityTest("org.apache.ignite","2.8.0",6).TestPartitionAwarenessDisablesAutomaticallyOnVersionsOlderThan140
{code}
of after
{code:java}
Apache.Ignite.Core.Tests.Client.Compatibility.ClientServerCompatibilityTest("org.apache.ignite","2.8.0",6).TestWithExpiryPolicyThrowCorrectExceptionOnVersionsOlderThan150
{code}

The issue might be related to the wierd parallel start of another server node 
with the config 
{code:java}
Apache.Ignite.Core.Tests/bin/Debug/net6.0/Config/Compute/compute-grid2.xml
{code}
This config is not used in _ClientServerCompatibilityTest_ 









  was:
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}

If I'm correct, this happens after 

{code:java}
Apache.Ignite.Core.Tests.Client.Compatibility.ClientServerCompatibilityTest("org.apache.ignite","2.8.0",6).TestPartitionAwarenessDisablesAutomaticallyOnVersionsOlderThan140
{code}
of after
{code:java}
Apache.Ignite.Core.Tests.Client.Compatibility.ClientServerCompatibilityTest("org.apache.ignite","2.8.0",6).TestWithExpiryPolicyThrowCorrectExceptionOnVersionsOlderThan150
{code}

The issue might be related to the wierd parallel start a server node with the 
config 
{code:java}
Apache.Ignite.Core.Tests/bin/Debug/net6.0/Config/Compute/compute-grid2.xml
{code}
which is not used in _ClientServerCompatibilityTest_










> .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
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> There are many timeouted test runs in the .NET suite. 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}
> If I'm correct, this happens after 
> {code:java}
> Apache.Ignite.Core.Tests.Client.Compatibility.ClientServerCompatibilityTest("org.apache.ignite","2.8.0",6).TestPartitionAwarenessDisablesAutomaticallyOnVersionsOlderThan140
> {code}
> of after
> {code:java}
> Apache.Ignite.Core.Tests.Client.Compatibility.ClientServerCompatibilityTest("org.apache.ignite","2.8.0",6).TestWithExpiryPolicyThrowCorrectExceptionOnVersionsOlderThan150
> {code}
> The issue might be related to the wierd parallel start of another server node 
> with the config 
> {code:java}
> Apache.Ignite.Core.Tests/bin/Debug/net6.0/Config/Compute/compute-grid2.xml
> {code}
> This config is not used in _ClientServerCompatibilityTest_ 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to