Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
SPARK-19755 adding jira to testcase name
  • Loading branch information
IgorBerman committed Sep 25, 2019
commit cb8cb576ac5f16c343df2d815abe1e2ea48083c4
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class MesosCoarseGrainedSchedulerBackendSuite extends SparkFunSuite
verifyTaskLaunched(driver, "o2")
}

test("mesos declines offers from blacklisted slave") {
test("SPARK-19755 mesos declines offers from blacklisted slave") {
setBackend()

// launches a task on a valid offer on slave s1
Expand Down