-
Notifications
You must be signed in to change notification settings - Fork 28.6k
SPARK-1793 - Heavily duplicated test setup code in SVMSuite #726
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. |
|
Merged build finished. All automated tests passed. |
All automated tests passed. |
Merged build triggered. |
Merged build started. |
Merged build finished. All automated tests passed. |
All automated tests passed. |
Summary: Refactor the code to remove the repeated initialization of test/validation RDDs in every test. Test Plan: Unit tests cover this code and pass with this update. Reviewers: CC:
Merged build triggered. |
Merged build started. |
Merged build finished. All automated tests passed. |
All automated tests passed. |
Is there any interest in this diff? Happy to close if otherwise. |
hey @ajtulloch can you tag the title here with |
Jenkins, test this please. |
@ajtulloch Sorry, I overlooked this PR. Thanks for simplifying the test code! Let's see whether it still merges cleanly or not. |
QA tests have started for PR 726 at commit
|
QA tests have finished for PR 726 at commit
|
@ajtulloch any interest in updating? If not, we should close this issue and can re-open later. |
…MapRFileSystem not found for spark-hive integration jobs (apache#726)
…MapRFileSystem not found for spark-hive integration jobs (apache#726)
Summary:
https://issues.apache.org/jira/browse/SPARK-1793
Refactor the code to remove the repeated initialization of
test/validation RDDs in every test.
Test Plan:
Unit tests cover this code and pass with this update.
Reviewers:
CC: