Skip to content

Commit adb03db

Browse files
committed
We only need two executors for this test.
1 parent ff620ba commit adb03db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/storage/BlockManagerDecommissionSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class BlockManagerDecommissionSuite extends SparkFunSuite with LocalSparkContext
3636
.set(config.STORAGE_DECOMMISSION_REPLICATION_REATTEMPT_INTERVAL, 100L)
3737
.set(config.STORAGE_DECOMMISSION_ENABLED, true)
3838

39-
sc = new SparkContext("local-cluster[3, 1, 1024]", "test", conf)
39+
sc = new SparkContext("local-cluster[2, 1, 1024]", "test", conf)
4040
}
4141

4242
test(s"verify that an already running task which is going to cache data succeeds " +

0 commit comments

Comments
 (0)