ENH(TST): test against supported git annex repo version 10 + make it a full sweep over tests#6881
Merged
yarikoptic merged 1 commit intodatalad:maintfrom Jul 26, 2022
Conversation
…a full sweep over tests 10 is the most recent supported git annex repo version. It should bring improvement in some operation performance (see e.g. dandi/dandisets#229 (comment) ). But it is not the default version git annex would use (it uses 8), so AFAIK there is no "real life" testing for operation of v10 annex repos. Also we did not do full sweep of testing against python 3.10, so I made second matrix run for it, to which I also added testing against v10. This way we do not do full combinatorics of python version/git-annex/git-annex repo version but at least gain 1 environment with 2 matrix runs for full tests sweep in a "most modern environment" setting
Codecov Report
@@ Coverage Diff @@
## maint #6881 +/- ##
==========================================
+ Coverage 90.25% 91.22% +0.96%
==========================================
Files 354 354
Lines 46113 46134 +21
==========================================
+ Hits 41621 42086 +465
+ Misses 4492 4048 -444
Continue to review full report at Codecov.
|
Member
Author
|
docs is independent issue, the only travis failing run due to #6887 , restarted to see if goes away |
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.
10 is the most recent supported git annex repo version. It should bring improvement
in some operation performance (see e.g.
dandi/dandisets#229 (comment) ). But it is not the
default version git annex would use (it uses 8), so AFAIK there is no "real life" testing
for operation of v10 annex repos. Also we did not do full sweep of testing against python
3.10, so I made second matrix run for it, to which I also added testing against v10. This
way we do not do full combinatorics of python version/git-annex/git-annex repo version but
at least gain 1 environment with 2 matrix runs for full tests sweep in a "most modern
environment" setting