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 flake: oc describe appliedresourcequota because incorrect number of secrets #9938

Closed
smarterclayton opened this issue Jul 19, 2016 · 3 comments
Assignees
Labels
kind/test-flake Categorizes issue or PR as related to test flakes. priority/P2

Comments

@smarterclayton
Copy link
Contributor

Flake in quota.sh, looks like there are 17 secrets

hack/test-cmd.sh has failed: quota.sh:25: executing 'oc describe appliedclusterresourcequota/for-deads-by-annotation -n bar --as deads' expecting any result and text 'secrets.*18'; re-trying every 0.2s until completion or 60.000s

https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_check/3496/testReport/junit/github/com_openshift_origin_test_cmd_quota/test_cmd_quota_sh_14__executing__oc_new_project_foo___as_deads__expecting_success/

@smarterclayton
Copy link
Contributor Author

@smarterclayton
Copy link
Contributor Author

The secrets definitely exist, so this looks like a race in cluster quota that misses the update. There was a rumor that informers are missing updates in another context, but I'd start with the assumption that we missed the update somehow on the quota, and if we just waited longer, we'd see the secrets show up.

@smarterclayton
Copy link
Contributor Author

This is a dupe of #9929

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

3 participants