sanpwc commented on code in PR #2095:
URL: https://github.com/apache/ignite-3/pull/2095#discussion_r1203884908
##########
modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/BaseDistributionZoneManagerTest.java:
##########
@@ -59,6 +61,18 @@
*/
@ExtendWith(ConfigurationExtension.class)
public class BaseDistributionZoneManagerTest extends BaseIgniteAbstractTest {
+ static final String ZONE_NAME_0 = "zone0";
+
+ static final String ZONE_NAME_1 = "zone1";
+
+ static final String ZONE_NAME_2 = "zone2";
+
+ static final LogicalNode NODE_0 = new LogicalNode("node0", "node0", new
NetworkAddress("localhost", 123));
Review Comment:
It's better to use different node name and id, just in case.
--
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]