Skip to content

bugloader refactor #2635

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sosiouxme
Copy link
Member

make sippy loads more friendly for my brain.

sosiouxme added 3 commits May 22, 2025 18:26
There is practically no use case where a true CROSS JOIN makes sense,
and seeing one makes me spend time investigating why it's there, only to
find out that a standard JOIN ON would do just as well and be clearer.

So this commit just turns the query into an ordinary join and makes it
more legible, like I already did with getTestBugMappings.
Break down this rather large method into its separate components, which
helps me understand the code and add comments (and maybe later tests).
"sippy doesn't know about this test" is a completely normal condition
that is filling every fetchdata pod log with thousands of lines of
noise, and I can't see any benefit to it. This lowers it to Debug.
@openshift-ci openshift-ci bot requested review from DennisPeriquet and stbenjam May 22, 2025 22:50
Copy link
Contributor

openshift-ci bot commented May 22, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: sosiouxme

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 openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 22, 2025
Copy link
Contributor

openshift-ci bot commented May 22, 2025

@sosiouxme: all tests passed!

Full PR test history. Your PR dashboard.

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-sigs/prow repository. I understand the commands that are listed here.

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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant