Vadim Pakhnushev created IGNITE-24715:
-----------------------------------------
Summary: ItMapReduceTest is flaky
Key: IGNITE-24715
URL: https://issues.apache.org/jira/browse/IGNITE-24715
Project: Ignite
Issue Type: Bug
Components: compute
Reporter: Vadim Pakhnushev
{{ItMapReduceTest.cancelSplit}} sometimes fails with:
{code:java}
java.lang.AssertionError:
Expected: is a TaskState with status is <CANCELED>, create time is
<2025-03-06T10:58:29.182315Z>, start time is <2025-03-06T10:58:29.182315Z> and
finish time is not null
but: status was <CANCELING>, create time was
<2025-03-06T10:58:29.182315Z>, start time was <2025-03-06T10:58:29.182315Z> and
finish time was null
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at
org.apache.ignite.internal.compute.ItMapReduceTest.assertTaskStateIs(ItMapReduceTest.java:311)
at
org.apache.ignite.internal.compute.ItMapReduceTest.assertTaskFailed(ItMapReduceTest.java:302)
at
org.apache.ignite.internal.compute.ItMapReduceTest.cancelSplit(ItMapReduceTest.java:156)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)