k3s/pkg/util/httpstream/spdy
Kubernetes Submit Queue ec5b204573 Merge pull request #28816 from xiangpengzhao/add_test_comment
Automatic merge from submit-queue

Unset https_proxy before roundtripper_test

When running `hack/test-go.sh`, if the testing env is behind a https proxy, roundtripper_test will fail randomly.

After `unset https_proxy`, the testing works well. So, add a comment to be a troubleshooting tip.

Fail info:

```
--- FAIL: TestRoundTripAndNewConnection (0.12s)
	roundtripper_test.go:319: proxied http->http: shouldError=false, got true: Get http://127.0.0.1:46711: unexpected EOF
FAIL
FAIL	k8s.io/kubernetes/pkg/util/httpstream/spdy	0.148s
```

```
--- FAIL: TestRoundTripAndNewConnection (0.12s)
	roundtripper_test.go:319: proxied https with auth (valid hostname + RootCAs) -> http: shouldError=false, got true: Get http://127.0.0.1:41028: unexpected EOF
FAIL
FAIL	k8s.io/kubernetes/pkg/util/httpstream/spdy	0.146s
```
2016-08-23 00:19:37 -07:00
..
connection.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
connection_test.go pkg/various: plug leaky time.New{Timer,Ticker}s 2016-07-26 06:20:31 +02:00
roundtripper.go Merge pull request #28204 from thockin/cleanup-third_party 2016-07-07 12:13:14 -07:00
roundtripper_test.go Unset https_proxy before roundtripper_test 2016-07-11 22:34:44 -04:00
upgrade.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
upgrade_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00