-
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
testing: stream t.Log output as it happens #26270
Conversation
Stream output of t.Log in tests via fmt.Printf if -test.v is set Fixes golang#24929
Message from Ian Lance Taylor: Patch Set 1: Run-TryBot+1 I would have expected a corresponding change to test2json. Is that really not necessary? Please don’t reply on this GitHub thread. Visit golang.org/cl/122581. |
Message from Gobot Gobot: Patch Set 1: TryBots beginning. Status page: https://farmer.golang.org/try?commit=dd20f378 Please don’t reply on this GitHub thread. Visit golang.org/cl/122581. |
Message from Gobot Gobot: Patch Set 1: Build is still in progress... Consult https://build.golang.org/ to see whether it's a new failure. Other builds still in progress; subsequent failure notices suppressed until final report. Please don’t reply on this GitHub thread. Visit golang.org/cl/122581. |
4016de0
to
d2f663c
Compare
9092511
to
95c3348
Compare
Message from Gerrit User 26615: Patch Set 1: Friendly ping. Is this still active? Please don’t reply on this GitHub thread. Visit golang.org/cl/122581. |
Message from Gerrit User 5065: Patch Set 1: Jean, it's in state "wait-release" per https://github.com/golang/go/wiki/Go-Release-Cycle It'll reappear on people's radars (on our dashboards) once Go 1.11 is out. Please don’t reply on this GitHub thread. Visit golang.org/cl/122581. |
Message from Gerrit User 26615: Patch Set 1:
Apologies - should have been more clear. I was wondering whether the author still had this on their radar. If this is stale, I also have a PR. Don't want to step on toes if someone is actively working on the problem, though heh. :) Please don’t reply on this GitHub thread. Visit golang.org/cl/122581. |
0090c13
to
8fbbf63
Compare
Message from Gerrit User 13550: Patch Set 1: How does this relate to the other CL fixing this bug, https://go-review.googlesource.com/c/go/+/127120/? Should this CL be abandoned? Please don’t reply on this GitHub thread. Visit golang.org/cl/122581. |
Message from Gerrit User 14760: Patch Set 1:
We can abandon this one. The other one seems to have more traction. Please don’t reply on this GitHub thread. Visit golang.org/cl/122581. |
Stream output of t.Log in tests via fmt.Printf if -test.v is set
Fixes #24929