]> Cypherpunks repositories - gostls13.git/commit
cmd/go: set GIT_TRACE_CURL for tests on builders
authorBryan C. Mills <bcmills@google.com>
Tue, 31 May 2022 21:03:29 +0000 (17:03 -0400)
committerBryan Mills <bcmills@google.com>
Wed, 1 Jun 2022 02:37:46 +0000 (02:37 +0000)
commit8a56c7742d96c8ef8e8dcecaf3d1c0e9f022f708
treecbc4574410850d34d03866fa6d691bed705f92f8
parent085529bd5fa3ab508784f6a3d42f15d2dafddc65
cmd/go: set GIT_TRACE_CURL for tests on builders

We have noticed a pattern of connection timeouts connecting to
github.com on the builders. Adding tracing may shed some light on the
underlying cause.

For #52545.

Change-Id: Ic73b494be9a3ea8ce3c7631ee8f62bd3d0d8e7bd
Reviewed-on: https://go-review.googlesource.com/c/go/+/409575
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/go/go_test.go
src/cmd/go/script_test.go