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] Use param item formatter to avoid SetConfig to overlay (#39597) #39636

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

Conversation

congqixia
Copy link
Contributor

Cherry-pick from master
pr: #39597
Related to #39596

When updating the build param configuration, the Formatter could be used to do so and completed avoid touching the overlay config items


@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: congqixia

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

The pull request process is described 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

@sre-ci-robot sre-ci-robot added approved size/M Denotes a PR that changes 30-99 lines. labels Feb 5, 2025
@mergify mergify bot added dco-passed DCO check passed. kind/bug Issues or changes related a bug labels Feb 5, 2025
Copy link
Contributor

mergify bot commented Feb 5, 2025

@congqixia go-sdk check failed, comment rerun go-sdk can trigger the job again.

Copy link

codecov bot commented Feb 5, 2025

Codecov Report

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

Project coverage is 80.95%. Comparing base (7fb91d1) to head (7b07937).

Files with missing lines Patch % Lines
pkg/util/paramtable/autoindex_param.go 88.23% 1 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              2.5   #39636      +/-   ##
==========================================
- Coverage   80.97%   80.95%   -0.03%     
==========================================
  Files        1404     1404              
  Lines      198043   198043              
==========================================
- Hits       160361   160320      -41     
- Misses      32034    32061      +27     
- Partials     5648     5662      +14     
Components Coverage Δ
Client 78.26% <ø> (ø)
Core 69.48% <ø> (ø)
Go 82.91% <88.23%> (-0.03%) ⬇️
Files with missing lines Coverage Δ
pkg/util/paramtable/autoindex_param.go 88.38% <88.23%> (ø)

... and 31 files with indirect coverage changes

…o#39597)

Related to milvus-io#39596

When updating the build param configuration, the `Formatter` could be
used to do so and completed avoid touching the `overlay` config items

---------

Signed-off-by: Congqi Xia <[email protected]>
Copy link
Contributor

mergify bot commented Feb 5, 2025

@congqixia go-sdk check failed, comment rerun go-sdk can trigger the job again.

@congqixia
Copy link
Contributor Author

rerun go-sdk

@mergify mergify bot added the ci-passed label Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved ci-passed 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