-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🌱 Add unit tests for reconcile_state, cluster_controller, & conditions #9380
🌱 Add unit tests for reconcile_state, cluster_controller, & conditions #9380
Conversation
/area testing |
c4154d1
to
e49f1ea
Compare
34bced2
to
60d9728
Compare
/retest |
b0cebed
to
a95dcd0
Compare
dfdb378
to
1995bf2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should help to fix this test
internal/controllers/topology/cluster/cluster_controller_test.go
Outdated
Show resolved
Hide resolved
cdf0877
to
12cd28d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
LGTM label has been added. Git tree hash: 61f6cf78bcc0bbae17a61e4192cd7c59215e34d6
|
96fa559
to
8560925
Compare
/lgtm for squashing-verification 😂 |
LGTM label has been added. Git tree hash: d18e2a5b7bf32e8a7a2fd53235a0a97f2de97c1c
|
/lgtm pending squash |
8560925
to
53b84a3
Compare
@willie-yao Thank you very much!! Really appreciate it, a lot of annoying work :) /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 |
53b84a3
to
1ae8a33
Compare
/lgtm |
LGTM label has been added. Git tree hash: 85bf39df5c08e1893a73c82f774e67fc0fe71151
|
What this PR does / why we need it:
This PR adds tests for the new ClusterClass MachinePool implementation for the following files:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes part of #5991
/area testing