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 a data race when handling concurrent resolver errors #705

Merged
merged 1 commit into from
May 14, 2019

Conversation

vektah
Copy link
Collaborator

@vektah vektah commented May 12, 2019

Applied the patch from #699 and wrote a test that lets the race detector find the issue.

Fixes #699

I have:

  • Added tests covering the bug / feature (see testing)
  • Updated any relevant documentation (see docs)

@vektah vektah merged commit ab961ce into master May 14, 2019
@vektah vektah deleted the fix-error-race branch May 14, 2019 11:16
@vektah vektah added the v0.9 Fixed in 0.9.0 label May 15, 2019
cgxxv pushed a commit to cgxxv/gqlgen that referenced this pull request Mar 25, 2022
Fix a data race when handling concurrent resolver errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v0.9 Fixed in 0.9.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Race condition setting invalid in generated code
1 participant