Kirill Sizov created IGNITE-23783:
--------------------------------------
Summary: Flaky
ItDisasterRecoveryReconfigurationTest.testIncompleteRebalanceAfterResetPartitions
Key: IGNITE-23783
URL: https://issues.apache.org/jira/browse/IGNITE-23783
Project: Ignite
Issue Type: Bug
Reporter: Kirill Sizov
The test fails with the following stacktrace:
{noformat}
org.opentest4j.AssertionFailedError: Expected state: AVAILABLE, actual:
{16_part_0=GlobalPartitionState [tableId=16, schemaName=PUBLIC, tableName=TEST,
zoneName=ZONE_TESTINCOMPLETEREBALANCEAFTERRESETPARTITIONS, partitionId=0,
state=READ_ONLY]} ==> expected: <true> but was: <false> at
app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at
app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at app//org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63) at
app//org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:42) at
app//org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:191) at
app//org.apache.ignite.internal.disaster.ItDisasterRecoveryReconfigurationTest.waitForPartitionState(ItDisasterRecoveryReconfigurationTest.java:992)
at
app//org.apache.ignite.internal.disaster.ItDisasterRecoveryReconfigurationTest.testIncompleteRebalanceAfterResetPartitions(ItDisasterRecoveryReconfigurationTest.java:423)
at [email protected]/java.lang.reflect.Method.invoke(Method.java:566) at
[email protected]/java.util.ArrayList.forEach(ArrayList.java:1541) at
[email protected]/java.util.ArrayList.forEach(ArrayList.java:1541)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)