PakhomovAlexander commented on code in PR #1659:
URL: https://github.com/apache/ignite-3/pull/1659#discussion_r1102566316
##########
modules/network/src/test/java/org/apache/ignite/network/DefaultMessagingServiceTest.java:
##########
@@ -168,6 +169,9 @@ private static void configureNetworkDefaults(
lenient().when(networkConfigView.portRange()).thenReturn(0);
lenient().when(networkConfigView.outbound()).thenReturn(outboundConfig);
lenient().when(networkConfigView.inbound()).thenReturn(inboundConfig);
+ SslView ssl = mock(SslView.class);
+ lenient().when(ssl.enabled()).thenReturn(false);
Review Comment:
Do you mean It would be nice to rewrite all mocks here or just
SslConfiguration?
--
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]