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

Use existing files on disk instead of pushing afresh #125

Merged
merged 3 commits into from
Mar 1, 2024

Conversation

r-ash
Copy link
Contributor

@r-ash r-ash commented Feb 7, 2024

Noticed this when doing the Python impl, in particular here mrc-ide/pyorderly#33 (comment)

We have logic which checks if a file is already known on disk somewhere and then adds this into a temporary filestore. We are not then removing that from the list of files to fetch from the location. I've added a test which checks this case and updated this

Note this is failing due to an outpack_server change, Mantra has included the fix for this on his PR #122 so we should merge this after that

@r-ash r-ash requested a review from richfitz February 7, 2024 10:28
Copy link
Member

@richfitz richfitz left a comment

Choose a reason for hiding this comment

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

Sorry

R/location.R Outdated Show resolved Hide resolved
@r-ash r-ash requested a review from richfitz February 22, 2024 18:01
@r-ash r-ash force-pushed the use-files-from-disk branch from c5dd3fb to 536077f Compare February 29, 2024 16:07
Copy link

codecov bot commented Feb 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (4a060c1) to head (fb4655d).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #125   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           40        40           
  Lines         3621      3626    +5     
=========================================
+ Hits          3621      3626    +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@r-ash r-ash merged commit 2cf7d79 into main Mar 1, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants