This is an automated email from the ASF dual-hosted git repository.
nic-6443 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
from 6749048b0 fix(limit-count): isolate redis-sentinel keepalive pools by
database and credentials (#13553)
add 5a0e8cb4b fix: reduce vulnerable test dependencies (#13554)
No new revisions were added by this update.
Summary of changes:
.../function-example/test-body/cmd/main.go | 14 +-
.../openfunction/function-example/test-body/go.mod | 30 +-
.../openfunction/function-example/test-body/go.sum | 1760 -------------
.../function-example/test-body/hello.go | 6 -
.../test-body/{hello.go => hello_test.go} | 22 +-
.../function-example/test-uri/cmd/main.go | 14 +-
.../openfunction/function-example/test-uri/go.mod | 31 +-
.../openfunction/function-example/test-uri/go.sum | 2615 --------------------
.../function-example/test-uri/hello.go | 17 +-
.../test-uri/{hello.go => hello_test.go} | 30 +-
t/chaos/delayetcd/delayetcd.go | 37 +-
.../{e2e_test.go => delayetcd/delayetcd_test.go} | 23 +-
t/chaos/go.mod | 25 +-
t/chaos/go.sum | 518 ----
t/chaos/killetcd/killetcd.go | 34 +-
t/chaos/utils/kube_utils.go | 2 -
t/plugin/grpc-web/go.mod | 14 +-
t/plugin/grpc-web/go.sum | 52 +-
18 files changed, 162 insertions(+), 5082 deletions(-)
delete mode 100644 ci/pod/openfunction/function-example/test-body/go.sum
copy ci/pod/openfunction/function-example/test-body/{hello.go =>
hello_test.go} (71%)
delete mode 100644 ci/pod/openfunction/function-example/test-uri/go.sum
copy ci/pod/openfunction/function-example/test-uri/{hello.go => hello_test.go}
(58%)
copy t/chaos/{e2e_test.go => delayetcd/delayetcd_test.go} (58%)