[ 
https://issues.apache.org/jira/browse/IGNITE-27206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18042995#comment-18042995
 ] 

Ignite TC Bot commented on IGNITE-27206:
----------------------------------------

{panel:title=Branch: [pull/12545/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/12545/head] Base: [master] : No new tests 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--> Run :: All* 
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8730540&buildTypeId=IgniteTests24Java8_RunAll]

> Fix flaky 
> CommunicationConnectionPoolMetricsTest#testRemovedConnectionMetrics()
> -------------------------------------------------------------------------------
>
>                 Key: IGNITE-27206
>                 URL: https://issues.apache.org/jira/browse/IGNITE-27206
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Vladimir Steshin
>            Assignee: Vladimir Steshin
>            Priority: Minor
>              Labels: ise
>             Fix For: 2.18
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The `testRemovedConnectionMetrics()` test stucks sometimes at
> {code:java}
> // Wait until connections are closed.
> for (Ignite node : G.allGrids()) {
>     if (node == ldr)
>         continue;
>     MetricRegistryImpl mreg = 
> metricsMgr.registry(nodeMetricsRegName(node.cluster().localNode().id()));
>     assertTrue(waitForCondition(() -> 
> mreg.<LongMetric>findMetric(METRIC_NAME_REMOVED_CNT).value() >= connsPerNode,
>         getTestTimeout()));
> } {code}



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

Reply via email to