Skip to content

Commit 535791b

Browse files
committed
save
1 parent 31dd3e8 commit 535791b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/test/scala/org/apache/spark/ShuffleSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ abstract class ShuffleSuite extends SparkFunSuite with Matchers with LocalSparkC
419419
manager.unregisterShuffle(0)
420420
}
421421

422-
test("[SPARK-27562]: test shuffle with shuffle digest enabled is true") {
422+
test("SPARK-27562: Test shuffle with checking digest of transmitted data") {
423423
conf.set(config.SHUFFLE_DIGEST_ENABLED, true)
424424
val sc = new SparkContext("local", "test", conf)
425425
val numRecords = 10000

core/src/test/scala/org/apache/spark/shuffle/sort/IndexShuffleBlockResolverSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class IndexShuffleBlockResolverSuite extends SparkFunSuite with BeforeAndAfterEa
159159
}
160160
}
161161

162-
test("[SPARK-27562]: check the digest when shuffle digest enabled is true") {
162+
test("SPARK-27562: check the digest when shuffle digest enabled is true") {
163163
val confClone = conf.clone
164164
confClone.set(config.SHUFFLE_DIGEST_ENABLED, true)
165165
val resolver = new IndexShuffleBlockResolver(confClone, blockManager)

0 commit comments

Comments
 (0)