-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
testing: "=== PAUSE" lines do not change the test name for the next log line [1.15 backport] #40849
Labels
CherryPickApproved
Used during the release process for point releases
FrozenDueToAge
release-blocker
Milestone
Comments
gopherbot
added
the
CherryPickCandidate
Used during the release process for point releases
label
Aug 17, 2020
bcmills
changed the title
cmd/test2json: "=== PAUSE" lines erroneously change the current test name [1.15 backport]
testing: "=== PAUSE" lines do not change the test name for the next log line
Aug 17, 2020
bcmills
changed the title
testing: "=== PAUSE" lines do not change the test name for the next log line
testing: "=== PAUSE" lines do not change the test name for the next log line [1.15 backport]
Aug 17, 2020
Change https://golang.org/cl/249097 mentions this issue: |
Approved as this is a critical issue without any workaround. |
cagedmantis
added
the
CherryPickApproved
Used during the release process for point releases
label
Aug 28, 2020
gopherbot
removed
the
CherryPickCandidate
Used during the release process for point releases
label
Aug 28, 2020
gopherbot
pushed a commit
that referenced
this issue
Sep 1, 2020
…tive test name We could instead fix cmd/test2json to treat PAUSE lines as *not* changing the active test name, but that seems like it would be more confusing to humans, and also wouldn't fix tools that parse output using existing builds of cmd/test2json. Fixes #40849 Updates #40657 Change-Id: I937611778f5b1e7dd1d6e9f44424d7e725a589ed Reviewed-on: https://go-review.googlesource.com/c/go/+/248727 Run-TryBot: Bryan C. Mills <bcmills@google.com> Reviewed-by: Jean de Klerk <deklerk@google.com> (cherry picked from commit cdc77d3) Reviewed-on: https://go-review.googlesource.com/c/go/+/249097 TryBot-Result: Gobot Gobot <gobot@golang.org>
Closed by merging 0ffc567 to release-branch.go1.15. |
claucece
pushed a commit
to claucece/go
that referenced
this issue
Oct 22, 2020
…tive test name We could instead fix cmd/test2json to treat PAUSE lines as *not* changing the active test name, but that seems like it would be more confusing to humans, and also wouldn't fix tools that parse output using existing builds of cmd/test2json. Fixes golang#40849 Updates golang#40657 Change-Id: I937611778f5b1e7dd1d6e9f44424d7e725a589ed Reviewed-on: https://go-review.googlesource.com/c/go/+/248727 Run-TryBot: Bryan C. Mills <bcmills@google.com> Reviewed-by: Jean de Klerk <deklerk@google.com> (cherry picked from commit cdc77d3) Reviewed-on: https://go-review.googlesource.com/c/go/+/249097 TryBot-Result: Gobot Gobot <gobot@golang.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
CherryPickApproved
Used during the release process for point releases
FrozenDueToAge
release-blocker
@bcmills requested issue #40657 to be considered for backport to the next 1.15 minor release.
The text was updated successfully, but these errors were encountered: