dongjoon-hyun commented on code in PR #39221:
URL: https://github.com/apache/spark/pull/39221#discussion_r1060250493
##########
core/src/test/scala/org/apache/spark/SSLOptionsSuite.scala:
##########
@@ -140,6 +140,24 @@ class SSLOptionsSuite extends SparkFunSuite {
assert(opts.enabledAlgorithms === Set("ABC", "DEF"))
}
+ test("test ssl settings are set only when ssl is enabled") {
Review Comment:
```scala
- test("test ssl settings are set only when ssl is enabled") {
+ test("SPARK-41719: Skip ssl sub-settings if is disabled") {
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]