GitHub user squito opened a pull request:

    https://github.com/apache/spark/pull/8434

    [SPARK-10247] [core] improve readability of a test case in DAGSchedulerSuite

    This is pretty minor, just trying to improve the readability of 
`DAGSchedulerSuite`, I figure every bit helps.  Before whenever I read this 
test, I never knew what "should work" and "should be ignored" really meant -- 
this adds some asserts & updates comments to make it more clear.  Also some 
reformatting per a suggestion from @markhamstra on 
https://github.com/apache/spark/pull/7699

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/squito/spark SPARK-10247

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/8434.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #8434
    
----
commit 3e3ea3916b3cf64ae4a7fc60ce46c63b21731bd0
Author: Imran Rashid <[email protected]>
Date:   2015-08-25T20:33:57Z

    asserts on numAvailableOutputs to make it clear what is happening

commit 8e2a969759fbf1dfd415a5a964374412edd017f6
Author: Imran Rashid <[email protected]>
Date:   2015-08-25T20:35:52Z

    formatting of runEvent(CompletionEvent(...))

----


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