tkalkirill commented on code in PR #1309:
URL: https://github.com/apache/ignite-3/pull/1309#discussion_r1013732143
##########
modules/network/src/testFixtures/java/org/apache/ignite/utils/ClusterServiceTestUtils.java:
##########
@@ -56,29 +57,47 @@ public class ClusterServiceTestUtils {
private static final TestScaleCubeClusterServiceFactory SERVICE_FACTORY =
new TestScaleCubeClusterServiceFactory();
/** Registry initializers collected via reflection. */
Review Comment:
Ok
##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java:
##########
@@ -143,16 +140,20 @@ public class ItIgniteNodeRestartTest extends
IgniteAbstractTest {
+ " network.nodeFinder.netClusterNodes: {}\n"
+ "}";
- /** Cluster nodes. */
- private static final List<Ignite> CLUSTER_NODES = new ArrayList<>();
+ @InjectConfiguration
+ private static RaftConfiguration raftConfiguration;
- private static final List<String> CLUSTER_NODES_NAMES = new ArrayList<>();
+ private final List<String> clusterNodesNames = new ArrayList<>();
Review Comment:
Ok
--
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]