You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to be the offending error ` 2025-05-14T11:01:43Z ERROR controller-runtime.source.EventHandler if kind is a CRD, it should be installed before calling Start {"kind": "Route.route.openshift.io", "error": "no matches for kind "Route" in version "route.openshift.io/v1""}
Expected Behavior
Unit tests should run with Route object available.
Also tests should fail early if the files are missing
Screenshots, Console Output, Logs, etc.
Add screenshots of UIs (like dashboards), etc. that help explain the issue.
Affected Releases
latest main
The text was updated successfully, but these errors were encountered:
Describe the Bug
Unit tests are failing because Route object is not available.
Codeflare Stack Component Versions
prs to main
Steps to Reproduce the Bug
Create any pr e.g. #683
What Have You Already Tried to Debug the Issue?
Investigated the logs of https://github.com/project-codeflare/codeflare-operator/actions/runs/15018943191/job/42203318816
This appears to be the offending error ` 2025-05-14T11:01:43Z ERROR controller-runtime.source.EventHandler if kind is a CRD, it should be installed before calling Start {"kind": "Route.route.openshift.io", "error": "no matches for kind "Route" in version "route.openshift.io/v1""}
Expected Behavior
Unit tests should run with Route object available.
Also tests should fail early if the files are missing
Screenshots, Console Output, Logs, etc.
Add screenshots of UIs (like dashboards), etc. that help explain the issue.
Affected Releases
latest main
The text was updated successfully, but these errors were encountered: