Skip to content

Commit 0ccd71c

Browse files
author
Sebastien Rainville
committed
Better description for the unit test
1 parent 55732fa commit 0ccd71c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/test/scala/org/apache/spark/scheduler/cluster/mesos/CoarseMesosSchedulerBackendSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class CoarseMesosSchedulerBackendSuite extends SparkFunSuite
147147
verifyDeclinedOffer(driver, createOfferId("o1"), true)
148148
}
149149

150-
test("mesos declines offers for a long time when reached spark.cores.max") {
150+
test("mesos declines offers with a filter when reached spark.cores.max") {
151151
val maxCores = 3
152152
setBackend(Map("spark.cores.max" -> maxCores.toString))
153153

0 commit comments

Comments
 (0)