tkalkirill commented on code in PR #2756:
URL: https://github.com/apache/ignite-3/pull/2756#discussion_r1374839410
##########
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:
I don't think this is a problem. I prefer to leave it as it is.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]