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

TestExecAdmit flake on travis #4924

Closed
liggitt opened this issue Oct 2, 2015 · 0 comments
Closed

TestExecAdmit flake on travis #4924

liggitt opened this issue Oct 2, 2015 · 0 comments
Assignees
Labels
area/tests kind/test-flake Categorizes issue or PR as related to test flakes. priority/P2

Comments

@liggitt
Copy link
Contributor

liggitt commented Oct 2, 2015

https://travis-ci.org/openshift/origin/jobs/83331391#L278

--- FAIL: TestExecAdmit-2 (0.01s)

    scc_exec_test.go:103: unchecked resource: testclient.ListActionImpl{ActionImpl:testclient.ActionImpl{Namespace:"", Verb:"list", Resource:"securitycontextconstraints", Subresource:""}, ListRestrictions:testclient.ListRestrictions{Labels:labels.LabelSelector{}, Fields:fields.andTerm{}}}

    scc_exec_test.go:103: unchecked resource: testclient.WatchActionImpl{ActionImpl:testclient.ActionImpl{Namespace:"", Verb:"watch", Resource:"securitycontextconstraints", Subresource:""}, WatchRestrictions:testclient.WatchRestrictions{Labels:labels.LabelSelector{}, Fields:fields.andTerm{}, ResourceVersion:""}}

    scc_exec_test.go:106: unchecked resource: unexpected actions: [{{ list securitycontextconstraints } { }} {{ watch securitycontextconstraints } {  }}]

    scc_exec_test.go:103: unchecked subresource: testclient.ListActionImpl{ActionImpl:testclient.ActionImpl{Namespace:"", Verb:"list", Resource:"securitycontextconstraints", Subresource:""}, ListRestrictions:testclient.ListRestrictions{Labels:labels.LabelSelector{}, Fields:fields.andTerm{}}}

    scc_exec_test.go:103: unchecked subresource: testclient.WatchActionImpl{ActionImpl:testclient.ActionImpl{Namespace:"", Verb:"watch", Resource:"securitycontextconstraints", Subresource:""}, WatchRestrictions:testclient.WatchRestrictions{Labels:labels.LabelSelector{}, Fields:fields.andTerm{}, ResourceVersion:""}}

    scc_exec_test.go:106: unchecked subresource: unexpected actions: [{{ list securitycontextconstraints } { }} {{ watch securitycontextconstraints } {  }}]

    scc_exec_test.go:103: attach check: testclient.ListActionImpl{ActionImpl:testclient.ActionImpl{Namespace:"", Verb:"list", Resource:"securitycontextconstraints", Subresource:""}, ListRestrictions:testclient.ListRestrictions{Labels:labels.LabelSelector{}, Fields:fields.andTerm{}}}

    scc_exec_test.go:103: attach check: testclient.WatchActionImpl{ActionImpl:testclient.ActionImpl{Namespace:"", Verb:"watch", Resource:"securitycontextconstraints", Subresource:""}, WatchRestrictions:testclient.WatchRestrictions{Labels:labels.LabelSelector{}, Fields:fields.andTerm{}, ResourceVersion:""}}

    scc_exec_test.go:103: attach check: testclient.GetActionImpl{ActionImpl:testclient.ActionImpl{Namespace:"namespace", Verb:"get", Resource:"pods", Subresource:""}, Name:"pod-name"}

    scc_exec_test.go:103: exec check: testclient.ListActionImpl{ActionImpl:testclient.ActionImpl{Namespace:"", Verb:"list", Resource:"securitycontextconstraints", Subresource:""}, ListRestrictions:testclient.ListRestrictions{Labels:labels.LabelSelector{}, Fields:fields.andTerm{}}}

    scc_exec_test.go:103: exec check: testclient.WatchActionImpl{ActionImpl:testclient.ActionImpl{Namespace:"", Verb:"watch", Resource:"securitycontextconstraints", Subresource:""}, WatchRestrictions:testclient.WatchRestrictions{Labels:labels.LabelSelector{}, Fields:fields.andTerm{}, ResourceVersion:""}}

    scc_exec_test.go:103: exec check: testclient.GetActionImpl{ActionImpl:testclient.ActionImpl{Namespace:"namespace", Verb:"get", Resource:"pods", Subresource:""}, Name:"pod-name"}

    scc_exec_test.go:103: unchecked operation: testclient.ListActionImpl{ActionImpl:testclient.ActionImpl{Namespace:"", Verb:"list", Resource:"securitycontextconstraints", Subresource:""}, ListRestrictions:testclient.ListRestrictions{Labels:labels.LabelSelector{}, Fields:fields.andTerm{}}}

    scc_exec_test.go:103: unchecked operation: testclient.WatchActionImpl{ActionImpl:testclient.ActionImpl{Namespace:"", Verb:"watch", Resource:"securitycontextconstraints", Subresource:""}, WatchRestrictions:testclient.WatchRestrictions{Labels:labels.LabelSelector{}, Fields:fields.andTerm{}, ResourceVersion:""}}

    scc_exec_test.go:106: unchecked operation: unexpected actions: [{{ list securitycontextconstraints } { }} {{ watch securitycontextconstraints } {  }}]
FAIL    github.com/openshift/origin/pkg/security/admission  0.139s
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

2 participants