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: [2.5]not enable rate limiter for restful v1 #39555

Open
wants to merge 1 commit into
base: 2.5
Choose a base branch
from

Conversation

smellthemoon
Copy link
Contributor

@smellthemoon smellthemoon commented Jan 23, 2025

issue: #39556
pr: #39553

@sre-ci-robot sre-ci-robot added the size/S Denotes a PR that changes 10-29 lines. label Jan 23, 2025
@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: smellthemoon
To complete the pull request process, please assign congqixia after the PR has been reviewed.
You can assign the PR to them by writing /assign @congqixia in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link
Contributor

mergify bot commented Jan 23, 2025

@smellthemoon Please associate the related pr of master to the body of your Pull Request. (eg. “pr: #”)

@mergify mergify bot added dco-passed DCO check passed. do-not-merge/missing-related-pr kind/bug Issues or changes related a bug labels Jan 23, 2025
Copy link
Contributor

mergify bot commented Jan 23, 2025

@smellthemoon Please associate the related issue to the body of your Pull Request. (eg. “issue: #”)

Copy link

codecov bot commented Jan 23, 2025

Codecov Report

Attention: Patch coverage is 33.33333% with 12 lines in your changes missing coverage. Please review.

Project coverage is 80.95%. Comparing base (6cdabd9) to head (3b31892).
Report is 1 commits behind head on 2.5.

Current head 3b31892 differs from pull request most recent head ef95e5a

Please upload reports for the commit ef95e5a to get more accurate results.

Files with missing lines Patch % Lines
...nternal/distributed/proxy/httpserver/handler_v1.go 0.00% 0 Missing and 6 partials ⚠️
internal/distributed/proxy/httpserver/utils.go 40.00% 2 Missing and 1 partial ⚠️
internal/proxy/rate_limit_interceptor.go 40.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              2.5   #39555      +/-   ##
==========================================
- Coverage   80.97%   80.95%   -0.02%     
==========================================
  Files        1404     1404              
  Lines      198032   198041       +9     
==========================================
- Hits       160347   160316      -31     
- Misses      32037    32070      +33     
- Partials     5648     5655       +7     
Components Coverage Δ
Client 78.26% <ø> (ø)
Core 69.48% <ø> (ø)
Go 82.91% <33.33%> (-0.03%) ⬇️
Files with missing lines Coverage Δ
internal/proxy/util.go 88.75% <100.00%> (-0.18%) ⬇️
internal/distributed/proxy/httpserver/utils.go 84.61% <40.00%> (-0.15%) ⬇️
internal/proxy/rate_limit_interceptor.go 89.61% <40.00%> (-3.55%) ⬇️
...nternal/distributed/proxy/httpserver/handler_v1.go 88.50% <0.00%> (ø)

... and 23 files with indirect coverage changes

@mergify mergify bot added the ci-passed label Jan 23, 2025
Signed-off-by: lixinguo <xinguo.li@zilliz.com>
@sre-ci-robot sre-ci-robot added size/M Denotes a PR that changes 30-99 lines. and removed size/S Denotes a PR that changes 10-29 lines. labels Jan 24, 2025
@mergify mergify bot removed the ci-passed label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dco-passed DCO check passed. kind/bug Issues or changes related a bug size/M Denotes a PR that changes 30-99 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants