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
e2e: Improve detection of missing DNSRecord for Gateway
- Add more logs to DNSRecord ensuring logic.
- Add more logs to Gateway service enqueue logic.
- Ensure the `Programmed` condition is checked on the Gateway resource
in the e2e test.
returnnil, fmt.Errorf("gateway %v not %v, last recorded status message: %s", nsName, gatewayapiv1.GatewayConditionAccepted, recordedConditionMsg)
597
+
returnnil, fmt.Errorf("gateway %v does not have all expected conditions, last recorded status messages: %q, %q", nsName, recordedAcceptedConditionMsg, recordedProgrammedConditionMsg)
586
598
}
587
599
588
600
t.Logf("Observed that gateway %v has been accepted: %+v", nsName, gw.Status)
0 commit comments