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

bug: e2e test will fail randomly #751

Closed
nic-6443 opened this issue Nov 11, 2021 · 7 comments
Closed

bug: e2e test will fail randomly #751

nic-6443 opened this issue Nov 11, 2021 · 7 comments
Labels
bug Something isn't working CI triage/accepted Indicates an issue or PR is ready to be actively worked on.
Milestone

Comments

@nic-6443
Copy link
Member

Issue description

Because we test UDP route by using kube-dns as backend, we create route in kube-system namespace. But we run e2e in 2 nodes mode, as a result, when the UDP route case is executing, it will affect the accuracy of other cases, because the ingress controller in other cases will also get this UDP route.
This is why e2e failed this time: https://github.com/apache/apisix-ingress-controller/runs/4173189172?check_suite_focus=true
image

@gxthrj
Copy link
Contributor

gxthrj commented Nov 11, 2021

Good catch

@gxthrj
Copy link
Contributor

gxthrj commented Nov 11, 2021

So, I think we should not watch kube-system anywhere.

@gxthrj gxthrj added bug Something isn't working CI triage/accepted Indicates an issue or PR is ready to be actively worked on. labels Nov 11, 2021
@gxthrj gxthrj added this to the 1.4.0 milestone Nov 11, 2021
@nic-6443
Copy link
Member Author

So, I think we should not watch kube-system anywhere.

Should only be watched in UDP case?

@gxthrj
Copy link
Contributor

gxthrj commented Nov 11, 2021

So, I think we should not watch kube-system anywhere.

Should only be watched in UDP case?

Yes, I think so.

@nic-6443
Copy link
Member Author

I will fix this issue

@tao12345666333
Copy link
Member

It seems that the recent e2e is running relatively stable, and related PRs have also been merged, can we close this issue?

@tokers
Copy link
Contributor

tokers commented Nov 25, 2021

@nic-6443

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

4 participants