kubernetes/test
Kubernetes Submit Queue 587cbaf988 Merge pull request #36410 from Random-Liu/avoid-printing-test-result-twice
Automatic merge from submit-queue

Node E2E: Avoid printing test result twice.

This is a problem since long time ago.

`RunSshCommand` includes the command output to the error. If the command running the test fails, the test output will also be included in the error. [The runner prints both the test output and the error](https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/runner/remote/run_remote.go#L270), which leads the test result to be printed twice. (See the [test result](https://storage.googleapis.com/kubernetes-jenkins/logs/kubelet-gce-e2e-ci/10968/build-log.txt) on node tmp-node-e2e-af900a4d-e2e-node-ubuntu-trusty-docker9-v1-image)

This PR changes `RunSshCommand` not to put command output into the error, and leave the caller to decide how to deal with command output when the command fails.
2016-11-16 02:23:12 -08:00
..
e2e Merge pull request #36793 from janetkuo/cockroachdb-e2e-test 2016-11-16 01:07:41 -08:00
e2e_node Merge pull request #36410 from Random-Liu/avoid-printing-test-result-twice 2016-11-16 02:23:12 -08:00
fixtures Fix typos and linted_packages sorting 2016-10-31 18:31:08 +01:00
images Change dnsutils image to use alpine 2016-11-14 13:50:51 -08:00
integration Merge pull request #36134 from liggitt/kubelet-auth-cleanup 2016-11-06 08:33:04 -08:00
kubemark Fix non-default etcd image handling in kubemark 2016-11-08 08:29:39 +01:00
list Improve update_owners.py username detection and error message. 2016-10-28 13:23:19 -07:00
soak serve_hostnames: fix compilation 2016-10-25 09:27:17 -07:00
utils Merge pull request #35204 from gmarek/node-affinity 2016-11-03 05:09:12 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
test_owners.csv Merge pull request #35811 from dashpole/garbage_collect_testing 2016-11-15 11:22:52 -08:00