zstan commented on a change in pull request #726:
URL: https://github.com/apache/ignite-3/pull/726#discussion_r830948718



##########
File path: 
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItDataSchemaSyncTest.java
##########
@@ -132,7 +131,7 @@ void beforeEach() throws Exception {
      */
     @AfterEach
     void afterEach() throws Exception {
-        IgniteUtils.closeAll(Lists.reverse(clusterNodes));
+        IgniteUtils.closeAll(clusterNodes);

Review comment:
       reverse - was a kind of hack from past ) Now it`s not an issue any more.




-- 
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]


Reply via email to