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
TestEmbedEtcd
https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/etcd-io_etcd/19168/pull-etcd-integration-4-cpu-amd64/1878113519820345344
=== FAIL: integration/embed TestEmbedEtcd (2.17s) ================== WARNING: DATA RACE Write at 0x00c000346760 by goroutine 132: runtime.racewrite() <autogenerated>:1 +0x1e go.etcd.io/etcd/server/v3/embed.(*Etcd).Close() /home/prow/go/src/github.com/etcd-io/etcd/server/embed/etcd.go:460 +0xddc go.etcd.io/etcd/tests/v3/integration/embed_test.TestEmbedEtcd() /home/prow/go/src/github.com/etcd-io/etcd/tests/integration/embed/embed_test.go:120 +0x14d1 testing.tRunner() /usr/local/go/src/testing/testing.go:[169](https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/etcd-io_etcd/19168/pull-etcd-integration-4-cpu-amd64/1878113519820345344#1:build-log.txt%3A169)0 +0x226 testing.(*T).Run.gowrap1() /usr/local/go/src/testing/testing.go:1743 +0x44 Previous read at 0x00c000346760 by goroutine 282: runtime.raceread() <autogenerated>:1 +0x1e go.etcd.io/etcd/server/v3/embed.(*Etcd).errHandler() /home/prow/go/src/github.com/etcd-io/etcd/server/embed/etcd.go:875 +0x6a go.etcd.io/etcd/server/v3/embed.(*Etcd).servePeers.func3() 25 skipped lines... testing.tRunner() /usr/local/go/src/testing/testing.go:1690 +0x226 testing.(*T).Run.gowrap1() /usr/local/go/src/testing/testing.go:[174](https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/etcd-io_etcd/19168/pull-etcd-integration-4-cpu-amd64/1878113519820345344#1:build-log.txt%3A174)3 +0x44 ================== testing.go:1399: race detected during execution of test
.
No response
The text was updated successfully, but these errors were encountered:
This should be introduced by #19139 where waitgroup.Add is put in goroutines hence it could be called before waitgroup.Close().
waitgroup.Add
waitgroup.Close()
Sorry, something went wrong.
Could you deliver a PR? thx
No branches or pull requests
Which Github Action / Prow Jobs are flaking?
https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/etcd-io_etcd/19168/pull-etcd-integration-4-cpu-amd64/1878113519820345344
Which tests are flaking?
.
Github Action / Prow Job link
No response
Reason for failure (if possible)
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: