-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
parallelize_tests #1951
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
Merged
Merged
parallelize_tests #1951
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
1f42367
Go back to one ghostscript process per test
mdboom 6410dab
Fix some test images that weren't being run on Travis before
mdboom 9795b15
Run tests in parallel on Travis and in tox
mdboom 12bbda8
Include all test files
mdboom ecf9ec3
Make the test function name match so that they can be pickled through…
mdboom a127c31
Don't call "show" from a test
mdboom 852c127
Fix typo so correct gs executable will be run
mdboom de64395
Remove import of old util
mdboom 2ba68a4
Don't run tests in parallel on Travis
mdboom 268c91c
Use $(nproc) to determine number of processors, as discovered by @pel…
mdboom 720fa80
Use cbook.mkdirs, since with multiprocessing tests each process may t…
mdboom 61fb780
Make the log quieter
mdboom 623a128
Only compare PNG version of hexbin extent -- it otherwise can crash i…
mdboom 3c94011
Don't switch backends in a test
mdboom 8c5071b
Make pip install of pyparsing quiet also
mdboom 3063af9
Limited number of processes on Travis to 8, since otherwise we run ou…
mdboom 807125d
Remove tests we're no longer using because they consume too much memo…
mdboom 08ba300
Fix .travis.yml message
mdboom 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
Limited number of processes on Travis to 8, since otherwise we run ou…
…t of memory when running too many inkscapes/ghostscripts in parallel
- Loading branch information
commit 3063af920eeeb9905848b54c20b9c33e79df862f
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.
The echo statement here doesn't match what is passed to the command line
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.
Indeed. Thanks for catching.