[ 
https://issues.apache.org/jira/browse/IGNITE-23929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pavel Tupitsyn updated IGNITE-23929:
------------------------------------
    Description: 
*TestHandshakesFailedTimeout* Started failing recently:
https://ci.ignite.apache.org/test/-5002234452147032078?currentProjectId=ApacheIgnite3xGradle_Test&expandTestHistoryChartSection=true

{code}
Condition not reached after 00:00:01.0062300 (handshakes-failed: expected '0', 
but was '20')
   at Apache.Ignite.Tests.TestUtils.WaitForConditionAsync(Func`1 condition, 
Int32 timeoutMs, Func`1 messageFactory) in 
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/TestUtils.cs:line
 76
   at Apache.Ignite.Tests.TestUtils.WaitForCondition(Func`1 condition, Int32 
timeoutMs, Func`1 messageFactory) in 
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/TestUtils.cs:line
 45
   at Apache.Ignite.Tests.MetricsTests.Listener.AssertMetric(String name, Int32 
value, Int32 timeoutMs) in 
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line
 392
   at Apache.Ignite.Tests.MetricsTests.AssertMetric(String name, Int32 value, 
Int32 timeoutMs) in 
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line
 347
   at Apache.Ignite.Tests.MetricsTests.TestHandshakesFailedTimeout() in 
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line
 155
1)    at Apache.Ignite.Tests.TestUtils.WaitForConditionAsync(Func`1 condition, 
Int32 timeoutMs, Func`1 messageFactory) in 
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/TestUtils.cs:line
 76
{code}

*TestHandshakesFailed* fails in a similar way:

{code}
Condition not reached after 00:00:01.0094502 (handshakes-failed: expected '1', 
but was '22')
   at Apache.Ignite.Tests.TestUtils.WaitForConditionAsync(Func`1 condition, 
Int32 timeoutMs, Func`1 messageFactory) in 
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/TestUtils.cs:line
 76
   at Apache.Ignite.Tests.TestUtils.WaitForCondition(Func`1 condition, Int32 
timeoutMs, Func`1 messageFactory) in 
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/TestUtils.cs:line
 45
   at Apache.Ignite.Tests.MetricsTests.Listener.AssertMetric(String name, Int32 
value, Int32 timeoutMs) in 
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line
 392
   at Apache.Ignite.Tests.MetricsTests.AssertMetric(String name, Int32 value, 
Int32 timeoutMs) in 
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line
 347
   at Apache.Ignite.Tests.MetricsTests.TestHandshakesFailed() in 
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line
 142
1)    at Apache.Ignite.Tests.TestUtils.WaitForConditionAsync(Func`1 condition, 
Int32 timeoutMs, Func`1 messageFactory) in 
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/TestUtils.cs:line
 76
{code}

  was:
Apache.Ignite.Tests.MetricsTests.TestHandshakesFailed Started failing recently:
https://ci.ignite.apache.org/test/-5002234452147032078?currentProjectId=ApacheIgnite3xGradle_Test&expandTestHistoryChartSection=true

{code}
Condition not reached after 00:00:01.0062300 (handshakes-failed: expected '0', 
but was '20')
   at Apache.Ignite.Tests.TestUtils.WaitForConditionAsync(Func`1 condition, 
Int32 timeoutMs, Func`1 messageFactory) in 
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/TestUtils.cs:line
 76
   at Apache.Ignite.Tests.TestUtils.WaitForCondition(Func`1 condition, Int32 
timeoutMs, Func`1 messageFactory) in 
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/TestUtils.cs:line
 45
   at Apache.Ignite.Tests.MetricsTests.Listener.AssertMetric(String name, Int32 
value, Int32 timeoutMs) in 
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line
 392
   at Apache.Ignite.Tests.MetricsTests.AssertMetric(String name, Int32 value, 
Int32 timeoutMs) in 
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line
 347
   at Apache.Ignite.Tests.MetricsTests.TestHandshakesFailedTimeout() in 
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line
 155
1)    at Apache.Ignite.Tests.TestUtils.WaitForConditionAsync(Func`1 condition, 
Int32 timeoutMs, Func`1 messageFactory) in 
/opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/TestUtils.cs:line
 76
{code}

*TestHandshakesFailed*


> .NET: Thin 3.0: MetricsTests.TestHandshakesFailedTimeout is flaky
> -----------------------------------------------------------------
>
>                 Key: IGNITE-23929
>                 URL: https://issues.apache.org/jira/browse/IGNITE-23929
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms, thin client
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Minor
>              Labels: .NET, ignite-3
>             Fix For: 3.1
>
>
> *TestHandshakesFailedTimeout* Started failing recently:
> https://ci.ignite.apache.org/test/-5002234452147032078?currentProjectId=ApacheIgnite3xGradle_Test&expandTestHistoryChartSection=true
> {code}
> Condition not reached after 00:00:01.0062300 (handshakes-failed: expected 
> '0', but was '20')
>    at Apache.Ignite.Tests.TestUtils.WaitForConditionAsync(Func`1 condition, 
> Int32 timeoutMs, Func`1 messageFactory) in 
> /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/TestUtils.cs:line
>  76
>    at Apache.Ignite.Tests.TestUtils.WaitForCondition(Func`1 condition, Int32 
> timeoutMs, Func`1 messageFactory) in 
> /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/TestUtils.cs:line
>  45
>    at Apache.Ignite.Tests.MetricsTests.Listener.AssertMetric(String name, 
> Int32 value, Int32 timeoutMs) in 
> /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line
>  392
>    at Apache.Ignite.Tests.MetricsTests.AssertMetric(String name, Int32 value, 
> Int32 timeoutMs) in 
> /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line
>  347
>    at Apache.Ignite.Tests.MetricsTests.TestHandshakesFailedTimeout() in 
> /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line
>  155
> 1)    at Apache.Ignite.Tests.TestUtils.WaitForConditionAsync(Func`1 
> condition, Int32 timeoutMs, Func`1 messageFactory) in 
> /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/TestUtils.cs:line
>  76
> {code}
> *TestHandshakesFailed* fails in a similar way:
> {code}
> Condition not reached after 00:00:01.0094502 (handshakes-failed: expected 
> '1', but was '22')
>    at Apache.Ignite.Tests.TestUtils.WaitForConditionAsync(Func`1 condition, 
> Int32 timeoutMs, Func`1 messageFactory) in 
> /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/TestUtils.cs:line
>  76
>    at Apache.Ignite.Tests.TestUtils.WaitForCondition(Func`1 condition, Int32 
> timeoutMs, Func`1 messageFactory) in 
> /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/TestUtils.cs:line
>  45
>    at Apache.Ignite.Tests.MetricsTests.Listener.AssertMetric(String name, 
> Int32 value, Int32 timeoutMs) in 
> /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line
>  392
>    at Apache.Ignite.Tests.MetricsTests.AssertMetric(String name, Int32 value, 
> Int32 timeoutMs) in 
> /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line
>  347
>    at Apache.Ignite.Tests.MetricsTests.TestHandshakesFailed() in 
> /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs:line
>  142
> 1)    at Apache.Ignite.Tests.TestUtils.WaitForConditionAsync(Func`1 
> condition, Int32 timeoutMs, Func`1 messageFactory) in 
> /opt/buildagent/work/b8d4df1365f1f1e5/modules/platforms/dotnet/Apache.Ignite.Tests/TestUtils.cs:line
>  76
> {code}



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

Reply via email to