Add status propagation tests for Service#1798
Conversation
Fixes knative#1542 This tests: 1. Route + Config Ready -> Service Ready 2. Config Fails + Route Ready -> Service Fails 3. Config Ready + Route Fails -> Service Fails These are similar to the propagation tests in apis/serving/v1alpha1/service_types_test.go but from the reconciler's perspective.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jonjohnsonjr If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/test pull-knative-serving-build-tests |
|
/hold |
|
/hold cancel |
| return cfg | ||
| } | ||
|
|
||
| // TODO(1762): Replace with builders. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jonjohnsonjr, mattmoor The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fixes #1542
This tests:
These are similar to the propagation tests in
apis/serving/v1alpha1/service_types_test.go but from the reconciler's
perspective.