[ https://issues.apache.org/jira/browse/IGNITE-25432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vyacheslav Koptilin updated IGNITE-25432: ----------------------------------------- Epic Link: IGNITE-21389 > SqlSchemaManagerImplTest.testTableDistribution fails when the colocation > feature is enabled > ------------------------------------------------------------------------------------------- > > Key: IGNITE-25432 > URL: https://issues.apache.org/jira/browse/IGNITE-25432 > Project: Ignite > Issue Type: Bug > Components: distribution zones ai3 > Reporter: Vyacheslav Koptilin > Assignee: Vyacheslav Koptilin > Priority: Major > Labels: ignite-3 > > The test fails with the following error: > {code:java} > java.lang.AssertionError: > Expected: <affinity[tableId=3, zoneId=3][1]> > but: was <affinity[tableId=3, > zoneId=0][1]>java.lang.AssertionError:Expected: <affinity[tableId=3, > zoneId=3][1]> but: was <affinity[tableId=3, zoneId=0][1]> at > org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at > org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at > org.apache.ignite.internal.sql.engine.schema.SqlSchemaManagerImplTest.testTableDistribution(SqlSchemaManagerImplTest.java:475) > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)