Skip to content

Commit 5ff59c2

Browse files
committed
Change property in suite also
1 parent 167fad8 commit 5ff59c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ class TaskSetManagerSuite extends FunSuite with LocalSparkContext with Logging {
301301
test("executors should be blacklisted after task failure, in spite of locality preferences") {
302302
val rescheduleDelay = 300L
303303
val conf = new SparkConf().
304-
set("spark.task.executorBlacklistTimeout", rescheduleDelay.toString).
304+
set("spark.scheduler.executorTaskBlacklistTime", rescheduleDelay.toString).
305305
// dont wait to jump locality levels in this test
306306
set("spark.locality.wait", "0")
307307

0 commit comments

Comments
 (0)