sanpwc commented on code in PR #2183:
URL: https://github.com/apache/ignite-3/pull/2183#discussion_r1230576501
##########
modules/metastorage/src/integrationTest/java/org/apache/ignite/internal/metastorage/impl/ItMetaStorageMultipleNodesAbstractTest.java:
##########
@@ -228,6 +233,8 @@ void testLearnerJoin(TestInfo testInfo) throws
NodeStoppingException {
firstNode.cmgManager.initCluster(List.of(firstNode.name()),
List.of(firstNode.name()), "test");
+ firstNode.deployWatches();
Review Comment:
It seems incorrect. deployWatches is a part of node start procedure, that
will be completed after cmg init, so that, basically it's still required to
call deployWathces within node start and assert it completion after
`firstNode.cmgManager.initCluster(List.of(firstNode.name()),
List.of(firstNode.name()), "test");`
--
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]