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

Return Postponed if protected cache failed to open #1472

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

rustam-gamidov-here
Copy link
Collaborator

This allows read-only protected cache location at start. Later when there is a need to write to the protected cache it can be opened as mutable and it is going to be an error if we have no write permission at that time.

Relates-To: OLPEDGE-2858

Copy link

codecov bot commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (98b995a) 81.02% compared to head (67fe4c4) 81.39%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1472      +/-   ##
==========================================
+ Coverage   81.02%   81.39%   +0.38%     
==========================================
  Files         341      341              
  Lines       13279    13284       +5     
  Branches     1429     1431       +2     
==========================================
+ Hits        10758    10812      +54     
+ Misses       1938     1896      -42     
+ Partials      583      576       -7     

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

This allows read-only protected cache location at start. Later when
there is a need to write to the protected cache it can be opened as
mutable and it is going to be an error if we have no write permission
at that time.

Relates-To: OLPEDGE-2858
Signed-off-by: Rustam Gamidov <[email protected]>
@rustam-gamidov-here rustam-gamidov-here merged commit 3ed1708 into master Feb 13, 2024
14 checks passed
@rustam-gamidov-here rustam-gamidov-here deleted the rga/olpedge-2858-read-only-protected branch February 13, 2024 10:24
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