fix e2e CSV metric is preserved failure#2530
fix e2e CSV metric is preserved failure#2530openshift-merge-robot merged 1 commit intooperator-framework:masterfrom
Conversation
|
Hi @akihikokuroda. Thanks for your PR. I'm waiting for a operator-framework member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
/ok-to-test |
|
I'm going to give the e2e-tests action a couple of spins in any case to weed out any instability in any case - but these types of changes are super appreciated while we work towards reducing the overall CI noise in our current e2e suite. We should have a couple of changes inflight that will make the experience better (both in CI and local environments). |
awgreene
left a comment
There was a problem hiding this comment.
Great work @akihikokuroda, mostly just echoed what @timflannagan said.
Signed-off-by: akihikokuroda <akihikokuroda2020@gmail.com>
dfa402f to
cf4d928
Compare
|
Thanks for tackling this again - this is definitely one of the flakes that pops up frequently. /lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akihikokuroda, awgreene The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: akihikokuroda <akihikokuroda2020@gmail.com>
Signed-off-by: akihikokuroda <akihikokuroda2020@gmail.com>
* Update getMetricsFromPort to infer port number Problem: The getMetricsFromPod function assumes that metrics are exposed on port 8080. This function fails to retrieve metrics from the olm or catalog operator when the port is changed. Solution: Name the port in each of the deployments and update the getMetricsFromPod function to infer the port number from the deployments. Signed-off-by: Alexander Greene <greene.al1991@gmail.com> * Emit CSV metric on startup (#2216) Signed-off-by: Josef Karasek <jkarasek@redhat.com> * fix e2e CSV metric is preserved failure (#2530) Signed-off-by: akihikokuroda <akihikokuroda2020@gmail.com> Co-authored-by: Alexander Greene <greene.al1991@gmail.com> Co-authored-by: Josef Karasek <jkarasek@redhat.com> Co-authored-by: Akihiko (Aki) Kuroda <16141898+akihikokuroda@users.noreply.github.com>
Signed-off-by: akihikokuroda akihikokuroda2020@gmail.com
Description of the change:
Adding wait for the metric are reemitted in the new pod in the e2e test.
Motivation for the change:
Close #2529
Reviewer Checklist
/doc