This is an automated email from the ASF dual-hosted git repository. ronething pushed a change to branch fix/remove_duplicate_func in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
from 14778a6e fix: remove duplicate sync func add f536c26c chore: refactor e2e-test (#2467) add 726bca32 Merge remote-tracking branch 'origin/master' into fix/remove_duplicate_func No new revisions were added by this update. Summary of changes: Makefile | 10 + go.mod | 76 +- go.sum | 157 +++- test/e2e/apisix/e2e_test.go | 4 +- test/e2e/apisix/status.go | 161 ++--- test/e2e/crds/backendtrafficpolicy.go | 110 +-- test/e2e/crds/consumer.go | 357 ++++++---- test/e2e/framework/manifests/apisix.yaml | 7 + test/e2e/framework/manifests/ingress.yaml | 21 +- test/e2e/gatewayapi/gatewayproxy.go | 93 +-- test/e2e/gatewayapi/httproute.go | 1106 ++++++++++++++++------------- test/e2e/ingress/ingress.go | 8 +- test/e2e/scaffold/apisix_deployer.go | 12 +- test/e2e/scaffold/assertion.go | 252 +++++++ test/e2e/scaffold/k8s.go | 18 +- 15 files changed, 1447 insertions(+), 945 deletions(-) create mode 100644 test/e2e/scaffold/assertion.go