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
Integration tests (v2alpha1 and ory) patch the Istio CR in order to include the external authorizer. This is not reverted after the tests are completed. It is not a good practice, which may cause end-developer confusion.
Expected result
Istio CR should be reverted to the original state (authorizer added by the test suite hook should be removed).
Actual result
Istio CR remains modified after tests are finished.
Steps to reproduce
kubectl apply -f https://github.com/kyma-project/istio/releases/download/1.9.0/istio-default-cr.yaml && make test-integration-v2alpha1 && kubectl get istio -n kyma-system -o yaml
Description
Integration tests (v2alpha1 and ory) patch the Istio CR in order to include the external authorizer. This is not reverted after the tests are completed. It is not a good practice, which may cause end-developer confusion.
Expected result
Istio CR should be reverted to the original state (authorizer added by the test suite hook should be removed).
Actual result
Istio CR remains modified after tests are finished.
Steps to reproduce
kubectl apply -f https://github.com/kyma-project/istio/releases/download/1.9.0/istio-default-cr.yaml && make test-integration-v2alpha1 && kubectl get istio -n kyma-system -o yaml
It shows that the authorizer is there:
The text was updated successfully, but these errors were encountered: