denis-chudov commented on code in PR #2835:
URL: https://github.com/apache/ignite-3/pull/2835#discussion_r1392878754
##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/table/ItDurableFinishTest.java:
##########
@@ -59,6 +60,8 @@ public class ItDurableFinishTest extends
ClusterPerTestIntegrationTest {
private static final String TABLE_NAME = "TEST_FINISH";
+ private final Collection<CompletableFuture<?>> futures = new ArrayList<>();
Review Comment:
It's not clear from the name what futures are collected here
--
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]