Vyacheslav Koptilin created IGNITE-25256: --------------------------------------------
Summary: ItRebalanceWithPartitionReturnTest fails with NullPointerException when the colocation feature is enabled Key: IGNITE-25256 URL: https://issues.apache.org/jira/browse/IGNITE-25256 Project: Ignite Issue Type: Bug Reporter: Vyacheslav Koptilin Assignee: Vyacheslav Koptilin The ItRebalanceWithPartitionReturnTest fails with the following error when the colocation feature is enabled: {code:java} java.lang.NullPointerException at org.apache.ignite.internal.table.ItRebalanceWithPartitionReturnTest.lambda$test$0(ItRebalanceWithPartitionReturnTest.java:188) at org.apache.ignite.internal.testframework.IgniteTestUtils.waitForCondition(IgniteTestUtils.java:681) at org.apache.ignite.internal.testframework.IgniteTestUtils.waitForCondition(IgniteTestUtils.java:664) at org.apache.ignite.internal.table.ItRebalanceWithPartitionReturnTest.test(ItRebalanceWithPartitionReturnTest.java:176) 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} -- This message was sent by Atlassian Jira (v8.20.10#820010)