GitHub user brennonyork opened a pull request:
https://github.com/apache/spark/pull/5145
[SPARK-6477][Build]: Run MIMA tests before the Spark test suite
This moves the MIMA checks to before the full Spark test suite such that,
if new PR's fail the MIMA check, they will return much faster having not run
the entire test suite. This is preferable to the current scenario where a user
would have to wait until the entire test suite completes before realizing it
failed on a MIMA check in which case, once the MIMA issues are fixed, the user
would have to resubmit and rerun the full test suite again.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/brennonyork/spark SPARK-6477
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/5145.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 #5145
----
commit 12b0aee58eaa6cd06d67bff5d778c6d4932f2209
Author: Brennon York <[email protected]>
Date: 2015-03-23T21:56:15Z
updated to put the mima checks before the spark test suite
----
---
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]