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

Reenable ignored e2e tests #8838

Open
lahabana opened this issue Jan 12, 2024 · 6 comments
Open

Reenable ignored e2e tests #8838

lahabana opened this issue Jan 12, 2024 · 6 comments
Labels
area/ci-cd kind/bug A bug triage/needs-reproducing Someone else should try to reproduce this
Milestone

Comments

@lahabana
Copy link
Contributor

What happened?

We'd removed some in: #8822

Here's a list of all tests:

➜  kuma git:(e2eImprovements) ~/go/bin/ginkgo run -v --dry-run ./test/e2e/... ./test/e2e_env/{multizone,universal,kubernetes}/... | grep -A2 'P \[PENDING\]'
P [PENDING]
Test Cleanup eBPF should cleanup ebpf files from node [job-0, arm-not-supported, legacy-k3s-not-supported]
/Users/[email protected]/code/kuma/test/e2e/ebpf/ebpf_cleanup.go:61
--
P [PENDING]
Test Global and Zone universal mode with Helm chart should deploy Zone and Global on 2 clusters [job-0]
/Users/[email protected]/code/kuma/test/e2e/helm/kuma_helm_deploy_global_and_zone_universal_mode.go:106
--
P [PENDING]
Test Zone and Global with Helm chart should execute admin operations on Global CP [job-2]
/Users/[email protected]/code/kuma/test/e2e/helm/kuma_helm_deploy_global_zone.go:174
--
P [PENDING]
Advanced LocalityAwareness with MeshLoadBalancingStrategy and Enabled Egress should route based on defined strategy with egress enabled
/Users/[email protected]/code/kuma/test/e2e_env/multizone/localityawarelb/locality_aware_multizone_hybrid_egress.go:149
--
P [PENDING]
External Service locality aware should route to external-service from universal through k8s
/Users/[email protected]/code/kuma/test/e2e_env/multizone/localityawarelb/locality_multizone_hybrid.go:136
--
P [PENDING]
External Services should check allow negotiation
/Users/[email protected]/code/kuma/test/e2e_env/universal/externalservices/externalservices.go:195
--
P [PENDING]
Transparent Proxy should be able to re-install transparent proxy
/Users/[email protected]/code/kuma/test/e2e_env/universal/transparentproxy/transparent_proxy.go:41
--
P [PENDING]
Change Service should gracefully switch to other service
/Users/[email protected]/code/kuma/test/e2e_env/kubernetes/graceful/change_service.go:109
@lahabana lahabana added area/ci-cd triage/pending This issue will be looked at on the next triage meeting kind/bug A bug labels Jan 12, 2024
@lahabana lahabana added this to the 2.6.x milestone Jan 12, 2024
@jakubdyszkiewicz jakubdyszkiewicz added triage/accepted The issue was reviewed and is complete enough to start working on it and removed triage/pending This issue will be looked at on the next triage meeting labels Jan 15, 2024
@lahabana lahabana modified the milestones: 2.6.x, 2.7.x Jan 29, 2024
@lahabana lahabana modified the milestones: 2.7.x, 2.8.x Mar 27, 2024
@lahabana lahabana modified the milestones: 2.8.x, 2.9.x Jun 3, 2024
@github-actions github-actions bot added the triage/stale Inactive for some time. It will be triaged again label Sep 2, 2024
Copy link
Contributor

github-actions bot commented Sep 2, 2024

This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed.
If you think this issue is still relevant, please comment on it or attend the next triage meeting.

@jakubdyszkiewicz jakubdyszkiewicz added triage/needs-reproducing Someone else should try to reproduce this and removed triage/stale Inactive for some time. It will be triaged again triage/accepted The issue was reviewed and is complete enough to start working on it labels Sep 2, 2024
@jakubdyszkiewicz
Copy link
Contributor

Triage: update the list. What's still ignored?

@lahabana lahabana modified the milestones: 2.9.x, 2.10.x Sep 9, 2024
@lobkovilya
Copy link
Contributor

Triage: we'll need @jakubdyszkiewicz script to test them before enabling.

@lukidzi
Copy link
Contributor

lukidzi commented Oct 22, 2024

Updated list:
Multizone

P [PENDING]
Resilience Postgres should mark zone as offline when zone control-plane is down
/Users/[email protected]/Repository/kuma/test/e2e_env/multizone/resilience/resilience_multizone_universal_postgres.go:177
------------------------------
P [PENDING]
Advanced LocalityAwareness with MeshLoadBalancingStrategy and Enabled Egress should route based on defined strategy with egress enabled
/Users/[email protected]/Repository/kuma/test/e2e_env/multizone/localityawarelb/locality_aware_multizone_hybrid_egress.go:157
------------------------------
P [PENDING]
MeshHTTPRoute No Zone Egress should use MeshHTTPRoute for cross-zone communication
/Users/[email protected]/Repository/kuma/test/e2e_env/multizone/meshhttproute/test.go:19
------------------------------
P [PENDING]
MeshHTTPRoute No Zone Egress should use MeshHTTPRoute for cross-zone with MeshServiceSubset
/Users/[email protected]/Repository/kuma/test/e2e_env/multizone/meshhttproute/test.go:19
------------------------------
P [PENDING]
MeshHTTPRoute Zone Egress should use MeshHTTPRoute for cross-zone communication
/Users/[email protected]/Repository/kuma/test/e2e_env/multizone/meshhttproute/test.go:23
------------------------------
P [PENDING]
MeshHTTPRoute Zone Egress should use MeshHTTPRoute for cross-zone with MeshServiceSubset
/Users/[email protected]/Repository/kuma/test/e2e_env/multizone/meshhttproute/test.go:23

Universal

P [PENDING]
Transparent Proxy should be able to re-install transparent proxy
/Users/[email protected]/Repository/kuma/test/e2e_env/universal/transparentproxy/transparent_proxy.go:47
------------------------------
P [PENDING]
External Services should check allow negotiation
/Users/[email protected]/Repository/kuma/test/e2e_env/universal/externalservices/externalservices.go:197
------------------------------
P [PENDING]
Mtls should enforce traffic permissions builtin CA
/Users/[email protected]/Repository/kuma/test/e2e_env/universal/mtls/mtls.go:193
------------------------------
P [PENDING]
Mtls should enforce traffic permissions Provided CA with Root CA
/Users/[email protected]/Repository/kuma/test/e2e_env/universal/mtls/mtls.go:203
------------------------------
P [PENDING]
Mtls should enforce traffic permissions Provided CA with Intermediate CA
/Users/[email protected]/Repository/kuma/test/e2e_env/universal/mtls/mtls.go:217
------------------------------
P [PENDING]
Mesh External Services MeshExternalService with MeshHealthCheck should target real MeshExternalService resource
/Users/[email protected]/Repository/kuma/test/e2e_env/universal/meshexternalservice/meshexternalservice.go:605
------------------------------
P [PENDING]
Mesh External Services MeshExternalService with MeshCircuitBreaker should target real MeshExternalService resource
/Users/[email protected]/Repository/kuma/test/e2e_env/universal/meshexternalservice/meshexternalservice.go:689
------------------------------
P [PENDING]
Mesh External Services MeshExternalService with MeshLoadBalancingStrategy should target real MeshExternalService resource
/Users/[email protected]/Repository/kuma/test/e2e_env/universal/meshexternalservice/meshexternalservice.go:763
------------------------------

Kubernetes

P [PENDING]
Change Service should gracefully switch to other service
/Users/[email protected]/Repository/kuma/test/e2e_env/kubernetes/graceful/change_service.go:133
------------------------------
P [PENDING]
Change Service should switch to the instance of a service that in not in the mesh
/Users/[email protected]/Repository/kuma/test/e2e_env/kubernetes/graceful/change_service.go:174
------------------------------
P [PENDING]
MeshMetric MeshMetric with OpenTelemetry enabled
/Users/[email protected]/Repository/kuma/test/e2e_env/kubernetes/meshmetric/meshmetric.go:604
------------------------------
P [PENDING]
MeshMetric MeshMetric with OpenTelemetry and usedonly/filter
/Users/[email protected]/Repository/kuma/test/e2e_env/kubernetes/meshmetric/meshmetric.go:621
------------------------------
P [PENDING]
MeshMetric MeshMetric with OpenTelemetry and Prometheus enabled
/Users/[email protected]/Repository/kuma/test/e2e_env/kubernetes/meshmetric/meshmetric.go:639
------------------------------
P [PENDING]
MeshMetric MeshMetric with multiple OpenTelemetry backends
/Users/[email protected]/Repository/kuma/test/e2e_env/kubernetes/meshmetric/meshmetric.go:668
------------------------------

E2E legacy

P [PENDING]
Test Cleanup eBPF should cleanup ebpf files from node [job-0, arm-not-supported, legacy-k3s-not-supported]
/Users/[email protected]/Repository/kuma/test/e2e/ebpf/ebpf_cleanup.go:61
------------------------------
P [PENDING]
Global and Zone universal mode with Helm chart should deploy Zone and Global on 2 clusters [job-0]
/Users/[email protected]/Repository/kuma/test/e2e/helm/kuma_helm_deploy_global_and_zone_universal_mode.go:106
------------------------------

@lahabana
Copy link
Contributor Author

lahabana commented Dec 4, 2024

@lukidzi you've made quite a bit of progress on this one no?

@lahabana
Copy link
Contributor Author

@lukidzi any progress here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci-cd kind/bug A bug triage/needs-reproducing Someone else should try to reproduce this
Projects
None yet
Development

No branches or pull requests

4 participants