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

SNOW-1754426 Fix duplicated requestId and request_guid params #1224

Merged
merged 3 commits into from
Oct 24, 2024

Conversation

sfc-gh-pfus
Copy link
Collaborator

@sfc-gh-pfus sfc-gh-pfus commented Oct 22, 2024

Description

SNOW-1754426 While migrating from Nginx to Envoy it was observed that when session expired and request was retried after renewal, requestId and request_guid params where duplicated. The reason was that headers were added to existing value list instead of being replaced.

Checklist

  • Created tests which fail without the change (if possible)
  • Extended the README / documentation, if necessary

@sfc-gh-pfus sfc-gh-pfus force-pushed the SNOW-1754426-fix-duplicated-query-params branch from eb3e2b3 to 6c5907f Compare October 22, 2024 10:29
Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.79%. Comparing base (3d7a06c) to head (c052e5f).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1224      +/-   ##
==========================================
+ Coverage   82.78%   82.79%   +0.01%     
==========================================
  Files          55       55              
  Lines       13194    13194              
==========================================
+ Hits        10922    10924       +2     
+ Misses       2272     2270       -2     

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

@sfc-gh-pfus sfc-gh-pfus marked this pull request as ready for review October 22, 2024 12:26
@sfc-gh-pfus sfc-gh-pfus requested a review from a team as a code owner October 22, 2024 12:26
@sfc-gh-pfus sfc-gh-pfus merged commit 1a90e21 into master Oct 24, 2024
37 checks passed
@sfc-gh-pfus sfc-gh-pfus deleted the SNOW-1754426-fix-duplicated-query-params branch October 24, 2024 15:12
@github-actions github-actions bot locked and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants