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
No data race
WARNING: DATA RACE Read at 0x00c0000b0040 by goroutine 469: archive/tar.(*regFileWriter).logicalRemaining() <autogenerated>:1 +0x38 archive/tar.(*Writer).Flush() /usr/local/go/src/archive/tar/writer.go:53 +0x5c archive/tar.(*Writer).Close() /usr/local/go/src/archive/tar/writer.go:478 +0xa4 github.com/GoogleContainerTools/skaffold/v2/pkg/skaffold/util.CreateTar.func1() /Users/main/Development/idsulik/skaffold/pkg/skaffold/util/tar.go:53 +0x34
cd pkg/skaffold/util
go test -race -count 5 ./
First seen here https://github.com/GoogleContainerTools/skaffold/actions/runs/7853592263/job/21433391917?pr=9307
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected behavior
No data race
Actual behavior
Information
Steps to reproduce the behavior
cd pkg/skaffold/util
go test -race -count 5 ./
First seen here https://github.com/GoogleContainerTools/skaffold/actions/runs/7853592263/job/21433391917?pr=9307
The text was updated successfully, but these errors were encountered: