sanpwc commented on code in PR #3629:
URL: https://github.com/apache/ignite-3/pull/3629#discussion_r1579694364
##########
modules/index/src/test/java/org/apache/ignite/internal/index/IndexManagerTest.java:
##########
@@ -226,7 +226,10 @@ private void createAndStartComponents() {
lowWatermark
);
- assertThat(allOf(metaStorageManager.start(), catalogManager.start(),
indexManager.start()), willCompleteSuccessfully());
+ assertThat(
+ allOf(metaStorageManager.startAsync(),
catalogManager.startAsync(), indexManager.startAsync()),
Review Comment:
Here and there, should we use startAsync() that you've introduced in such
places?
--
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]