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

Fix/object exist operation logs #2955

Merged
merged 3 commits into from
Oct 3, 2024

Conversation

carpawell
Copy link
Member

No description provided.

- there are no presents;
- object address is always a good thing in error logs.

Signed-off-by: Pavel Karpy <[email protected]>
No functional changes, but it prevents missing objects logs and stops execution
earlier. Also, add a test that claims that inhuming object twice is error-free
(exactly the case when strange logs used to appear before).

Signed-off-by: Pavel Karpy <[email protected]>
Copy link

codecov bot commented Oct 1, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 23.52%. Comparing base (fd9a0d6) to head (14c7426).
Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
pkg/local_object_storage/engine/inhume.go 66.66% 1 Missing ⚠️
pkg/local_object_storage/shard/errors.go 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2955      +/-   ##
==========================================
- Coverage   23.53%   23.52%   -0.01%     
==========================================
  Files         776      776              
  Lines       46606    46608       +2     
==========================================
- Hits        10967    10966       -1     
- Misses      34776    34778       +2     
- Partials      863      864       +1     

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

@cthulhu-rider cthulhu-rider merged commit f33949e into master Oct 3, 2024
19 of 21 checks passed
@cthulhu-rider cthulhu-rider deleted the fix/object-exist-operation-logs branch October 3, 2024 03:44
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.

3 participants