LuciferYang commented on a change in pull request #34743:
URL: https://github.com/apache/spark/pull/34743#discussion_r758996701



##########
File path: 
core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala
##########
@@ -291,6 +291,21 @@ class TaskSetManagerSuite
     assert(manager.resourceOffer("execA", "host1", ANY)._1.get.index === 0)
   }
 
+  test("skip unsatisfiable locality levels (the case TaskLocation is 
HostTaskLocation)") {

Review comment:
       Maybe we should add `SPARK-37488` to the test name as prefix




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to