Skip to content

Commit 3ceb4d5

Browse files
committed
Change a test name.
1 parent 55d6b6d commit 3ceb4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ class DAGSchedulerSuite extends SparkFunSuite with LocalSparkContext with Timeou
338338
*
339339
* Note: [] means an RDD, () means a shuffle dependency.
340340
*/
341-
test("[SPARK-13902] not to create duplicate stage.") {
341+
test("[SPARK-13902] Ensure no duplicate stages are created") {
342342
val rddA = new MyRDD(sc, 1, Nil)
343343
val shuffleDepA = new ShuffleDependency(rddA, new HashPartitioner(1))
344344
val s_A = shuffleDepA.shuffleId

0 commit comments

Comments
 (0)