Skip to content

Commit f0a16e9

Browse files
rxinaarondav
authored andcommitted
Fixed test hanging.
1 parent 14323a5 commit f0a16e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ class ShuffleBlockFetcherIteratorSuite extends FunSuite {
207207
ShuffleBlockId(0, 0, 0).toString, blocks(ShuffleBlockId(0, 0, 0)))
208208
listener.onBlockFetchFailure(
209209
ShuffleBlockId(0, 1, 0).toString, new BlockNotFoundException("blah"))
210+
listener.onBlockFetchFailure(
211+
ShuffleBlockId(0, 2, 0).toString, new BlockNotFoundException("blah"))
210212
sem.release()
211213
}
212214
}

0 commit comments

Comments
 (0)