-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[MINOR] [CORE] Accept alternative mesos unsatisfied link error in test. #6119
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
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32613 has started for PR 6119 at commit |
|
Test build #32613 has finished for PR 6119 at commit
|
|
Merged build finished. Test FAILed. |
|
Test FAILed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, if it's definitely an UnsatisfiedLinkError, I imagine it's sufficient to look for just "mesos"? that would differentiate it from not finding other libs without having to depend on the text like this. Would that work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That would work for me. I'll update.
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32616 has started for PR 6119 at commit |
|
... and learning to use ./dev/run-tests rather than mvn directly, the hard-way. Apologies for the noise with the Scala style check failure. |
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32617 has started for PR 6119 at commit |
|
Test build #32616 has finished for PR 6119 at commit
|
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
|
Test build #32617 has finished for PR 6119 at commit
|
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
|
PS this can be considered the PR for https://issues.apache.org/jira/browse/SPARK-7635 |
The IBM JVM reports an failed library load with a slightly different error message to Oracle's JVM. Update the test case to allow for either form. Author: Tim Ellison <[email protected]> Author: Tim Ellison <[email protected]> Closes apache#6119 from tellison/LibraryLoading and squashes the following commits: 2c5cd4e [Tim Ellison] Reduce assertion to check for the mesos library name f48c194 [Tim Ellison] Split long line b1079d7 [Tim Ellison] [MINOR] [CORE] Accept alternative mesos unsatisfied link error in test.
The IBM JVM reports an failed library load with a slightly different error message to Oracle's JVM. Update the test case to allow for either form. Author: Tim Ellison <[email protected]> Author: Tim Ellison <[email protected]> Closes apache#6119 from tellison/LibraryLoading and squashes the following commits: 2c5cd4e [Tim Ellison] Reduce assertion to check for the mesos library name f48c194 [Tim Ellison] Split long line b1079d7 [Tim Ellison] [MINOR] [CORE] Accept alternative mesos unsatisfied link error in test.
The IBM JVM reports an failed library load with a slightly different error message to Oracle's JVM. Update the test case to allow for either form. Author: Tim Ellison <[email protected]> Author: Tim Ellison <[email protected]> Closes apache#6119 from tellison/LibraryLoading and squashes the following commits: 2c5cd4e [Tim Ellison] Reduce assertion to check for the mesos library name f48c194 [Tim Ellison] Split long line b1079d7 [Tim Ellison] [MINOR] [CORE] Accept alternative mesos unsatisfied link error in test.
The IBM JVM reports an failed library load with a slightly different error message to Oracle's JVM. Update the test case to allow for either form. Author: Tim Ellison <[email protected]> Author: Tim Ellison <[email protected]> Closes apache#6119 from tellison/LibraryLoading and squashes the following commits: 2c5cd4e [Tim Ellison] Reduce assertion to check for the mesos library name f48c194 [Tim Ellison] Split long line b1079d7 [Tim Ellison] [MINOR] [CORE] Accept alternative mesos unsatisfied link error in test.
The IBM JVM reports an failed library load with a slightly different error message to Oracle's JVM. Update the test case to allow for either form. Author: Tim Ellison <[email protected]> Author: Tim Ellison <[email protected]> Closes apache#6119 from tellison/LibraryLoading and squashes the following commits: 2c5cd4e [Tim Ellison] Reduce assertion to check for the mesos library name f48c194 [Tim Ellison] Split long line b1079d7 [Tim Ellison] [MINOR] [CORE] Accept alternative mesos unsatisfied link error in test.
The IBM JVM reports an failed library load with a slightly different error message to Oracle's JVM. Update the test case to allow for either form. Author: Tim Ellison <[email protected]> Author: Tim Ellison <[email protected]> Closes apache#6119 from tellison/LibraryLoading and squashes the following commits: 2c5cd4e [Tim Ellison] Reduce assertion to check for the mesos library name f48c194 [Tim Ellison] Split long line b1079d7 [Tim Ellison] [MINOR] [CORE] Accept alternative mesos unsatisfied link error in test.
The IBM JVM reports an failed library load with a slightly different error message to Oracle's JVM. Update the test case to allow for either form.