[
https://issues.apache.org/jira/browse/IGNITE-23078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Pereslegin updated IGNITE-23078:
--------------------------------------
Description:
Test fails with the following (reproduces locally):
{code:java}
java.lang.AssertionError:
Expected: is <5>
but: was <1>
Expected :is <5>
Actual :<1>
<Click to see difference>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at
org.apache.ignite.internal.catalog.compaction.CatalogCompactionRunnerSelfTest.mustNotPerformWhenAssignmentNodeIsMissing(CatalogCompactionRunnerSelfTest.java:447)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
{code}
See
https://ci.ignite.apache.org/viewLog.html?buildId=8428446&tab=buildResultsDiv&buildTypeId=ApacheIgnite3xGradle_Test_RunUnitTests_virtual_Batch_3_1#testNameId-2776474029566024508
Update: test must be fixed in IGNITE-22637
was:
Test fails with the following (reproduces locally):
{code:java}
java.lang.AssertionError:
Expected: is <5>
but: was <1>
Expected :is <5>
Actual :<1>
<Click to see difference>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at
org.apache.ignite.internal.catalog.compaction.CatalogCompactionRunnerSelfTest.mustNotPerformWhenAssignmentNodeIsMissing(CatalogCompactionRunnerSelfTest.java:447)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
{code}
See
https://ci.ignite.apache.org/viewLog.html?buildId=8428446&tab=buildResultsDiv&buildTypeId=ApacheIgnite3xGradle_Test_RunUnitTests_virtual_Batch_3_1#testNameId-2776474029566024508
> Fix flaky test
> CatalogCompactionRunnerSelfTest.mustNotPerformWhenAssignmentNodeIsMissing
> ----------------------------------------------------------------------------------------
>
> Key: IGNITE-23078
> URL: https://issues.apache.org/jira/browse/IGNITE-23078
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Reporter: Pavel Pereslegin
> Priority: Major
> Labels: ignite-3
>
> Test fails with the following (reproduces locally):
> {code:java}
> java.lang.AssertionError:
> Expected: is <5>
> but: was <1>
> Expected :is <5>
> Actual :<1>
> <Click to see difference>
> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
> at
> org.apache.ignite.internal.catalog.compaction.CatalogCompactionRunnerSelfTest.mustNotPerformWhenAssignmentNodeIsMissing(CatalogCompactionRunnerSelfTest.java:447)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
> at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
> {code}
> See
> https://ci.ignite.apache.org/viewLog.html?buildId=8428446&tab=buildResultsDiv&buildTypeId=ApacheIgnite3xGradle_Test_RunUnitTests_virtual_Batch_3_1#testNameId-2776474029566024508
> Update: test must be fixed in IGNITE-22637
--
This message was sent by Atlassian Jira
(v8.20.10#820010)