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 flaky cgo test failures #716

Merged
merged 1 commit into from
Sep 20, 2019
Merged

Fix flaky cgo test failures #716

merged 1 commit into from
Sep 20, 2019

Conversation

tpounds
Copy link
Contributor

@tpounds tpounds commented Sep 20, 2019

Fixes spurious test failures caused by overlapping printf format checks in staticcheck and go vet. In general, this is a concurrency issue which can happen with any linters that detect similar issues with different reporting formats.

see:
https://travis-ci.com/golangci/golangci-lint/jobs/236978712
https://travis-ci.com/golangci/golangci-lint/jobs/237582672

Fixes flaky cgo test failures caused by duplicate printf
format checks in staticcheck and go vet that use slightly
different reporting formats.
@jirfag jirfag merged commit a653032 into golangci:master Sep 20, 2019
@jirfag
Copy link
Contributor

jirfag commented Sep 20, 2019

thank you!

@tpounds tpounds deleted the fix-flaky-cgo-test branch September 20, 2019 18:22
@ldez ldez added this to the v1.19 milestone Mar 6, 2024
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.

3 participants