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

Add an event poll for TestOAuthServiceAccountClientEvent #19824

Merged
merged 1 commit into from May 29, 2018

Conversation

mrogers950
Copy link
Contributor

@mrogers950 mrogers950 commented May 23, 2018

Fixes #19821

@mrogers950 mrogers950 added kind/test-flake Categorizes issue or PR as related to test flakes. sig/security labels May 23, 2018
@mrogers950 mrogers950 requested a review from enj May 23, 2018 15:57
@openshift-ci-robot openshift-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label May 23, 2018
@mrogers950
Copy link
Contributor Author

/test all

@enj
Copy link
Contributor

enj commented May 23, 2018

Cherrypick #16850 here to check for failures.

@openshift-ci-robot openshift-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels May 23, 2018
@mrogers950
Copy link
Contributor Author

/test all

2 similar comments
@mrogers950
Copy link
Contributor Author

/test all

@mrogers950
Copy link
Contributor Author

/test all

err = wait.Poll(time.Second, 5*time.Second, func() (bool, error) {
evList, err = testServer.clusterAdminKubeClient.Core().Events(projectName).List(metav1.ListOptions{})
if err != nil {
return false, nil
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty sure this should be return false, err. The List call should never error if I am reading this correctly.

@mrogers950
Copy link
Contributor Author

/test all

@openshift-ci-robot openshift-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels May 26, 2018
@enj
Copy link
Contributor

enj commented May 29, 2018

/test all

@enj
Copy link
Contributor

enj commented May 29, 2018

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label May 29, 2018
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: enj, mrogers950

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 May 29, 2018
@enj
Copy link
Contributor

enj commented May 29, 2018

/retest

2 similar comments
@mrogers950
Copy link
Contributor Author

/retest

@mrogers950
Copy link
Contributor Author

/retest

@openshift-merge-robot openshift-merge-robot merged commit 447e590 into openshift:master May 29, 2018
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. kind/test-flake Categorizes issue or PR as related to test flakes. lgtm Indicates that a PR is ready to be merged. sig/security size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants