You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vyacheslav Koptilin (Jira)" <ji...@apache.org> on 2022/09/27 17:40:00 UTC

[jira] [Updated] (IGNITE-17770) ItIgniteNodeRestartTest.testCfgGap is flaky

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

Vyacheslav Koptilin updated IGNITE-17770:
-----------------------------------------
    Description: 
This test sporadically fails with the following undescriptive error:

{noformat}
java.lang.AssertionError
java.lang.AssertionError: java.util.concurrent.TimeoutException
  at org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest.startNode(ItIgniteNodeRestartTest.java:482)
  at org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest.testCfgGap(ItIgniteNodeRestartTest.java:980)
Caused by: java.util.concurrent.TimeoutException
  at org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest.startNode(ItIgniteNodeRestartTest.java:482)
  at org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest.testCfgGap(ItIgniteNodeRestartTest.java:980)
{noformat}

TC Run: https://ci.ignite.apache.org/buildConfiguration/ignite3_Test_IntegrationTests_ModuleRunner/6772875

Need to find out the root cause of the issue.

  was:
This test sporadically fails with the following undescriptive error:

{noformat}
java.lang.AssertionError
java.lang.AssertionError: java.util.concurrent.TimeoutException
  at org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest.startNode(ItIgniteNodeRestartTest.java:482)
  at org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest.testCfgGap(ItIgniteNodeRestartTest.java:980)
Caused by: java.util.concurrent.TimeoutException
  at org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest.startNode(ItIgniteNodeRestartTest.java:482)
  at org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest.testCfgGap(ItIgniteNodeRestartTest.java:980)
{noformat}

Need to find out the root cause of the issue.


> ItIgniteNodeRestartTest.testCfgGap is flaky
> -------------------------------------------
>
>                 Key: IGNITE-17770
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17770
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Vyacheslav Koptilin
>            Priority: Major
>              Labels: ignite-3
>
> This test sporadically fails with the following undescriptive error:
> {noformat}
> java.lang.AssertionError
> java.lang.AssertionError: java.util.concurrent.TimeoutException
>   at org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest.startNode(ItIgniteNodeRestartTest.java:482)
>   at org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest.testCfgGap(ItIgniteNodeRestartTest.java:980)
> Caused by: java.util.concurrent.TimeoutException
>   at org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest.startNode(ItIgniteNodeRestartTest.java:482)
>   at org.apache.ignite.internal.runner.app.ItIgniteNodeRestartTest.testCfgGap(ItIgniteNodeRestartTest.java:980)
> {noformat}
> TC Run: https://ci.ignite.apache.org/buildConfiguration/ignite3_Test_IntegrationTests_ModuleRunner/6772875
> Need to find out the root cause of the issue.



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