Evgeny Stanilovsky created IGNITE-19733: -------------------------------------------
Summary: Get rid of waitForIndex usage in ItBuildIndexTest Key: IGNITE-19733 URL: https://issues.apache.org/jira/browse/IGNITE-19733 Project: Ignite Issue Type: Bug Components: general Affects Versions: 3.0.0-beta1 Reporter: Evgeny Stanilovsky After [1] was merged the only place where _waitForIndex_ is used remains ItBuildIndexTest#createIndex [2]. Seems it can`t be easily removed, cause it leads to “No such partition 0 in table“ exception. It can be reproduced locally by running ItBuildIndexTest until failure on 5+ iteration. Also seems this utility method used not for its intended purpose. [1] https://issues.apache.org/jira/browse/IGNITE-19373 [2] https://github.com/apache/ignite-3/blob/3a7cf4d0e545e76a187743d2ac5f660b50f2a698/modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItBuildIndexTest.java#L187 -- This message was sent by Atlassian Jira (v8.20.10#820010)