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

End-to-end SCC flake #5448

Closed
smarterclayton opened this issue Oct 28, 2015 · 7 comments
Closed

End-to-end SCC flake #5448

smarterclayton opened this issue Oct 28, 2015 · 7 comments
Assignees
Labels
component/auth kind/test-flake Categorizes issue or PR as related to test flakes. priority/P2

Comments

@smarterclayton
Copy link
Contributor

[INFO] Validating privileged pod exec
Login successful.

You don't have any projects. You can try to create a new project, by running

    $ oc new-project <projectname>


[FAIL] !!!!! Test Failed !!!!
...
W1026 20:36:42.661037   15154 cmd.go:200] -p POD is DEPRECATED and will be removed in a future version. Use exec POD instead.
!!! Error in hack/../test/end-to-end/core.sh:214
    'grep -q "unable to validate against any security context constraint"' exited with status 0 1
Call stack:
    1: hack/../test/end-to-end/core.sh:214 main(...)
Exiting with status 1
Error from server: User "e2e-default-admin" cannot list all buildconfigs in the cluster

from https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_origin/3781/console

@smarterclayton smarterclayton added the kind/test-flake Categorizes issue or PR as related to test flakes. label Oct 28, 2015
@pweil- pweil- assigned deads2k and unassigned pweil- Oct 28, 2015
@deads2k
Copy link
Contributor

deads2k commented Nov 10, 2015

@pweil- This comes from the the SCC admission control plugin, right?

@pweil-
Copy link
Contributor

pweil- commented Nov 10, 2015

yes

@deads2k
Copy link
Contributor

deads2k commented Nov 10, 2015

@pweil- This comes from the the SCC admission control plugin, right?

The admission controller works against a cache. We'd need a unified cache and an access review endpoint to fix this problem.

@pweil- you want me to keep this or would you like to take it?

@smarterclayton
Copy link
Contributor Author

There was no error output from the command.
Running hack/../hack/../test/end-to-end/core.sh:294: executing 'oc exec -n default -tip router-1-8i66o ls' expecting failure and text 'unable to validate against any security context constraint'...
FAILURE after 0.090s: hack/../hack/../test/end-to-end/core.sh:294: executing 'oc exec -n default -tip router-1-8i66o ls' expecting failure and text 'unable to validate against any security context constraint': the output content test failed
There was no output from the command.
Standard error from the command:

@stevekuznetsov
Copy link
Contributor

@smarterclayton I'm not sure about this, but I recently started seeing this again on Jenkins and added a failure cause pointing to this issue -- did anything ever happen to fix this issue or has it simply laid latent since October? Is this issue still relevant to HEAD?

@smarterclayton
Copy link
Contributor Author

We had a big slowdown in the API server on the rebase which David is fixing - lots of rare flakes suddenly became less rare.

@deads2k
Copy link
Contributor

deads2k commented Jun 23, 2016

This was being flagged by a bad indication that was getting triggered during a cleanup step.

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

No branches or pull requests

5 participants