beliefer opened a new pull request #29747:
URL: https://github.com/apache/spark/pull/29747


   ### What changes were proposed in this pull request?
   The current `DAGSchedulerSuite` is a very huge test file, we should split 
this suite into multiple suites which should focus on one or several major 
features, but not all the related behaviors.
   This PR will extract the following features related tests as new suite from 
the `DAGSchedulerSuite`:
   
   - Barrier execution
   
   - Indeterminate stage
   
   - Resource profile
   
   
   ### Why are the changes needed?
   Break down the very huge test files, each test suite should focus on one or 
several major features, but not all the related behaviors.
   
   
   ### Does this PR introduce _any_ user-facing change?
   'No'.
   
   
   ### How was this patch tested?
   Jenkins test.
   


----------------------------------------------------------------
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.

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