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 to see when DNSRecord is
updated or left untouched.
- Add more logs to the logic of generation of desired DNSRecord to see
why Gateway service is not taken.
- Add more logs to Gateway service enqueue logic to see when reconciling
hits or does not hit.
- 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