Alexander Lapin created IGNITE-25285:
----------------------------------------
Summary: Expected assignments doesn't met after partitions reset
Key: IGNITE-25285
URL: https://issues.apache.org/jira/browse/IGNITE-25285
Project: Ignite
Issue Type: Bug
Reporter: Alexander Lapin
Lot's of different tests may fail with this reason (see disabled for the list).
Usually it looks like
{code:java}
Expected: Assignments [nodes=HashSet [Assignment
[consistentId=idrrt_tsrrufpr_1, isPeer=true], Assignment
[consistentId=idrrt_tsrrufpr_0, isPeer=true]], force=false,
timestamp=114438701990084610, fromReset=false], actual: Assignments
[nodes=HashSet [Assignment [consistentId=idrrt_tsrrufpr_0, isPeer=true]],
force=false, timestamp=114438702148288514, fromReset=false]Expected :trueActual
:false<Click to see difference>
org.opentest4j.AssertionFailedError: Expected: Assignments [nodes=HashSet
[Assignment [consistentId=idrrt_tsrrufpr_1, isPeer=true], Assignment
[consistentId=idrrt_tsrrufpr_0, isPeer=true]], force=false,
timestamp=114438701990084610, fromReset=false], actual: Assignments
[nodes=HashSet [Assignment [consistentId=idrrt_tsrrufpr_0, isPeer=true]],
force=false, timestamp=114438702148288514, fromReset=false] ==> expected:
<true> but was: <false> at
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:42) at
org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:191) at
org.apache.ignite.internal.disaster.ItDisasterRecoveryReconfigurationTest.assertStableAssignments(ItDisasterRecoveryReconfigurationTest.java:1928)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)