Skip to content
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: push - do not call localsync unless annex #5051

Merged
merged 2 commits into from Oct 19, 2020

Conversation

yarikoptic
Copy link
Member

@yarikoptic yarikoptic commented Oct 18, 2020

Discovered by chance while troubleshooting failing
#5022
which due to "out of order" completion of get swapped datasets between
noannex and annexed. Was fund to debug (so added descriptive temp dirs suffixes) .... heh ;)

While at it spotted unused kwarg in _push. Removed - no need to keep and must not break anything

Discovered by chance while troubleshooting failing
datalad#5022
which due to "out of order" completion of get swapped datasets between
noannex and annexed.  Was fund to debug .... heh ;)
@codecov
Copy link

codecov bot commented Oct 18, 2020

Codecov Report

Merging #5051 into maint will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            maint    #5051      +/-   ##
==========================================
- Coverage   89.94%   89.90%   -0.04%     
==========================================
  Files         292      292              
  Lines       40834    40838       +4     
==========================================
- Hits        36727    36716      -11     
- Misses       4107     4122      +15     
Impacted Files Coverage Δ
datalad/core/distributed/push.py 89.11% <100.00%> (-0.05%) ⬇️
datalad/core/distributed/tests/test_push.py 98.00% <100.00%> (+0.02%) ⬆️
datalad/downloaders/http.py 81.85% <0.00%> (-2.71%) ⬇️
datalad/downloaders/tests/test_http.py 88.22% <0.00%> (-1.93%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c728888...26b58b1. Read the comment docs.

@yarikoptic yarikoptic added the merge-if-ok OP considers this work done, and requests review/merge label Oct 19, 2020
Copy link
Member

@mih mih left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thx!

@mih mih merged commit b79bf5b into datalad:maint Oct 19, 2020
@yarikoptic yarikoptic added this to the 0.13.5 milestone Dec 12, 2020
@yarikoptic yarikoptic deleted the bf-push-noannex branch April 29, 2021 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-if-ok OP considers this work done, and requests review/merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants