GitHub user JoshRosen opened a pull request:
https://github.com/apache/spark/pull/10933
[SPARK-13023][PROJECT INFRA] Fix handling of root module in
modules_to_test()
There's a minor bug in how we handle the `root` module in the
`modules_to_test()` function in `dev/run-tests.py`: since `root` now depends on
`build` (since every test needs to run on any build test), we now need to check
for the presence of root in `modules_to_test` instead of `changed_modules`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JoshRosen/spark build-module-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/10933.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 #10933
----
commit eab3a15c5a564b7f478f5ceb49109ded89e13ffa
Author: Josh Rosen <[email protected]>
Date: 2016-01-26T23:50:24Z
Add regression test.
commit 2799788be7fc161ca0cce5e32f9168e61f0e3609
Author: Josh Rosen <[email protected]>
Date: 2016-01-26T23:51:55Z
Short-circuit to root after computing modules_to_test
----
---
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]