You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maksim Timonin (Jira)" <ji...@apache.org> on 2021/09/27 13:41:00 UTC

[jira] [Created] (IGNITE-15621) Flaky test MultifieldIndexQueryTest.testCheckBoundaries

Maksim Timonin created IGNITE-15621:
---------------------------------------

             Summary: Flaky test MultifieldIndexQueryTest.testCheckBoundaries
                 Key: IGNITE-15621
                 URL: https://issues.apache.org/jira/browse/IGNITE-15621
             Project: Ignite
          Issue Type: New Feature
            Reporter: Maksim Timonin


Params: nodesCnt=2, qryIdx=null

Failed line: assertEquals(2, result.size());

It expect 2 but get 3. Looks like some miss of condition, we check inline in moment of put is writing this inline (so first field is OK, and second is not ready yet)

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)