Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Update the logic for checking if a blob exist before uploading #2503

Merged
merged 4 commits into from
Oct 12, 2022

Conversation

chkeita
Copy link
Contributor

@chkeita chkeita commented Oct 11, 2022

Summary of the Pull Request

This fix is related to the az_copy issue. The files in the crash container are being constantly rewritten even if they are not supposed to.
This PR changes the method for detecting duplicates by setting the "If-None-Match header to * as per the documentation
related to #2160

@codecov-commenter
Copy link

codecov-commenter commented Oct 11, 2022

Codecov Report

Merging #2503 (06c9292) into main (71a915c) will increase coverage by 0.00%.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main    #2503   +/-   ##
=======================================
  Coverage   29.99%   29.99%           
=======================================
  Files         289      289           
  Lines       35394    35389    -5     
=======================================
  Hits        10615    10615           
+ Misses      24779    24774    -5     
Impacted Files Coverage Δ
src/agent/onefuzz/src/uploader.rs 0.00% <0.00%> (ø)
src/agent/onefuzz-task/src/tasks/task_logger.rs 44.37% <0.00%> (+0.25%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@chkeita chkeita enabled auto-merge (squash) October 12, 2022 02:53
@chkeita chkeita merged commit 9e5006f into microsoft:main Oct 12, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Nov 11, 2022
@chkeita chkeita linked an issue Dec 16, 2022 that may be closed by this pull request
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Non fatal errors in azcopy are causing a failure of the tasks
3 participants