sanpwc commented on code in PR #3629:
URL: https://github.com/apache/ignite-3/pull/3629#discussion_r1579701159
##########
modules/index/src/test/java/org/apache/ignite/internal/index/IndexManagerTest.java:
##########
@@ -123,8 +123,8 @@ public void setUp() {
}
@AfterEach
- void tearDown() throws Exception {
- IgniteUtils.stopAll(metaStorageManager, catalogManager, indexManager);
+ void tearDown() {
+ assertThat(IgniteUtils.stopAsync(metaStorageManager, catalogManager,
indexManager), willCompleteSuccessfully());
Review Comment:
Here and there. Is it possible to use static imports for IgniteUtils or
there's clashing?
--
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]