cfmcgrady commented on code in PR #2609:
URL: https://github.com/apache/celeborn/pull/2609#discussion_r1713618053
##########
client-spark/spark-3/src/test/scala/org/apache/spark/shuffle/celeborn/CelebornShuffleManagerSuite.scala:
##########
@@ -89,4 +90,33 @@ class SparkShuffleManagerSuite extends Logging {
// scalastyle:on println
sc.stop()
}
+
+ @junit.Test
+ def testWrongSparkConf_MaxAttemptLimit(): Unit = {
Review Comment:
```suggestion
def testWrongSparkConfMaxAttemptLimit(): Unit = {
```
--
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]