Github user jerryshao commented on a diff in the pull request:
https://github.com/apache/spark/pull/19338#discussion_r141329721
--- Diff:
core/src/test/scala/org/apache/spark/scheduler/BlacklistIntegrationSuite.scala
---
@@ -115,8 +115,9 @@ class BlacklistIntegrationSuite extends
SchedulerIntegrationSuite[MultiExecutorM
withBackend(runBackend _) {
val jobFuture = submit(new MockRDD(sc, 10, Nil), (0 until
10).toArray)
awaitJobTermination(jobFuture, duration)
- val pattern = ("Aborting TaskSet 0.0 because task .* " +
- "cannot run anywhere due to node and executor blacklist").r
+ val pattern = (s"""
+ |Aborting TaskSet 0.0 because task .*
--- End diff --
I think here it should be two space indent, also for the below line.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]