-
Notifications
You must be signed in to change notification settings - Fork 192
Clusterbootstrap_controller should watch providers in core packages #3440
Conversation
* Update watches to include providers in core packages Signed-off-by: Vijay Katam <vkatam@vmware.com>
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.
Changes LGTM, thanks!
} | ||
err := k8sClient.Create(ctx, ns) | ||
if err != nil { | ||
Expect(apierrors.IsAlreadyExists(err)).To(BeTrue()) |
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.
Since BeforeEach
run on every start of It
, perhaps combine the 2 It
into 1 and separate with By
can avoid this duplicate creation error?
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.
I combined the 2 tests into one.
541f962
to
b58c36d
Compare
Signed-off-by: Vijay Katam <vkatam@vmware.com>
b58c36d
to
d92a034
Compare
Codecov Report
@@ Coverage Diff @@
## main #3440 +/- ##
==========================================
+ Coverage 52.94% 53.90% +0.95%
==========================================
Files 103 105 +2
Lines 10419 10664 +245
==========================================
+ Hits 5516 5748 +232
- Misses 4443 4450 +7
- Partials 460 466 +6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
…3440) * Clusterbootstrap_controller should watch providers in core packages * Update watches to include providers in core packages Signed-off-by: Vijay Katam <vkatam@vmware.com> * Fix test and update make target for verbose tests Signed-off-by: Vijay Katam <vkatam@vmware.com> Signed-off-by: Vijay Katam <vkatam@vmware.com>
Signed-off-by: Vijay Katam vkatam@vmware.com
What this PR does / why we need it
Update watches to include providers in core packages so that status updates are immediately propagated
Which issue(s) this PR fixes
Fixes #3477
Describe testing done for PR
Release note
Additional information
Special notes for your reviewer