Yury Gerzhedovich created IGNITE-21016:
------------------------------------------
Summary: tMixedQueriesTest.testIgniteSchemaAwaresAlterTableCommand
is flaky
Key: IGNITE-21016
URL: https://issues.apache.org/jira/browse/IGNITE-21016
Project: Ignite
Issue Type: Bug
Components: sql
Reporter: Yury Gerzhedovich
The test
org.apache.ignite.internal.sql.engine.ItMixedQueriesTest#testIgniteSchemaAwaresAlterTableCommand
is flacky.
The issue periodically appears on TC, also reproducable on local environment.
{code:java}
org.opentest4j.AssertionFailedError: Column metadata doesn't match ==>
expected: <3> but was: <2>
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.AssertEquals.failNotEqual(AssertEquals.java:197)
at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150)
at app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:560)
at
app//org.apache.ignite.internal.sql.engine.util.QueryCheckerImpl.check(QueryCheckerImpl.java:322)
at
app//org.apache.ignite.internal.sql.engine.util.QueryCheckerFactoryImpl$1.check(QueryCheckerFactoryImpl.java:90)
at
app//org.apache.ignite.internal.sql.engine.ItMixedQueriesTest.testIgniteSchemaAwaresAlterTableCommand(ItMixedQueriesTest.java:221)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)