Github user kayousterhout commented on a diff in the pull request:

    https://github.com/apache/spark/pull/1877#discussion_r16823367
  
    --- Diff: 
core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala ---
    @@ -472,6 +472,44 @@ class DAGSchedulerSuite extends 
TestKit(ActorSystem("DAGSchedulerSuite")) with F
         assert(sparkListener.failedStages.size == 1)
       }
     
    +  test("run trivial shuffle with repeated fetch failure") {
    --- End diff --
    
    can you change this and/or the name for the test at line 438? They are 
currently almost identical such that it's unclear what the point of each test 
is.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to