Skip to content
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

cmd test flake: Unable to connect to the server: net/http: request canceled #14214

Closed
miminar opened this issue May 16, 2017 · 1 comment
Closed
Assignees
Labels
kind/test-flake Categorizes issue or PR as related to test flakes. priority/P2

Comments

@miminar
Copy link

miminar commented May 16, 2017

Running test/cmd/timeout.sh:16: executing 'oc get dc node -w --request-timeout=1s 2>&1' expecting success and text 'Timeout exceeded while reading body'...
FAILURE after 1.566s: test/cmd/timeout.sh:16: executing 'oc get dc node -w --request-timeout=1s 2>&1' expecting success and text 'Timeout exceeded while reading body': the command returned the wrong error code; the output content test failed
Standard output from the command:
Unable to connect to the server: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
There was no error output from the command.
[ERROR] PID 12840: hack/lib/cmd.sh:241: `return "${return_code}"` exited with status 1.
[INFO] 		Stack Trace: 
[INFO] 		  1: hack/lib/cmd.sh:241: `return "${return_code}"`
[INFO] 		  2: test/cmd/timeout.sh:16: os::cmd::expect_success_and_text
[INFO]   Exiting with code 1.

Heppened here https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/1445/consoleFull#68254940656c25df4e4b05b79524e5d52

@bparees
Copy link
Contributor

bparees commented Feb 6, 2018

not seen in almost a year.

seems like the --request-timeout probably should have been increased, so if this recurs maybe someone should do that.

/close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/test-flake Categorizes issue or PR as related to test flakes. priority/P2
Projects
None yet
Development

No branches or pull requests

3 participants