We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef1408 commit e632381Copy full SHA for e632381
core/src/test/scala/org/apache/spark/deploy/SparkSubmitSuite.scala
@@ -64,7 +64,7 @@ class SparkSubmitSuite extends FunSuite with Matchers with ResetSystemProperties
64
override def run() = try {
65
SparkSubmit.main(input)
66
} catch {
67
- // If exceptions occur after the "exit" has happened, fine to test them.
+ // If exceptions occur after the "exit" has happened, fine to ignore them.
68
// These represent code paths not reachable during normal execution.
69
case e: Exception => if (!exitedCleanly) throw e
70
}
0 commit comments