Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Istio e2e test cases fails when istio bumped to 1.22.0 #6039

Open
1 task done
randmonkey opened this issue May 16, 2024 · 1 comment
Open
1 task done

Istio e2e test cases fails when istio bumped to 1.22.0 #6039

randmonkey opened this issue May 16, 2024 · 1 comment
Labels
area/ci bug Something isn't working

Comments

@randmonkey
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When the istio version is bumped from 1.21.1 to 1.22.0, the TestIstioWithKongIngressGateway fails with the following message:

    istio_test.go:208: 
        	Error Trace:	/home/runner/work/kubernetes-ingress-controller/kubernetes-ingress-controller/test/e2e/istio_test.go:208
        	Error:      	Condition never satisfied
        	Test:       	TestIstioWithKongIngressGateway
        	Messages:   	eventually metrics data for successful requests should start populating in kiali

The tests against other istio versions passes (1.17.8~1.21.2).

Expected Behavior

Istio tests passes.

Steps To Reproduce

Run istio tests with the command
ISTIO_VERSION=1.22.0 KONG_LICENSE_DATA=$KONG_LICESEN_DATA NCPU=1  make test.istio

Kong Ingress Controller version

latest nightly

Kubernetes version

1.29.4

Anything else?

Maybe some configurations should be added to configure istio?

@randmonkey
Copy link
Contributor Author

Reverted the bump for a temporary fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant