GitHub user squito opened a pull request:

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

    [SPARK-10372] [CORE] basic test framework for entire spark scheduler

    This is a basic framework for testing the entire scheduler.  The tests this 
adds aren't very interesting -- the point of this PR is just to setup the 
framework.  The key changes here are adding the ability to tell when the 
various msg queues are empty.  That's necessary so the test framework knows 
when scheduler is "done" processing.  (alternatively, we could put everything 
into a single thread, but again part of the point of this is to test the 
interaction of the components, which would naturally be multi-threaded.)


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

    $ git pull https://github.com/squito/spark SPARK-10372-scheduler-integs

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

    https://github.com/apache/spark/pull/8559.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 #8559
    
----
commit 844bd339fa1913a5a42bf4efbb7bfffa9ba6b14b
Author: Imran Rashid <[email protected]>
Date:   2015-08-28T21:42:47Z

    basic test framework for entire spark scheduler

----


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