Skip to content

Commit f921ddd

Browse files
committed
Revert "bump numparts up to 6"
This reverts commit daf96dd.
1 parent 683c83c commit f921ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class BlockManagerDecommissionIntegrationSuite extends SparkFunSuite with LocalS
3434
with ResetSystemProperties with Eventually {
3535

3636
val numExecs = 3
37-
val numParts = 6
37+
val numParts = 3
3838

3939
test(s"verify that an already running task which is going to cache data succeeds " +
4040
s"on a decommissioned executor") {

0 commit comments

Comments
 (0)