ibessonov commented on code in PR #7191:
URL: https://github.com/apache/ignite-3/pull/7191#discussion_r2603059737
##########
modules/network/src/integrationTest/java/org/apache/ignite/internal/network/netty/ItConnectionManagerTest.java:
##########
@@ -564,7 +567,9 @@ private ConnectionManagerWrapper startManager(int port,
UUID launchId, MessageSe
new AllIdsAreFresh(),
withoutClusterId(),
defaultChannelTypeRegistry(),
- new DefaultIgniteProductVersionSource()
+ new DefaultIgniteProductVersionSource(),
+ mock(TopologyService.class),
+ new FailureManager(new NoOpFailureHandler())
Review Comment:
Because I didn't know about it. Will fix it
--
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]