Skip to content
Closed
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,13 @@ import scala.concurrent.ExecutionContext.Implicits.global
import scala.concurrent.Future
import scala.concurrent.duration._

import org.scalatest.matchers.must.Matchers

import org.apache.spark.SharedSparkContext
import org.apache.spark.SparkException
import org.apache.spark.SparkFunSuite
import org.apache.spark.util.ThreadUtils

// Tests for PythonWorkerFactory.
class PythonWorkerFactorySuite extends SparkFunSuite with Matchers with SharedSparkContext {
Comment thread
HyukjinKwon marked this conversation as resolved.
class PythonWorkerFactorySuite extends SparkFunSuite with SharedSparkContext {

test("createSimpleWorker() fails with a timeout error if worker does not connect back") {
// It verifies that server side times out in accept(), if the worker does not connect back.
Expand Down