Skip to content

Add context.Context to Storage.SearchObjects and pass it through callers

24a19db
Select commit
Loading
Failed to load commit list.
Open

[WIP] Add context.Context as a param to engine's operations #3995

Add context.Context to Storage.SearchObjects and pass it through callers
24a19db
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 20, 2026 in 0s

28.33% (+0.00%) compared to 84ededb

View this Pull Request on Codecov

28.33% (+0.00%) compared to 84ededb

Details

Codecov Report

❌ Patch coverage is 44.91018% with 92 lines in your changes missing coverage. Please review.
✅ Project coverage is 28.33%. Comparing base (84ededb) to head (24a19db).

Files with missing lines Patch % Lines
pkg/services/object/server.go 30.76% 9 Missing ⚠️
pkg/services/object/get/ec.go 20.00% 8 Missing ⚠️
pkg/services/object/get/get.go 20.00% 8 Missing ⚠️
pkg/services/object/get/util.go 0.00% 7 Missing ⚠️
cmd/neofs-node/object.go 0.00% 6 Missing ⚠️
pkg/services/policer/ec.go 37.50% 3 Missing and 2 partials ⚠️
pkg/local_object_storage/engine/get.go 50.00% 4 Missing ⚠️
pkg/core/object/fmt.go 70.00% 3 Missing ⚠️
pkg/services/object/acl/eacl/v2/opts.go 0.00% 3 Missing ⚠️
pkg/services/policer/check.go 72.72% 1 Missing and 2 partials ⚠️
... and 25 more
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3995   +/-   ##
=======================================
  Coverage   28.33%   28.33%           
=======================================
  Files         681      681           
  Lines       45753    45762    +9     
=======================================
+ Hits        12964    12968    +4     
- Misses      31556    31560    +4     
- Partials     1233     1234    +1     

☔ View full report in Codecov by Sentry.
📢 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.