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

fix: module context errors should not cause a negative wait group #1998

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

matt2e
Copy link
Collaborator

@matt2e matt2e commented Jul 8, 2024

We were catching multiple calls for wg.Done() in the success case, but when an error was hit

@matt2e matt2e requested a review from alecthomas as a code owner July 8, 2024 01:54
@matt2e matt2e requested review from a team and deniseli and removed request for a team July 8, 2024 01:54
@ftl-robot ftl-robot mentioned this pull request Jul 8, 2024
@matt2e matt2e force-pushed the matt2e/wait-group-negative branch from 2292389 to 49970ef Compare July 8, 2024 03:02
@matt2e matt2e force-pushed the matt2e/wait-group-negative branch from 49970ef to fa4fd72 Compare July 10, 2024 02:32
@matt2e matt2e enabled auto-merge (squash) July 10, 2024 02:32
@matt2e matt2e merged commit a8bc627 into main Jul 10, 2024
49 checks passed
@matt2e matt2e deleted the matt2e/wait-group-negative branch July 10, 2024 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants