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

fstree: handle unsupported O_TMPFILE, fix #2609 #2624

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

roman-khimov
Copy link
Member

Probe it during Init.

@codecov
Copy link

codecov bot commented Oct 19, 2023

Codecov Report

Merging #2624 (982ae3c) into master (e8bc002) will decrease coverage by 0.59%.
Report is 11 commits behind head on master.
The diff coverage is 68.51%.

❗ Current head 982ae3c differs from pull request most recent head f35c0c6. Consider uploading reports for the commit f35c0c6 to get more accurate results

@@            Coverage Diff             @@
##           master    #2624      +/-   ##
==========================================
- Coverage   29.62%   29.04%   -0.59%     
==========================================
  Files         416      417       +1     
  Lines       31523    31560      +37     
==========================================
- Hits         9339     9166     -173     
- Misses      21372    21591     +219     
+ Partials      812      803       -9     
Files Coverage Δ
...d/blobovnicza-to-peapod/blobovnicza/blobovnicza.go 82.85% <ø> (ø)
cmd/blobovnicza-to-peapod/blobovnicza/control.go 73.91% <ø> (ø)
cmd/blobovnicza-to-peapod/blobovnicza/delete.go 79.16% <ø> (ø)
cmd/blobovnicza-to-peapod/blobovnicza/errors.go 100.00% <ø> (ø)
cmd/blobovnicza-to-peapod/blobovnicza/exists.go 100.00% <ø> (ø)
cmd/blobovnicza-to-peapod/blobovnicza/get.go 91.66% <ø> (ø)
cmd/blobovnicza-to-peapod/blobovnicza/id.go 0.00% <ø> (ø)
cmd/blobovnicza-to-peapod/blobovnicza/iterate.go 58.06% <ø> (ø)
cmd/blobovnicza-to-peapod/blobovnicza/put.go 83.33% <ø> (ø)
cmd/blobovnicza-to-peapod/blobovnicza/sizes.go 100.00% <ø> (ø)
... and 27 more

... and 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Probe it during Init.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
@roman-khimov roman-khimov changed the title fstree: handle unsupoorted O_TMPFILE, fix #2609 fstree: handle unsupported O_TMPFILE, fix #2609 Oct 23, 2023
@roman-khimov roman-khimov merged commit eb2b7d0 into master Oct 23, 2023
8 of 9 checks passed
@roman-khimov roman-khimov deleted the unsupported-tmpfile branch October 23, 2023 17:51
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.

None yet

2 participants