Vladislav Pyatkov created IGNITE-23715:
------------------------------------------
Summary: CatalogTableTest#testDropTable and
CatalogZoneTest#testDropZone are unreliable
Key: IGNITE-23715
URL: https://issues.apache.org/jira/browse/IGNITE-23715
Project: Ignite
Issue Type: Bug
Reporter: Vladislav Pyatkov
h3. Motivation
The tests recently failed on TC:
{noformat|title=testDropTable }
org.opentest4j.AssertionFailedError: expected: <CatalogSchemaDescriptor
[super=CatalogObjectDescriptor [id=1, name=PUBLIC, type=SCHEMA,
updateToken=2]]> but was: <CatalogSchemaDescriptor
[super=CatalogObjectDescriptor [id=1, name=PUBLIC, type=SCHEMA, updateToken=3]]>
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.AssertSame.failNotSame(AssertSame.java:50)
at app//org.junit.jupiter.api.AssertSame.assertSame(AssertSame.java:35)
at app//org.junit.jupiter.api.AssertSame.assertSame(AssertSame.java:30)
at app//org.junit.jupiter.api.Assertions.assertSame(Assertions.java:2860)
at
app//org.apache.ignite.internal.catalog.CatalogTableTest.testDropTable(CatalogTableTest.java:244)
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)