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

fix: ingress update event handler not filter by watching namespaces #947

Merged
merged 1 commit into from
Apr 6, 2022
Merged

fix: ingress update event handler not filter by watching namespaces #947

merged 1 commit into from
Apr 6, 2022

Conversation

nic-6443
Copy link
Member

@nic-6443 nic-6443 commented Apr 4, 2022

Type of change:

  • Bugfix
  • New feature provided
  • Improve performance
  • Backport patches

What this PR does / why we need it:

Fix #869
Since the ingress update event handler is not filtered according to the watching namespaces, and our e2e uses two ginkgo nodes, it will cause the lb status test case to be interfered with the ingress controller in other test cases. This is why e2e is unstable as described in #869.

Pre-submission checklist:

  • Did you explain what problem does this PR solve? Or what new features have been added?
  • Have you added corresponding test cases?
  • Have you modified the corresponding document?
  • Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first

@tao12345666333
Copy link
Member

Thanks!

@tao12345666333 tao12345666333 self-assigned this Apr 4, 2022
@tao12345666333
Copy link
Member

It's true that I can't reproduce it in my local environment, I didn't consider this reason before. Let me think of a way to reproduce it

@tao12345666333 tao12345666333 merged commit 7e4ec36 into apache:master Apr 6, 2022
@nic-6443 nic-6443 deleted the fix-ingress-update-event-handler branch April 6, 2022 02:08
fgksgf pushed a commit to fgksgf/apisix-ingress-controller that referenced this pull request Apr 7, 2022
tao12345666333 pushed a commit to tao12345666333/ingress-controller that referenced this pull request Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

Flaky test: check the ingress lb status is updated
3 participants