You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vyacheslav Koptilin (Jira)" <ji...@apache.org> on 2022/06/15 09:33:00 UTC

[jira] [Created] (IGNITE-17171) ItIndexSpoolTest fails when the number of rows is greater than 256

Vyacheslav Koptilin created IGNITE-17171:
--------------------------------------------

             Summary: ItIndexSpoolTest fails when the number of rows is greater than 256
                 Key: IGNITE-17171
                 URL: https://issues.apache.org/jira/browse/IGNITE-17171
             Project: Ignite
          Issue Type: Bug
            Reporter: Vyacheslav Koptilin


ItIndexSpoolTest fails when the number of table rows is greater than 256

{noformat}
java.lang.AssertionError: 
Expected: is <258>
     but: was <256>
<Click to see difference>


	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at org.apache.ignite.internal.sql.engine.ItIndexSpoolTest.test(ItIndexSpoolTest.java:74)
{noformat}

Perhaps, batching does not work correctly.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)