Skip to content

Comments

lens: move write-cache get/list into fstree section#3838

Merged
roman-khimov merged 1 commit intomasterfrom
3824-move-lens-write-cache-getlist-into-fstree
Feb 20, 2026
Merged

lens: move write-cache get/list into fstree section#3838
roman-khimov merged 1 commit intomasterfrom
3824-move-lens-write-cache-getlist-into-fstree

Conversation

@End-rey
Copy link
Contributor

@End-rey End-rey commented Feb 20, 2026

Closes #3824.

@End-rey End-rey self-assigned this Feb 20, 2026
@End-rey End-rey force-pushed the 3824-move-lens-write-cache-getlist-into-fstree branch 2 times, most recently from c376d3b to 8d7baff Compare February 20, 2026 13:55
Write-cache is nothing more but another FSTree now, so move lens commands `get`
and `list` to `fstree` section. Delete `write-cache` section, as it no longer
contains any commands.

Closes #3824.

Signed-off-by: Andrey Butusov <andrey@nspcc.io>
@codecov
Copy link

codecov bot commented Feb 20, 2026

Codecov Report

❌ Patch coverage is 0% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 25.59%. Comparing base (6c3123e) to head (8d7baff).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
cmd/neofs-lens/internal/fstree/list.go 0.00% 7 Missing ⚠️
cmd/neofs-lens/internal/fstree/root.go 0.00% 5 Missing ⚠️
cmd/neofs-lens/internal/fstree/get.go 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3838      +/-   ##
==========================================
- Coverage   25.59%   25.59%   -0.01%     
==========================================
  Files         668      667       -1     
  Lines       42936    42933       -3     
==========================================
- Hits        10991    10990       -1     
+ Misses      30942    30940       -2     
  Partials     1003     1003              

☔ 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.

@roman-khimov roman-khimov merged commit 696c3a8 into master Feb 20, 2026
20 of 22 checks passed
@roman-khimov roman-khimov deleted the 3824-move-lens-write-cache-getlist-into-fstree branch February 20, 2026 14:21
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.

Move lens write-cache get/list into fstree

2 participants