-
Notifications
You must be signed in to change notification settings - Fork 20
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
Bugfix: Call waitgroup.Add before any consumption on the waitgroup #945
Conversation
… VPC service initialization
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #945 +/- ##
==========================================
+ Coverage 73.38% 73.49% +0.10%
==========================================
Files 109 108 -1
Lines 15248 15276 +28
==========================================
+ Hits 11190 11227 +37
+ Misses 3307 3298 -9
Partials 751 751
|
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
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.
Thanks for fix!
/e2e |
1 similar comment
/e2e |
… VPC service initialization (vmware-tanzu#945)
Fix: #944