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

Bug 1802247: Check operator readiness before each bound token controller test #763

Merged
merged 1 commit into from Feb 13, 2020

Conversation

marun
Copy link
Contributor

@marun marun commented Feb 12, 2020

Previously operator readiness was only checked at the start of the set of bound token controller tests. This introduced the possibility of the configmap deletion test triggering rollout of a new apiserver pod revision that the subsequent operand secret deletion test wouldn't wait for before starting.

@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Feb 12, 2020
Previously operator readiness was only checked at the start of the set
of bound token controller tests. This introduced the likelyhood of the
configmap deletion test rollout of a new apiserver pod revision and
without the subsequent operand secret deletion test knowing to wait
rollout completion.
@marun marun changed the title Bump bound token test promotion timeout Check operator readiness before each bound token controller test Feb 12, 2020
@marun
Copy link
Contributor Author

marun commented Feb 12, 2020

Updated to check for operator readiness for each bound token controller test rather than before any are executed. I suspect that not checking operator readiness prior to deletion of the operator signing secret was the reason the test was flaking.

@sttts
Copy link
Contributor

sttts commented Feb 12, 2020

/retest
/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Feb 12, 2020
@sttts
Copy link
Contributor

sttts commented Feb 12, 2020

/approve

@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: marun, sttts

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 12, 2020
@marun
Copy link
Contributor Author

marun commented Feb 12, 2020

/test all

@marun marun changed the title Check operator readiness before each bound token controller test Bug 1802247: Check operator readiness before each bound token controller test Feb 12, 2020
@openshift-ci-robot
Copy link

@marun: This pull request references Bugzilla bug 1802247, which is invalid:

  • expected the bug to target the "4.4.0" release, but it targets "---" instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

In response to this:

Bug 1802247: Check operator readiness before each bound token controller test

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci-robot openshift-ci-robot added the bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. label Feb 12, 2020
@marun
Copy link
Contributor Author

marun commented Feb 12, 2020

/bugzilla refresh

@openshift-ci-robot openshift-ci-robot added bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. and removed bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. labels Feb 12, 2020
@openshift-ci-robot
Copy link

@marun: This pull request references Bugzilla bug 1802247, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

In response to this:

/bugzilla refresh

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@marun
Copy link
Contributor Author

marun commented Feb 12, 2020

/retest

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

3 similar comments
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit 0019392 into openshift:master Feb 13, 2020
@openshift-ci-robot
Copy link

@marun: All pull requests linked via external trackers have merged. Bugzilla bug 1802247 has been moved to the MODIFIED state.

In response to this:

Bug 1802247: Check operator readiness before each bound token controller test

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@marun marun deleted the increase-test-timeout branch February 13, 2020 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants