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
When we originally wrote the webhook integration and e2e tests a hack was used to make them work in the kind environment. These tests do not work against other cluster implementations that are now provided by our testing framework, such as GKE due to these hacks.
Expected Behavior
The webhook integration and e2e tests should be able to run on any backend Cluster type that KTF supports.
Steps To Reproduce
1. create a GKE cluster in KTF
2. run the integration tests with the GKE cluster
3. run the e2e tests with the GKE cluster
Kong Ingress Controller version
v2.0.0-alpha.2
Kubernetes version
v1.20.5
Anything else?
remove the t.Skip() that was put in place in the tests when the cluster.Type() != "kind"
The text was updated successfully, but these errors were encountered:
mflendrich
changed the title
Webhook integration tests fail outside kind
Webhook integration tests disabled on GKE
Nov 2, 2021
mflendrich
changed the title
Webhook integration tests disabled on GKE
Webhook integration tests don't run on GKE (disabled on all but kind)
Nov 2, 2021
Our current tests running on kind cover the functional area, so this is a debt item with little current practical implications, but setting a bad quality precedent.
czeslavo
changed the title
Webhook integration tests don't run on GKE (disabled on all but kind)
Webhook integration/e2e tests don't run on GKE (disabled on all but kind)
Nov 2, 2022
Current Behavior
When we originally wrote the webhook integration and e2e tests a hack was used to make them work in the
kind
environment. These tests do not work against other cluster implementations that are now provided by our testing framework, such as GKE due to these hacks.Expected Behavior
The webhook integration and e2e tests should be able to run on any backend
Cluster
type that KTF supports.Steps To Reproduce
Kong Ingress Controller version
Kubernetes version
Anything else?
t.Skip()
that was put in place in the tests when thecluster.Type() != "kind"
The text was updated successfully, but these errors were encountered: