mridulm commented on code in PR #2469:
URL: https://github.com/apache/celeborn/pull/2469#discussion_r1571897492
##########
common/src/test/java/org/apache/celeborn/common/network/ssl/SslConnectivitySuiteJ.java:
##########
@@ -185,6 +186,23 @@ public void testNormalConnectivityWorks() throws Exception
{
Function.identity());
}
+ @Test
+ public void testNormalConnectivityWithAuthWorks() throws Exception {
Review Comment:
This test is strictly not related to this PR - but is one of the reasons why
TLS support was introduced - to secure when auth is enabled.
--
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]