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

🐛 (catalogd) Don't write to header after checking for Preconditions #1710

Conversation

anik120
Copy link
Contributor

@anik120 anik120 commented Feb 5, 2025

checkPreconditions already writes http.StatusNotModified to the writer. It also writes http.StatusPreconditionFailed in certain cases. Writing again could overwrite the status written by checkPreconditions. This PR fixes the issue.

Refers the source for correct usage.

Additionally un-exports previously exported function/variable in the copied code from net/http.

Signed-off-by: Anik Bhattacharjee [email protected]

Description

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

@anik120 anik120 requested a review from a team as a code owner February 5, 2025 15:10
Copy link

netlify bot commented Feb 5, 2025

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit beb5f63
🔍 Latest deploy log https://app.netlify.com/sites/olmv1/deploys/67a3b08eb92a4e00083c6e7c
😎 Deploy Preview https://deploy-preview-1710--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@anik120 anik120 force-pushed the metas-endpoint-checkprecondition-fix branch from aab0229 to 6194070 Compare February 5, 2025 15:10
Copy link

codecov bot commented Feb 5, 2025

Codecov Report

Attention: Patch coverage is 83.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 67.64%. Comparing base (b73874e) to head (beb5f63).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...talogd/internal/storage/http_precoditions_check.go 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1710      +/-   ##
==========================================
- Coverage   67.66%   67.64%   -0.03%     
==========================================
  Files          59       59              
  Lines        4991     4991              
==========================================
- Hits         3377     3376       -1     
- Misses       1367     1368       +1     
  Partials      247      247              
Flag Coverage Δ
e2e 53.38% <ø> (ø)
unit 55.39% <83.33%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@camilamacedo86
Copy link
Contributor

Hi @anik120

is that rebased with main?
Because it is failing for we square the leader election, I am not sure if it has the change that was supposed to help on it. Could you please rebase it with main?

`checkPreconditions` already writes http.StatusNotModified to the writer.
It also writes http.StatusPreconditionFailed in certain cases. Writing again
could overwrite the status written by `checkPreconditions`. This PR fixes the
issue.

Refers [the source](https://cs.opensource.google/go/go/+/master:src/net/http/fs.go;l=271-274) for correct usage.

Signed-off-by: Anik Bhattacharjee <[email protected]>
@anik120 anik120 force-pushed the metas-endpoint-checkprecondition-fix branch from 6194070 to beb5f63 Compare February 5, 2025 18:40
@anik120
Copy link
Contributor Author

anik120 commented Feb 5, 2025

@camilamacedo86 rebased and pushed, let's see if that solves the problem

Copy link
Contributor

@camilamacedo86 camilamacedo86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

It shows fine for me 👍

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Feb 5, 2025
@joelanford joelanford added this pull request to the merge queue Feb 5, 2025
Merged via the queue into operator-framework:main with commit dcf50b8 Feb 5, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants