[
https://issues.apache.org/jira/browse/IGNITE-20264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maksim Zhuravkov updated IGNITE-20264:
--------------------------------------
Fix Version/s: 3.0.0-beta2
> 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
> Priority: Minor
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
>
> 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)