rpuch commented on code in PR #2756: URL: https://github.com/apache/ignite-3/pull/2756#discussion_r1375783621
########## modules/index/src/test/java/org/apache/ignite/internal/index/IndexAvailabilityControllerTest.java: ########## @@ -140,7 +128,7 @@ void testMetastoreKeysAfterIndexCreate() throws Exception { int indexId = indexId(INDEX_NAME); - awaitTillGlobalMetastoreRevisionIsApplied(); + awaitTillGlobalMetastoreRevisionIsApplied(metaStorageManager); Review Comment: My suggestion leads to eliminating a non-needed detail in a few places. What advantages does your suggestion ('leave it as is') bring? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org