We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WARNING: DATA RACE Write at 0x00c000055660 by goroutine 87: github.com/coder/coder/provisioner/terraform_test.TestProvision_Cancel.func1() /home/runner/work/coder/coder/provisioner/terraform/provision_test.go:103 +0x232 testing.tRunner() /opt/hostedtoolcache/go/1.18.5/x64/src/testing/testing.go:1439 +0x213 testing.(*T).Run.func1() /opt/hostedtoolcache/go/1.18.5/x64/src/testing/testing.go:1486 +0x47 Previous write at 0x00c000055660 by goroutine 86: github.com/coder/coder/provisioner/terraform_test.TestProvision_Cancel.func1() /home/runner/work/coder/coder/provisioner/terraform/provision_test.go:103 +0x232 testing.tRunner() /opt/hostedtoolcache/go/1.18.5/x64/src/testing/testing.go:1439 +0x213 testing.(*T).Run.func1() /opt/hostedtoolcache/go/1.18.5/x64/src/testing/testing.go:1486 +0x47 Goroutine 87 (running) created at: testing.(*T).Run() /opt/hostedtoolcache/go/1.18.5/x64/src/testing/testing.go:1486 +0x724 github.com/coder/coder/provisioner/terraform_test.TestProvision_Cancel() /home/runner/work/coder/coder/provisioner/terraform/provision_test.go:95 +0x6f5 testing.tRunner() /opt/hostedtoolcache/go/1.18.5/x64/src/testing/testing.go:1439 +0x213 testing.(*T).Run.func1() /opt/hostedtoolcache/go/1.18.5/x64/src/testing/testing.go:1486 +0x47 Goroutine 86 (running) created at: testing.(*T).Run() /opt/hostedtoolcache/go/1.18.5/x64/src/testing/testing.go:1486 +0x724 github.com/coder/coder/provisioner/terraform_test.TestProvision_Cancel() /home/runner/work/coder/coder/provisioner/terraform/provision_test.go:95 +0x6f5 testing.tRunner() /opt/hostedtoolcache/go/1.18.5/x64/src/testing/testing.go:1439 +0x213 testing.(*T).Run.func1() /opt/hostedtoolcache/go/1.18.5/x64/src/testing/testing.go:1486 +0x47 ==================
c.f. https://github.com/coder/coder/actions/runs/2885899296/attempts/1
The text was updated successfully, but these errors were encountered:
fix: Shadow err in TestProvision_Cancel to fix test race
77fb224
Fixes #3574
fix: Shadow err in TestProvision_Cancel to fix test race (#3579)
3fdae47
mafredri
Successfully merging a pull request may close this issue.
c.f. https://github.com/coder/coder/actions/runs/2885899296/attempts/1
The text was updated successfully, but these errors were encountered: