-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-9710] [test] Fix RPackageUtilsSuite when R is not available. #8008
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
RUtils.isRInstalled throws an exception if R is not installed, instead of returning false. Fix that.
|
Test build #40084 has finished for PR 8008 at commit
|
|
retest this please |
|
Test build #40134 has finished for PR 8008 at commit
|
|
Jenkins, retest this please |
|
LGTM. Thanks @vanzin |
|
Test build #40173 has finished for PR 8008 at commit
|
|
Sigh -- our tests are too flaky. Jenkins, retest this please |
|
Jenkins, retest this please |
|
Test build #40204 has finished for PR 8008 at commit
|
|
Sigh, I guess today is not a good day to get tests passed. |
|
Jenkins, retest this please |
|
Test build #40242 has finished for PR 8008 at commit
|
|
Jenkins, retest this please |
|
Test build #40250 has finished for PR 8008 at commit
|
|
@JoshRosen @rxin This PR has failed Jenkins 6 (!) times with unrelated failures. Are there any known issues or flaky tests ? I'd like to get this fix into 1.5, but can't merge this right now |
|
I started 4 different Jenkins run for this just now. |
|
Test build #1415 has finished for PR 8008 at commit
|
|
I give up. I'm going to manually patch this on a clean branch on my laptop and run |
|
Test build #1418 timed out for PR 8008 at commit |
|
Jenkins, retest this please |
|
@tdas @rxin I've see the test [1] https://gist.github.com/shivaram/84a2b47ada5509c707fd |
|
I disabled the test. |
|
Test build #40272 has finished for PR 8008 at commit
|
|
Jenkins, retest this please |
|
Test build #40278 has finished for PR 8008 at commit
|
|
Jenkins, retest this please |
|
Merged build finished. Test FAILed. |
|
So, we really need to start disabling these flaky tests and filing bugs, because waiting for jenkins to pass a build lately has been such a huge waste of time. On the other hand, the actual tests that use this code have all passed in all builds, so can we just push this change? |
|
Yeah I was wondering the same thing. In fact I think the tests have managed to pass piece-wise (i.e. core sometimes, streaming sometimes, sql sometimes etc.) that if you aggregate all of them everything has passed at this point. The function |
|
Let's merge them. On Monday, August 10, 2015, Shivaram Venkataraman [email protected]
|
RUtils.isRInstalled throws an exception if R is not installed, instead of returning false. Fix that. Author: Marcelo Vanzin <[email protected]> Closes apache#8008 from vanzin/SPARK-9710 and squashes the following commits: df72d8c [Marcelo Vanzin] [SPARK-9710] [test] Fix RPackageUtilsSuite when R is not available.
|
My 1.5 branch build is failing with as described in SPARK-9710 and I notice that this merge didn't make it into that branch. Any chance this will be backported? |
RUtils.isRInstalled throws an exception if R is not installed, instead of returning false. Fix that. Author: Marcelo Vanzin <[email protected]> Closes #8008 from vanzin/SPARK-9710 and squashes the following commits: df72d8c [Marcelo Vanzin] [SPARK-9710] [test] Fix RPackageUtilsSuite when R is not available. (cherry picked from commit 0f3366a) Signed-off-by: Shivaram Venkataraman <[email protected]>
RUtils.isRInstalled throws an exception if R is not installed, instead of returning false. Fix that. Author: Marcelo Vanzin <[email protected]> Closes apache#8008 from vanzin/SPARK-9710 and squashes the following commits: df72d8c [Marcelo Vanzin] [SPARK-9710] [test] Fix RPackageUtilsSuite when R is not available. (cherry picked from commit 0f3366a)
RUtils.isRInstalled throws an exception if R is not installed,
instead of returning false. Fix that.