Skip to content

Commit daf96dd

Browse files
committed
bump numparts up to 6
1 parent 3cc50cc commit daf96dd

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 = 3
37+
val numParts = 6
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)