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

Extended.deploymentconfigs with multiple image change triggers #13821

Closed
sosiouxme opened this issue Apr 19, 2017 · 5 comments
Closed

Extended.deploymentconfigs with multiple image change triggers #13821

sosiouxme opened this issue Apr 19, 2017 · 5 comments
Assignees
Labels
kind/test-flake Categorizes issue or PR as related to test flakes. priority/P2

Comments

@sosiouxme
Copy link
Member

First test flake - second is known.

Extended.deploymentconfigs with multiple image change triggers [Conformance] should run a successful deployment with a trigger used by different containers
https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_openshift_ansible/253/consoleFull#-62810337056cbb9a5e4b02b88ae8c2f77

@sosiouxme sosiouxme added the kind/test-flake Categorizes issue or PR as related to test flakes. label Apr 19, 2017
@0xmichalis
Copy link
Contributor

First seems known too

• Failure [72.576 seconds]
deploymentconfigs
/go/src/github.com/openshift/origin/test/extended/deployments/deployments.go:900
  with multiple image change triggers [Conformance]
  /go/src/github.com/openshift/origin/test/extended/deployments/deployments.go:390
    should run a successful deployment with a trigger used by different containers [It]
    /go/src/github.com/openshift/origin/test/extended/deployments/deployments.go:389

    Expected error:
        <*errors.StatusError | 0xc421637200>: {
            ErrStatus: {
                TypeMeta: {Kind: "", APIVersion: ""},
                ListMeta: {SelfLink: "", ResourceVersion: ""},
                Status: "Failure",
                Message: "the server has asked for the client to provide credentials (get deploymentConfigs example)",
                Reason: "Unauthorized",
                Details: {
                    Name: "example",
                    Group: "",
                    Kind: "deploymentConfigs",
                    Causes: [
                        {
                            Type: "UnexpectedServerResponse",
                            Message: "Unauthorized",
                            Field: "",
                        },
                    ],
                    RetryAfterSeconds: 0,
                },
                Code: 401,
            },
        }
        the server has asked for the client to provide credentials (get deploymentConfigs example)
    not to have occurred

@mfojtik
Copy link
Contributor

mfojtik commented Apr 20, 2017

@enj @liggitt i'm not sure if this is a deployment issue or something broken in the auth layer...

My guesses will be:

  1. the client dropped the config/token for some reason
  2. the bootstraping of roles haven't finished

do you guys have any other clues where to start looking?

@mfojtik
Copy link
Contributor

mfojtik commented Apr 20, 2017

Also it is interesting that this has been polling for 72s and then suddenly failed....
Are we running these tests in parallel? It seems like the oc is passed to the poll as reference, I wonder if something else is not mutating the client while this test runs...

@stevekuznetsov @smarterclayton

@stevekuznetsov
Copy link
Contributor

This is etcd falling over with a bad IO operation. See also #13067 and openshift-eng/aos-cd-jobs#169

@mfojtik
Copy link
Contributor

mfojtik commented May 29, 2017

@stevekuznetsov the etcd issue was fixed and I don't see any new occurences of this, closing this.

@mfojtik mfojtik closed this as completed May 29, 2017
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

4 participants