Skip to content

fix(worker): Avoid full index checkout on deletes - #4058

Merged
nellh merged 1 commit into
masterfrom
delete-fixes
Aug 11, 2026
Merged

fix(worker): Avoid full index checkout on deletes#4058
nellh merged 1 commit into
masterfrom
delete-fixes

Conversation

@nellh

@nellh nellh commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

This prevents an expensive checkout during a file delete mutation that would often lead to timeouts of the operation and failed deletes.

This prevents an expensive checkout during a file delete mutation that would often lead to timeouts of the operation and failed deletes.
@codecov

codecov Bot commented Aug 11, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 89.28571% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.92%. Comparing base (ead8d93) to head (3b7fdde).

Files with missing lines Patch % Lines
services/datalad/datalad_service/tasks/files.py 92.59% 2 Missing ⚠️
packages/openneuro-server/src/datalad/dataset.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4058      +/-   ##
==========================================
+ Coverage   48.89%   48.92%   +0.03%     
==========================================
  Files         686      686              
  Lines       38075    38102      +27     
  Branches     1897     1897              
==========================================
+ Hits        18616    18643      +27     
  Misses      19295    19295              
  Partials      164      164              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codecov

codecov Bot commented Aug 11, 2026

Copy link
Copy Markdown

Bundle Report

Bundle size has no change ✅

@nellh
nellh merged commit 6da1cbe into master Aug 11, 2026
18 checks passed
@nellh
nellh deleted the delete-fixes branch August 11, 2026 21:43
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.

1 participant