Run pytests in parallel (-n 2) on Travis#6915
Merged
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## maint #6915 +/- ##
==========================================
+ Coverage 89.97% 91.11% +1.13%
==========================================
Files 354 354
Lines 46261 46327 +66
Branches 0 6613 +6613
==========================================
+ Hits 41624 42211 +587
+ Misses 4637 4100 -537
- Partials 0 16 +16
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Member
Author
|
FWIW so there is a few legit fails but then the rest is due to overcomitting tests start to exceed their allowances. |
As initial check with -n4 showed -- was too much, many tests started to exceed their time limits
964b1f4 to
f3121e5
Compare
…runs over 30sec with -n2
Member
Author
|
ok, I guess nobody cares about travis enough, I will meanwhile merge this one and propose similar one for appveyor |
yarikoptic
added a commit
to yarikoptic/datalad
that referenced
this pull request
Aug 26, 2022
datalad#6915 has done that for Travis
|
🚀 PR was released in |
christian-monch
pushed a commit
to christian-monch/datalad
that referenced
this pull request
Sep 16, 2022
datalad#6915 has done that for Travis
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
[appveyor skip]
It seems to cut down total run time for tests from ~6h10m to ~4h40m so about 20% run time cut. IMHO worthwhile and thus taking it from draft