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

Bugfix: Call waitgroup.Add before any consumption on the waitgroup #945

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

wenyingd
Copy link
Contributor

@wenyingd wenyingd commented Dec 5, 2024

Fix: #944

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.49%. Comparing base (1cf8cb7) to head (31a36ef).
Report is 9 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            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              
Flag Coverage Δ
unit-tests 73.49% <100.00%> (+0.10%) ⬆️
Files with missing lines Coverage Δ
pkg/nsx/services/vpc/vpc.go 56.16% <100.00%> (+0.08%) ⬆️

... and 16 files with indirect coverage changes

Copy link
Contributor

@seanpang-vmware seanpang-vmware left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@timdengyun timdengyun left a comment

Choose a reason for hiding this comment

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

Thanks for fix!

@wenyingd
Copy link
Contributor Author

wenyingd commented Dec 5, 2024

/e2e

1 similar comment
@wenyingd
Copy link
Contributor Author

wenyingd commented Dec 6, 2024

/e2e

@wenyingd wenyingd merged commit 21d1300 into vmware-tanzu:main Dec 6, 2024
3 checks passed
wenyingd added a commit to wenyingd/nsx-operator that referenced this pull request Dec 6, 2024
wenyingd added a commit that referenced this pull request Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VPC initialization issue: waitgroup.Done is possibly called before Add
5 participants