This is an automated email from the ASF dual-hosted git repository. ronething pushed a change to branch test/load-test in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
from 55959246 test: load test add f1ce9e8b fix: r add f536c26c chore: refactor e2e-test (#2467) add 1156414f fix: remove duplicate sync func (#2476) add 5baa3116 Merge remote-tracking branch 'origin/master' into test/load-test No new revisions were added by this update. Summary of changes: Makefile | 10 + go.mod | 81 ++- go.sum | 172 +++-- 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 | 23 +- test/e2e/gatewayapi/gatewayproxy.go | 93 +-- test/e2e/gatewayapi/httproute.go | 1106 ++++++++++++++++------------- test/e2e/ingress/ingress.go | 8 +- test/e2e/scaffold/apisix_deployer.go | 64 +- test/e2e/scaffold/assertion.go | 252 +++++++ test/e2e/scaffold/k8s.go | 18 +- 15 files changed, 1480 insertions(+), 986 deletions(-) create mode 100644 test/e2e/scaffold/assertion.go