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
Currently we have several tests with a TODO to allow implementations to actually provide an error in Route parent status if they are able to (example).
I think there are 2 valid ways to represent this:
len(Route.Status.Parents) == 0
len(Route.Status.Parents) == 1 and the first entry has an Accepted condition set to false
Our tests currently only allow the first one, but they should allow both.
The text was updated successfully, but these errors were encountered:
Fixeskubernetes-sigs#1135
This changes tests to assert their is either no parent at all, or a
non-accepted parent (indicating an error message, presumably).
Fixeskubernetes-sigs#1135
This changes tests to assert their is either no parent at all, or a
non-accepted parent (indicating an error message, presumably).
Currently we have several tests with a TODO to allow implementations to actually provide an error in Route parent status if they are able to (example).
I think there are 2 valid ways to represent this:
Our tests currently only allow the first one, but they should allow both.
The text was updated successfully, but these errors were encountered: