Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update comment
  • Loading branch information
jiangxb1987 committed Apr 9, 2018
commit 2c7d1c749ce54eada6e483cb64b8d32cb01e445d
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ class JobCancellationSuite extends SparkFunSuite with Matchers with BeforeAndAft
import JobCancellationSuite._
sc = new SparkContext("local[2]", "test interruptible iterator")

// Increase the number of elements to be proceeded to avoid this test being flaky.
val numElements = 10000
val taskCompletedSem = new Semaphore(0)

Expand Down