This is an automated email from the ASF dual-hosted git repository.
shuyangw pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git.
from 316d230 fix(ext-plugin): avoid using 0 as the default http status
code (#4734)
add 238aff1 test: split large files (#4733)
No new revisions were added by this update.
Summary of changes:
t/admin/routes.t | 1593 --------------------------------
t/admin/routes3.t | 639 +++++++++++++
t/admin/routes4.t | 834 +++++++++++++++++
t/admin/upstream.t | 1350 ---------------------------
t/admin/upstream3.t | 699 +++++++++++++-
t/admin/upstream4.t | 562 +++++++++++
t/plugin/hmac-auth.t | 918 ------------------
t/plugin/{hmac-auth.t => hmac-auth2.t} | 967 +------------------
t/plugin/traffic-split.t | 1524 ------------------------------
t/plugin/traffic-split3.t | 754 +++++++++++++++
t/plugin/traffic-split4.t | 688 ++++++++++++++
11 files changed, 4202 insertions(+), 6326 deletions(-)
create mode 100644 t/admin/routes4.t
create mode 100644 t/admin/upstream4.t
copy t/plugin/{hmac-auth.t => hmac-auth2.t} (50%)
create mode 100644 t/plugin/traffic-split3.t
create mode 100644 t/plugin/traffic-split4.t