turboFei commented on code in PR #3267:
URL: https://github.com/apache/celeborn/pull/3267#discussion_r2098203030


##########
tests/spark-it/src/test/scala/org/apache/celeborn/tests/spark/CelebornFetchFailureSuite.scala:
##########
@@ -86,13 +76,7 @@ class CelebornFetchFailureSuite extends AnyFunSuite
 
   test("celeborn spark integration test - unregister shuffle with 
throwsFetchFailure disabled") {
     if (Spark3OrNewer) {
-      val sparkConf = new 
SparkConf().setAppName("rss-demo").setMaster("local[2,3]")
-      val sparkSession = SparkSession.builder()
-        .config(updateSparkConf(sparkConf, ShuffleMode.HASH))
-        .config("spark.sql.shuffle.partitions", 2)
-        .config("spark.celeborn.shuffle.forceFallback.partition.enabled", 
false)
-        .config("spark.celeborn.client.spark.stageRerun.enabled", "false")

Review Comment:
   it break the UT, we shall revert 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]

Reply via email to