Skip to content

Conversation

leon-inf
Copy link
Contributor

No description provided.

@leon-inf leon-inf requested a review from a team as a code owner July 31, 2025 09:28
@apecloud-bot
Copy link
Collaborator

Auto Cherry-pick Instructions

Usage:
  - /nopick: Not auto cherry-pick when PR merged.
  - /pick: release-x.x [release-x.x]: Auto cherry-pick to the specified branch when PR merged.

Example:
  - /nopick
  - /pick release-1.0

@github-actions github-actions bot added the size/M Denotes a PR that changes 30-99 lines. label Jul 31, 2025
@leon-inf
Copy link
Contributor Author

/pick release-1.0

@apecloud-bot apecloud-bot added the pick-1.0 Auto cherry-pick to release-1.0 when PR merged label Jul 31, 2025
@leon-inf leon-inf force-pushed the support/refine-manager-configs branch from c316595 to 314221f Compare July 31, 2025 09:40
Copy link

codecov bot commented Jul 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.95%. Comparing base (1988a50) to head (780a27c).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9587      +/-   ##
==========================================
+ Coverage   59.83%   59.95%   +0.11%     
==========================================
  Files         518      518              
  Lines       56345    56359      +14     
==========================================
+ Hits        33712    33788      +76     
+ Misses      19619    19561      -58     
+ Partials     3014     3010       -4     
Flag Coverage Δ
unittests 59.95% <100.00%> (+0.11%) ⬆️

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

flag.String(leaderElectIDFlagKey.String(), "001c317f",
"The leader election ID prefix for controller manager. "+
"This ID must be unique to controller manager.")
flag.Duration(leaderElectLeaseDurationFlagKey.String(), time.Duration(15),
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggest using flag.Int() instead. For flag.Duration(), it allows users to set a duration like "1m20s", and "15" actually means 15 nanoseconds. Using flag.Int() is more idiomatic, if its default unit is "seconds".

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@leon-inf leon-inf force-pushed the support/refine-manager-configs branch from 314221f to 3fda809 Compare August 4, 2025 07:27
@github-actions github-actions bot added size/L Denotes a PR that changes 100-499 lines. and removed size/M Denotes a PR that changes 30-99 lines. labels Aug 4, 2025
@leon-inf leon-inf force-pushed the support/refine-manager-configs branch from 3fda809 to 32d7d80 Compare August 4, 2025 07:33
@leon-inf leon-inf force-pushed the support/refine-manager-configs branch from 32d7d80 to 780a27c Compare August 4, 2025 07:36
@leon-inf leon-inf added this to the Release 1.1.0 milestone Aug 4, 2025
@apecloud-bot apecloud-bot added the approved PR Approved Test label Aug 4, 2025
@leon-inf
Copy link
Contributor Author

leon-inf commented Aug 4, 2025

/approve

@leon-inf leon-inf merged commit b63d94b into main Aug 4, 2025
44 checks passed
@leon-inf leon-inf deleted the support/refine-manager-configs branch August 4, 2025 08:13
@apecloud-bot
Copy link
Collaborator

/cherry-pick release-1.0

@apecloud-bot
Copy link
Collaborator

🤖 says: cherry pick action finished successfully 🎉!
See: https://github.com/apecloud/kubeblocks/actions/runs/16717732264

apecloud-bot pushed a commit that referenced this pull request Aug 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved PR Approved Test pick-1.0 Auto cherry-pick to release-1.0 when PR merged size/L Denotes a PR that changes 100-499 lines.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] KubeBlocks Pod CrashLoopBackOff Create a large number of PG clusters

3 participants