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

internal/scorecard: fix cleanup skip on timeout bug #3526

Conversation

estroz
Copy link
Member

@estroz estroz commented Jul 24, 2020

Description of the change: check timeout error in scorecard before cleaning up, and use a separate timeout for cleanup

Motivation for the change: fixes #3419

/cc @jmccormick2001

/kind bug

Checklist

If the pull request includes user-facing changes, extra documentation is required:

@openshift-ci-robot openshift-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Jul 24, 2020
Copy link
Member

@joelanford joelanford left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 24, 2020
@estroz estroz merged commit ea7a11b into operator-framework:master Jul 24, 2020
@estroz estroz deleted the bugfix/remove-scorecard-pods-after-timeout branch July 24, 2020 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scorecard: If the wait-time context expires before the tests complete, the test cleanup doesn't happen
4 participants