cmd/go: test coverage command fails after update to v1.22 #66211
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Go version
go version go1.22.1 linux/amd64
Output of
go env
in your module/workspace:What did you do?
We recently updated etcd-io/etcd to use Go v1.22. However, we noticed that the coverage workflow started failing. Pinpointing the issue, the following command fails to execute:
This is an example failure run (which contains the full logs): https://github.com/etcd-io/etcd/actions/runs/8201796236/job/22431264170
What did you see happen?
Running the previous command shows some errors regarding opening the coverage metadata for the passed
coverpkg
s:The command finishes with an exit code 1.
What did you expect to see?
The command should execute without errors.
If I run it with
GOEXPERIMENT=nocoverageredesign
. It works as it used to work with Go 1.21.8.The text was updated successfully, but these errors were encountered: