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: fix up ep resourceVersion comparison and clean up #901

Merged
merged 1 commit into from
Mar 7, 2022
Merged

fix: fix up ep resourceVersion comparison and clean up #901

merged 1 commit into from
Mar 7, 2022

Conversation

nayihz
Copy link
Contributor

@nayihz nayihz commented Mar 7, 2022

Type of change:

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

What this PR does / why we need it:

Pre-submission checklist:

fix #806 (comment)

  • 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

@codecov-commenter
Copy link

codecov-commenter commented Mar 7, 2022

Codecov Report

Merging #901 (81a72ad) into master (8348d01) will not change coverage.
The diff coverage is 0.00%.

❗ Current head 81a72ad differs from pull request most recent head e8ee02e. Consider uploading reports for the commit e8ee02e to get more accurate results

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #901   +/-   ##
=======================================
  Coverage   32.05%   32.05%           
=======================================
  Files          71       71           
  Lines        7775     7775           
=======================================
  Hits         2492     2492           
  Misses       5009     5009           
  Partials      274      274           
Impacted Files Coverage Δ
pkg/ingress/apisix_tls.go 0.00% <0.00%> (ø)
pkg/ingress/endpoint.go 0.00% <0.00%> (ø)
pkg/ingress/endpointslice.go 0.00% <0.00%> (ø)
pkg/ingress/secret.go 0.00% <0.00%> (ø)
pkg/ingress/status.go 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8348d01...e8ee02e. Read the comment docs.

@@ -28,7 +28,6 @@ import (
networkingv1beta1 "k8s.io/api/networking/v1beta1"
"k8s.io/apimachinery/pkg/api/meta"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicated

@nayihz
Copy link
Contributor Author

nayihz commented Mar 7, 2022

updated: apisixTls/ endpointSlice/ secret aslo have this problem.
@tao12345666333 @lingsamuel

@tao12345666333
Copy link
Member

good catch.

@tao12345666333 tao12345666333 added this to the 1.5.0 milestone Mar 7, 2022
@tao12345666333 tao12345666333 added area/controller bug Something isn't working labels Mar 7, 2022
@nayihz
Copy link
Contributor Author

nayihz commented Mar 7, 2022

maybe need to re-run e2e-test😂 @tao12345666333

@tao12345666333
Copy link
Member

re-run CI.

@tao12345666333
Copy link
Member

It's green! Thanks!

@tao12345666333 tao12345666333 merged commit 1ddbfa6 into apache:master Mar 7, 2022
@nayihz nayihz deleted the clean-up-ep branch March 9, 2022 02:59
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
area/controller bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Special circumstance may cause expired configuration be PUT to APISIX
5 participants