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

ThirdParty resources Simple Third Party creating/deleting thirdparty objects works [Conformance] {Kubernetes e2e suite} #32237

Closed
k8s-github-robot opened this issue Sep 7, 2016 · 4 comments · Fixed by #32302
Assignees
Labels
kind/flake Categorizes issue or PR as related to a flaky test. priority/backlog Higher priority than priority/awaiting-more-evidence.

Comments

@k8s-github-robot
Copy link

https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/15018/

Failed: ThirdParty resources Simple Third Party creating/deleting thirdparty objects works [Conformance] {Kubernetes e2e suite}

/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:134
Sep  7 14:58:43.497: Couldn't delete ns: "e2e-tests-thirdparty-dn7z5": unable to retrieve the complete list of server APIs: company.com/v1: the server could not find the requested resource (&discovery.ErrGroupDiscoveryFailed{Groups:map[unversioned.GroupVersion]error{unversioned.GroupVersion{Group:"company.com", Version:"v1"}:(*errors.StatusError)(0xc820cece80)}})
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:338
@k8s-github-robot k8s-github-robot added kind/flake Categorizes issue or PR as related to a flaky test. priority/backlog Higher priority than priority/awaiting-more-evidence. labels Sep 7, 2016
@ncdc
Copy link
Member

ncdc commented Sep 8, 2016

cc @derekwaynecarr @smarterclayton

@luxas
Copy link
Member

luxas commented Sep 8, 2016

Seems like the namespace creation/deletion process is flaky.
IIRC there have been some recent PRs touching this area, is that right?

@ncdc
Copy link
Member

ncdc commented Sep 8, 2016

We recently added code to try to expose the real underlying error for why the ns deletion fails. This is hopefully now showing it.

@derekwaynecarr
Copy link
Member

The issue is with TPR not integrated properly with the namespace controller. Creation of a new type requires a restart of the controller-manager given current state of the code. The test must be marked flaky until the state of the art is improved (which is not happening in 1.4).

k8s-github-robot pushed a commit that referenced this issue Sep 8, 2016
Automatic merge from submit-queue

Mark ThirdParty e2e tests flaky

The root issue:
Fixes #32296

The other related side-effect issues that this should resolve:

Fixes #32237
Fixes #32168
Fixes #32132
Fixes #32122
Fixes #32087
Fixes #32054
Fixes #32053
Fixes #32045
Fixes #32043
Fixes #32025

@lavalamp @pwittrock @ncdc @kubernetes/sig-api-machinery @brendandburns @smarterclayton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/flake Categorizes issue or PR as related to a flaky test. priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants