-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-12653] Re-enable test "SPARK-8489: MissingRequirementError during reflection" #11630
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
|
Jenkins is still running, but we can see the re-enabled test is passed correctly from the log. |
|
Test build #52821 has finished for PR 11630 at commit
|
|
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. |
|
Do we know what fixed the reason that this test had to be disabled? |
|
Sure. It is described in the JIRA. |
|
I fixed this according @rxin 's original guess. It was right. The prebuilt jar file is built with old spark. |
|
@srowen , please let me know if I did some mistake. |
|
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. |
|
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. |
|
Please note that the error message is changed. I think it's due to the change of master branch. |
|
Hmm. |
|
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.)