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

test/cmd/admin.sh: error getting client flake #8946

Closed
0xmichalis opened this issue May 19, 2016 · 4 comments
Closed

test/cmd/admin.sh: error getting client flake #8946

0xmichalis opened this issue May 19, 2016 · 4 comments
Assignees
Labels
area/tests kind/test-flake Categorizes issue or PR as related to test flakes. priority/P2

Comments

@0xmichalis
Copy link
Contributor

0xmichalis commented May 19, 2016

https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_check/1002/consoleFull#116506536856c25df4e4b05b79524e5d52

registry daemonset: ok
Running test/cmd/admin.sh:309: executing 'oadm registry --dry-run' expecting failure and text 'does not exist'...
FAILURE after 1.047s: test/cmd/admin.sh:309: executing 'oadm registry --dry-run' expecting failure and text 'does not exist': the output content test failed
There was no output from the command.
Standard error from the command:
error: error getting client: Get https://127.0.0.1:28443/api: dial tcp 127.0.0.1:28443: connection refused
!!! Error in /data/src/github.com/openshift/origin/test/cmd/../../hack/cmd_util.sh:225
    'return "${return_code}"' exited with status 1
Call stack:
    1: /data/src/github.com/openshift/origin/test/cmd/../../hack/cmd_util.sh:225 os::cmd::expect_failure_and_text(...)
    2: /data/src/github.com/openshift/origin/test/cmd/admin.sh:309 main(...)
Exiting with status 1
!!! Error in hack/test-cmd.sh:339

Just after the daemon set test which looks suspicious

cc: @pweil- @deads2k

@pweil-
Copy link
Contributor

pweil- commented May 19, 2016

I'd be more suspicious if it was saying that the registry already exists. Error dialing the local host seems unrelated though. I'll see if I can reproduce it.

@deads2k
Copy link
Contributor

deads2k commented May 19, 2016

I'd be more suspicious if it was saying that the registry already exists. Error dialing the local host seems unrelated though. I'll see if I can reproduce it.

Server panic doing something with the daemonset: https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_check/1002/artifact/origin/artifacts/test-cmd/logs/openshift.log

@pweil-
Copy link
Contributor

pweil- commented May 19, 2016

The DS controller is not handling DeletedFinalStateUnknown in the delete func of its store. Submitted kubernetes/kubernetes#25913

@pweil-
Copy link
Contributor

pweil- commented Sep 21, 2016

kubernetes/kubernetes#25913 was merged upstream and has since been pulled in via rebasing to correctly handle DeletedFinalStateUnknown

@pweil- pweil- closed this as completed Sep 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tests 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