-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
internal/goexperiment: remove CoverageRedesign some time in 1.23 #55953
Comments
I guess the title should be updated too |
Thanks. Updated. |
Removing the experiment didn't make the 1.21 release, there are still some bugfix CLs not yet submitted (e.g. 495446, 495447, and 495452). Once those go in I should be in a better position to get rid of the experiment. |
@thanm Is this likely to be removed in 1.22, or bumped to 1.23? (I tried to find links to the issues you included, 495446, 495447, and 495452, but was unsuccessful) |
Hi @tombrown52, Thanks for the note. That last comment I posted was a bit cryptic, sorry about that. "495446, 495447, and 495452" are Gerrit CLs, not issues. These CLs have now been merged, and bugs they were intended to address have been closed. More details with links: CLs 495446 and 495447 are for issues #18909 and #24570. CL 495452 is for issue #58770. My intent was to have these fixed early in this cycle, but for a variety of reasons this didn't happen. As a result we're going to bump the deletion of GOEXPERIMENT=coverageredesign until the next release; with less than a month to go before the freeze, it is better to wait until early in the next cycle. |
@thanm Thanks for the update! |
Bumping milestone to 1.23 |
I have generated packages in my monorepo that I don't want to include in the coverage report. With If this is removed, how can I remove specific packages from the coverage? For example, I would like to ignore all packages within the paths:
Is it possible to do that configuration in the |
Hi, I'm not able to tell if this issue has been resolved or is tracked elsewhere, but if we don't set
I believe the error originates from here: go/src/cmd/go/internal/test/test.go Line 1411 in b5a64ba
It seems there is some edge case in the coverage redesign where |
@begelundmuller thanks for the report. The problem you posted about is being tracked in #65653. |
Please don't remove |
I have a fix out for #65570, but at this point it is too late to be removing this experiment in 1.23, bumping to 1.24. |
@thanm Probably, the title should be updated too |
This is a tracking issue to remove the "CoverageRedesign" GOEXPERIMENT some time in the Go 1.21 release; at that point hopefully any remaining (potential) bugs/issues with the new coverage design will be ironed out, and we will no longer need the GOEXPERIMENT=nocoverageredesign fallback.
@thanm
The text was updated successfully, but these errors were encountered: