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

Services tests + IPV6 are flaky #4182

Open
tssurya opened this issue Feb 26, 2024 · 3 comments
Open

Services tests + IPV6 are flaky #4182

tssurya opened this issue Feb 26, 2024 · 3 comments
Labels
ci-ipv6 Add support for IPV6 e2e's to run upstream

Comments

@tssurya
Copy link
Member

tssurya commented Feb 26, 2024

Sample failures:

2024-02-20T15:55:40.6017317Z   �[38;5;9m[FAIL]�[0m �[0mServices �[38;5;9m�[1m[It] Creates a service with session-affinity, and ensures it works after backend deletion�[0m
2024-02-20T15:55:40.6019163Z   �[38;5;243m/home/runner/work/ovn-kubernetes/ovn-kubernetes/test/e2e/service.go:148�[0m
2024-02-20T15:55:40.6021997Z   �[38;5;9m[FAIL]�[0m �[0mServices �[38;5;243mwhen a nodePort service targeting a pod with hostNetwork:false is created �[0mwhen tests are run towards the agnhost echo service �[38;5;9m�[1m[It] queries to the nodePort service shall work for UDP�[0m
2024-02-20T15:55:40.6024581Z   �[38;5;243m/home/runner/work/ovn-kubernetes/ovn-kubernetes/test/e2e/service.go:469�[0m
2024-02-20T15:55:40.6027658Z   �[38;5;9m[FAIL]�[0m �[0mServices �[38;5;243mwhen a nodePort service targeting a pod with hostNetwork:true is created �[0mwhen tests are run towards the agnhost echo service �[38;5;9m�[1m[It] queries to the nodePort service shall work for UDP�[0m
2024-02-20T15:55:40.6030185Z   �[38;5;243m/home/runner/work/ovn-kubernetes/ovn-kubernetes/test/e2e/service.go:469�[0m
2024-02-20T15:55:40.6032438Z   �[38;5;9m[FAIL]�[0m �[0mtest e2e inter-node connectivity between worker nodes �[38;5;9m�[1m[It] Should validate connectivity within a namespace of pods on separate nodes�[0m
2024-02-20T15:55:40.6034344Z   �[38;5;243m/home/runner/work/ovn-kubernetes/ovn-kubernetes/test/e2e/e2e.go:1010�[0m
2024-02-20T15:55:40.6035096Z 

#4106 (comment) ^ for reference

AND:

2024-02-21T12:53:02.8962932Z   �[38;5;9m[FAIL]�[0m �[0mServices �[38;5;9m�[1m[It] Creates a service with session-affinity, and ensures it works after backend deletion�[0m
2024-02-21T12:53:02.8964574Z   �[38;5;243m/home/runner/work/ovn-kubernetes/ovn-kubernetes/test/e2e/service.go:148�[0m
2024-02-21T12:53:02.8966393Z   �[38;5;9m[FAIL]�[0m �[0mServices �[38;5;9m�[1mwhen a nodePort service targeting a pod with hostNetwork:false is created [BeforeEach] �[0mwhen tests are run towards the agnhost echo service �[38;5;243mqueries to the nodePort service shall work for TCP�[0m
2024-02-21T12:53:02.8967848Z   �[38;5;243m/home/runner/work/ovn-kubernetes/ovn-kubernetes/test/e2e/service.go:274�[0m
2024-02-21T12:53:02.8969476Z   �[38;5;9m[FAIL]�[0m �[0mServices �[38;5;9m�[1mwhen a nodePort service targeting a pod with hostNetwork:false is created [BeforeEach] �[0mwhen tests are run towards the agnhost echo service �[38;5;243mqueries to the nodePort service shall work for UDP�[0m
2024-02-21T12:53:02.8970900Z   �[38;5;243m/home/runner/work/ovn-kubernetes/ovn-kubernetes/test/e2e/service.go:274�[0m
2024-02-21T12:53:02.8972469Z   �[38;5;9m[FAIL]�[0m �[0mServices �[38;5;243mwhen a nodePort service targeting a pod with hostNetwork:true is created �[0mwhen tests are run towards the agnhost echo service �[38;5;9m�[1m[It] queries to the nodePort service shall work for UDP�[0m
2024-02-21T12:53:02.8974318Z   �[38;5;243m/home/runner/work/ovn-kubernetes/ovn-kubernetes/test/e2e/service.go:469�[0m
2024-02-21T12:53:02.8975867Z   �[38;5;9m[FAIL]�[0m �[0mServices �[38;5;9m�[1m[It] All service features work when manually listening on a non-default address�[0m
2024-02-21T12:53:02.8977101Z   �[38;5;243m/home/runner/go/pkg/mod/k8s.io/kubernetes@v1.28.3/test/e2e/framework/pod/pod_client.go:106�[0m

https://github.com/ovn-org/ovn-kubernetes/actions/runs/7962558670/job/21809935569?pr=4106

Sometimes its a consequence of another test failing totally. So please work with assignee's of other tasks here

@tssurya tssurya added the ci-ipv6 Add support for IPV6 e2e's to run upstream label Feb 26, 2024
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the lifecycle/stale All issues (> 60 days) and PRs (>90 days) with no activity. label May 29, 2024
@tssurya tssurya removed the lifecycle/stale All issues (> 60 days) and PRs (>90 days) with no activity. label May 29, 2024
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the lifecycle/stale All issues (> 60 days) and PRs (>90 days) with no activity. label Jul 31, 2024
Copy link

github-actions bot commented Aug 7, 2024

This issue was closed because it has been stalled for 5 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 7, 2024
@tssurya tssurya reopened this Aug 22, 2024
@github-actions github-actions bot removed the lifecycle/stale All issues (> 60 days) and PRs (>90 days) with no activity. label Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-ipv6 Add support for IPV6 e2e's to run upstream
Projects
None yet
Development

No branches or pull requests

1 participant