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
fix(ginkgo): avoid nil deref and harden env var setup
- Initialize testRunResultHandle with a default inner struct to make defers safe
- Add nil checks for testRunResult and its inner value in status/log/monitor paths
- Make updateEnvVars robust: handle discovery/marshal errors and always set TEST_PROVIDER with a sane default
Prevents panics during early/failed test runs and improves resilience when cluster config is unavailable.
Refs: OCPBUGS-61398
0 commit comments