-
Notifications
You must be signed in to change notification settings - Fork 111
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
BF(TST,workaround): do not use ; in the test archive filenames #3770
Conversation
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.
Nicely analyzed. Thanks.
Codecov Report
@@ Coverage Diff @@
## 0.11.x #3770 +/- ##
==========================================
+ Coverage 81.07% 81.23% +0.15%
==========================================
Files 256 256
Lines 33944 33949 +5
==========================================
+ Hits 27520 27577 +57
+ Misses 6424 6372 -52
Continue to review full report at Codecov.
|
and thanks for the bisection! |
if no objections/failures -- it will get closed by me pushing the 0.11.8 release which would include this |
0.11.8 (Oct 11, 2019) -- annex-we-are-catching-up Fixes - Our internal command runner failed to capture output in some cases. ([#3656][]) - Workaround in the tests around python in cPython >= 3.7.5 ';' in the filename confusing mimetypes ([#3769][]) ([#3770][]) Enhancements and new features - Prepared for upstream changes in git-annex, including support for the latest git-annex - 7.20190912 auto-upgrades v5 repositories to v7. ([#3648][]) ([#3682][]) - 7.20191009 fixed treatment of (larger/smaller)than in .gitattributes ([#3765][]) - The `cfg_text2git` procedure, as well the `--text-no-annex` option of [create][], now configure .gitattributes so that empty files are stored in git rather than annex. ([#3667][]) * tag '0.11.8': (27 commits) DOC: add CHANGELOG entry about mimetypes workaround, and regenerate changelog.rst RF: reuse fn*obscure* variables from test_archives for testing archives custom remote BF(TST,workaround): do not use ; in the test archive filenames Finalize changelog and boost version DOC: Adjust CHANGELOG for the fix of test RF(TST): use 'willgetshort' name to correctly reflect file behavior BF(TST): reflect the fact that since 7.20191009 file would jump from annex to git based on current size CHANGELOG.md: Add entry for gh-3667 CHANGELOG.md: First batch for 0.11.8 RF: simplify the expression for largefiles based on size ENH: exit with dedicated 99 exit code if installed annex is newer than -devel TST: known_failure_v6_or_later: Consider whether v5 is supported by git-annex BF(v7): gitrepo: Avoid adding files to annex BF: 3rdparty_analysis_workflow: Make example compatible with v6+ ENH: annexrepo: Give more informative assertion error BF: annexrepo: Skip empty lines when expecting one output line TST: create: Adjust --text-no-annex test for aa6b8dc ENH: add file size rule to --text-no-annex TST: basic test for empty files in text2git ds ENH: exclude empty files from being annexed after text2git ...
Python issue: https://bugs.python.org/issue38449
Closes #3769
TODO: