-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-5161] Parallelize Python test execution #7031
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
af4cef4
Initial attempt at parallelizing Python test execution
JoshRosen 037b686
Temporarily disable JVM tests so we can test Python speedup in Jenkins.
JoshRosen 9129027
Disable Spark UI in Python tests
JoshRosen 8309bfe
Temporarily disable parallelism to debug a failure
JoshRosen 87cb988
Skip MLLib tests for PyPy
JoshRosen 866b5b9
Fix lazy logging warnings in Prospector checks
JoshRosen 5552380
Python 3 fix
JoshRosen a2b9094
Bump up parallelism.
JoshRosen 9e31127
Log Python --version output for each executable.
JoshRosen cd13db8
Also log python_implementation
JoshRosen 110cd9d
Fix universal_newlines for Python 3
JoshRosen 1bacf1b
Merge remote-tracking branch 'origin/master' into parallelize-python-…
JoshRosen a2717e1
Make parallelism configurable via dev/run-tests
JoshRosen d4ded73
Logging improvements
JoshRosen f87ea81
Only log output from failed tests
JoshRosen feb3763
Re-enable other tests
JoshRosen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next
Next commit
Initial attempt at parallelizing Python test execution
- Loading branch information
commit af4cef40fa48feee32389e2a7fa8f96c1f82fd91
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
TODO: only need to print the log when the test fails.