[
https://issues.apache.org/jira/browse/IGNITE-12401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16984525#comment-16984525
]
Ignite TC Bot commented on IGNITE-12401:
----------------------------------------
{panel:title=Branch: [pull/7083/head] Base: [master] : Possible Blockers
(6)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Queries 1{color} [[tests
6|https://ci.ignite.apache.org/viewLog.html?buildId=4799634]]
* IgniteBinaryCacheQueryTestSuite:
GridCacheFullTextQuerySelfTest.testTextQueryWithRange - History for base branch
is absent.
* IgniteBinaryCacheQueryTestSuite:
GridCacheFullTextQuerySelfTest.testTextQueryWithConditionAndRange - History for
base branch is absent.
* IgniteBinaryCacheQueryTestSuite:
GridCacheFullTextQuerySelfTest.testTextQueryWithField - Test has low fail rate
in base branch 0,0% and is not flaky
* IgniteBinaryCacheQueryTestSuite: GridCacheFullTextQuerySelfTest.testTextQuery
- Test has low fail rate in base branch 0,0% and is not flaky
* IgniteBinaryCacheQueryTestSuite:
GridCacheFullTextQuerySelfTest.testTextQueryLimitedConcurrent - Test has low
fail rate in base branch 0,0% and is not flaky
* IgniteBinaryCacheQueryTestSuite:
GridCacheFullTextQuerySelfTest.testTextQueryWithFieldLimited - Test has low
fail rate in base branch 0,0% and is not flaky
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=4799658&buildTypeId=IgniteTests24Java8_RunAll]
> Some Text Queries return repeated results
> -----------------------------------------
>
> Key: IGNITE-12401
> URL: https://issues.apache.org/jira/browse/IGNITE-12401
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 2.8
> Reporter: Ilya Kasnacheev
> Priority: Critical
> Time Spent: 10m
> Remaining Estimate: 0h
>
> It came to my attention while checking for Range Queries support that we
> don't actually check that found query results are the correct ones.
> We were checking that we got some results, but not whether they were expected.
> And voila, it turns out that Range Queries examples, as well as some other
> test cases, will readily fail when run with such checks! A query will return
> same value repeatedly, e.g. range query will return the "1" record twice, and
> limited text query will return "14" record twice.
> It didn't really occur on non-range queries before the introduction of limits.
> I think we should not ship broken limit queries. Maybe also fix range
> queries, if it's hard let's @Ignore them for now.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)