Description
The e2e test paginated exporter listing returns all exporters in e2e/test/e2e_test.go:432 fails with a gRPC connection timeout to the kind cluster endpoint.
Frequency
1 confirmed occurrence in the last 7 days, but the failure pattern (gRPC timeout to nip.io endpoint) suggests infrastructure instability that could recur.
Error
[FAILED] Error: Timeout connecting to grpc.jumpstarter.10.1.0.237.nip.io:8082 (Caused by: )
The test ran for 3m10s before timing out.
Affected runs
Impact
Blocks e2e gate check. Because the test is in an ordered container, subsequent lease and admin CLI tests are skipped (~20 tests).
Likely cause
Kind cluster networking instability in CI runners. The nip.io DNS resolution or the NodePort service may not be reliably reachable under load. Could benefit from a retry/reconnect mechanism in the test setup or a health check gate before running the test.
Description
The e2e test
paginated exporter listing returns all exportersine2e/test/e2e_test.go:432fails with a gRPC connection timeout to the kind cluster endpoint.Frequency
1 confirmed occurrence in the last 7 days, but the failure pattern (gRPC timeout to nip.io endpoint) suggests infrastructure instability that could recur.
Error
The test ran for 3m10s before timing out.
Affected runs
Impact
Blocks e2e gate check. Because the test is in an ordered container, subsequent lease and admin CLI tests are skipped (~20 tests).
Likely cause
Kind cluster networking instability in CI runners. The nip.io DNS resolution or the NodePort service may not be reliably reachable under load. Could benefit from a retry/reconnect mechanism in the test setup or a health check gate before running the test.