sanpwc commented on code in PR #3629:
URL: https://github.com/apache/ignite-3/pull/3629#discussion_r1579648035
##########
modules/distribution-zones/src/integrationTest/java/org/apache/ignite/internal/distributionzones/ItIgniteDistributionZoneManagerNodeRestartTest.java:
##########
@@ -297,7 +301,8 @@ private PartialNode startPartialNode(int idx) {
);
for (IgniteComponent component : otherComponents) {
- component.start();
+ // TODO: had to start without waiting as the test otherwise fails
with timeout.
Review Comment:
Please don't forget to remove todo, after receiving the feedback from
@alievmirza
--
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]