You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Ilya Kasnacheev (Jira)" <ji...@apache.org> on 2019/11/28 13:34:00 UTC

[jira] [Created] (IGNITE-12401) Some Text Queries return repeated results

Ilya Kasnacheev created IGNITE-12401:
----------------------------------------

             Summary: 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


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)