Maksim Zhuravkov created IGNITE-20264:
-----------------------------------------
Summary: Sql. SortAggregateExecutionTest::countOfEmptyWithRewind
[MAP_REDUCE] is flaky.
Key: IGNITE-20264
URL: https://issues.apache.org/jira/browse/IGNITE-20264
Project: Ignite
Issue Type: Bug
Components: sql
Reporter: Maksim Zhuravkov
This issue is reproduces even on revisions prior to changes made for migration
to BinaryTuple (IGNITE-19785).
{code:java}
org.opentest4j.AssertionFailedError:
Expected :true
Actual :false
at
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31)
at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:180)
at
org.apache.ignite.internal.sql.engine.exec.rel.BaseAggregateTest.countOfEmptyWithRewind(BaseAggregateTest.java:659)
{code}
HashAggregateExecutionTest::countOfEmptyWithRewind does not have such problem
(or I was unable to reproduce it).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)