Uh oh!
There was an error while loading. Please reload this page.
[SPARK-12653] Re-enable test "SPARK-8489: MissingRequirementError during reflection" - #11630
[SPARK-12653] Re-enable test "SPARK-8489: MissingRequirementError during reflection"#11630dongjoon-hyun wants to merge 1 commit into
Conversation
dongjoon-hyun
commented
Mar 10, 2016
Jenkins is still running, but we can see the re-enabled test is passed correctly from the log. |
SparkQA
commented
Mar 10, 2016
Test build #52821 has finished for PR 11630 at commit
|
dongjoon-hyun
commented
Mar 10, 2016
Hi, @rxin . Please note that Spark PR Appspot shows wrong information together now. I don't know why Jenkins adds JIRA-8489 to this PR and marks 1.4.1 and 1.5.0. |
srowen
commented
Mar 10, 2016
Do we know what fixed the reason that this test had to be disabled? |
dongjoon-hyun
commented
Mar 10, 2016
Sure. It is described in the JIRA. |
dongjoon-hyun
commented
Mar 10, 2016
I fixed this according @rxin 's original guess. It was right. The prebuilt jar file is built with old spark. |
dongjoon-hyun
commented
Mar 10, 2016
@srowen , please let me know if I did some mistake. |
srowen
commented
Mar 10, 2016
Yeah I don't know what that referred to -- just local build artifacts or something that needs to be rebuilt and committed somewhere? Just trying to figure out whether the outcome was "this should work now" or "we need to do X for it to work again". But you show it seems to work. |
dongjoon-hyun
commented
Mar 10, 2016
Ah, the description in JIRA issue was short, and I didn't wrote the real error message. Sorry for lack of description. When I enabled that test and investigated the log on the master branch, I could face the real error message. It happens many time when versions are mismatched. And, it was the guess of @rxin , too. |
dongjoon-hyun
commented
Mar 10, 2016
Please note that the error message is changed. I think it's due to the change of master branch. |
dongjoon-hyun
commented
Mar 10, 2016
Hmm. |
dongjoon-hyun
commented
Mar 10, 2016
With Scala 2.10, it still has a problem. I will close this PR right now. |
What changes were proposed in this pull request?
This PR re-enable the disabled test. This was manually verified by the following steps and the prebuilt test.jar is committed together.
How was this patch tested?
Pass the Jenkins test. (Also manually do the following.)