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

chore: remove instanceset's role probe #8578

Merged
merged 8 commits into from
Dec 10, 2024
Merged

Conversation

cjc7373
Copy link
Contributor

@cjc7373 cjc7373 commented Dec 4, 2024

As it's not used anywhere. Also closes #7720

@github-actions github-actions bot added the size/XL Denotes a PR that changes 500-999 lines. label Dec 4, 2024
Copy link

codecov bot commented Dec 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.81%. Comparing base (ee8938b) to head (3b8fbbc).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8578      +/-   ##
==========================================
+ Coverage   60.25%   60.81%   +0.56%     
==========================================
  Files         377      377              
  Lines       45849    45639     -210     
==========================================
+ Hits        27626    27757     +131     
+ Misses      15623    15301     -322     
+ Partials     2600     2581      -19     
Flag Coverage Δ
unittests 60.81% <100.00%> (+0.56%) ⬆️

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.

@cjc7373 cjc7373 marked this pull request as ready for review December 4, 2024 09:47
@cjc7373 cjc7373 requested review from free6om, a team, leon-inf and Y-Rookie as code owners December 4, 2024 09:47
@apecloud-bot apecloud-bot added the approved PR Approved Test label Dec 5, 2024
@apecloud-bot apecloud-bot removed the approved PR Approved Test label Dec 5, 2024
@cjc7373 cjc7373 force-pushed the support/remove-its-role-probe branch from 844df0d to 3b8fbbc Compare December 10, 2024 03:30
@cjc7373 cjc7373 requested a review from leon-inf December 10, 2024 05:06
@@ -52,7 +52,7 @@ var _ = Describe("pod role label event handler test", func() {
Namespace: pod.Namespace,
Name: pod.Name,
UID: pod.UID,
FieldPath: readinessProbeEventFieldPath,
FieldPath: lorryEventFieldPath,
Copy link
Contributor

Choose a reason for hiding this comment

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

lagacyReadinessProbeEventFieldPath?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This test tests PodRoleEventHandler's behaviour. IMO It doesn't matter which fieldpath to use.

@apecloud-bot apecloud-bot added the approved PR Approved Test label Dec 10, 2024
@cjc7373 cjc7373 merged commit ad4c4c2 into main Dec 10, 2024
37 checks passed
@cjc7373 cjc7373 deleted the support/remove-its-role-probe branch December 10, 2024 07:26
@github-actions github-actions bot added this to the Release 0.9.2 milestone Dec 10, 2024
@cjc7373
Copy link
Contributor Author

cjc7373 commented Dec 12, 2024

/cherry-pick release-1.0-beta

@apecloud-bot
Copy link
Collaborator

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

apecloud-bot pushed a commit that referenced this pull request Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved PR Approved Test size/XL Denotes a PR that changes 500-999 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Improvement] move the base image of custom role probe to the KubeBlocks repository
5 participants