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

be tolerant of quota reconciler resetting to old values #10705

Merged
merged 1 commit into from
Aug 30, 2016

Conversation

deads2k
Copy link
Contributor

@deads2k deads2k commented Aug 29, 2016

fixes #9929

This is the "off by one" (off by X since we started batching the updates) that is caused by a reconciliation check that doesn't get a complete list that includes secrets about to be created. The design here: kubernetes/kubernetes#20113 ought to resolve it.

@stevekuznetsov I hate bash
@mfojtik flake fix for 1.3. I don't think it will be a problem.

@stevekuznetsov
Copy link
Contributor

The intent here is to make the test more permissive to alleviate flakes that don't give us any new information about our system, but will the test be valid with the looser output requirement?

@deads2k
Copy link
Contributor Author

deads2k commented Aug 29, 2016

will the test be valid with the looser output requirement?

Yes, anything over 9 indicates that the second project is recognized and the admission plugin is charging for it.

@stevekuznetsov
Copy link
Contributor

SGTM, regex looks good

@mfojtik
Copy link
Contributor

mfojtik commented Aug 30, 2016

LGTM

approved for 1.3 [merge]

@mfojtik
Copy link
Contributor

mfojtik commented Aug 30, 2016

device mapper flake #9490

[merge]

@mfojtik
Copy link
Contributor

mfojtik commented Aug 30, 2016

flake: #10713

[merge]

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to 04bc0fd

@openshift-bot
Copy link
Contributor

openshift-bot commented Aug 30, 2016

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/8542/) (Image: devenv-rhel7_4952)

@openshift-bot openshift-bot merged commit c07a4b1 into openshift:master Aug 30, 2016
@mfojtik mfojtik added this to the 1.3.0 milestone Aug 30, 2016
@deads2k deads2k deleted the flake-fix branch September 6, 2016 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test flake in cmd/quota.sh: secrets not showing up
4 participants