Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified doc/images/apisix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions t/admin/routes.t
Original file line number Diff line number Diff line change
Expand Up @@ -2038,7 +2038,7 @@ Content-Type: application/json



=== TEST 52: set route with size 36k (temporary file to store request body)
=== TEST 56: set route with size 36k (temporary file to store request body)
--- config
location /t {
content_by_lua_block {
Expand Down Expand Up @@ -2077,7 +2077,7 @@ a client request body is buffered to a temporary file



=== TEST 53: route size more than 1.5 MiB
=== TEST 57: route size more than 1.5 MiB
--- config
location /t {
content_by_lua_block {
Expand Down
4 changes: 2 additions & 2 deletions t/admin/upstream.t
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@ GET /t



=== TEST 42: retries is 0
=== TEST 46: retries is 0
--- config
location /t {
content_by_lua_block {
Expand Down Expand Up @@ -1549,7 +1549,7 @@ passed



=== TEST 43: retries is -1 (INVALID)
=== TEST 47: retries is -1 (INVALID)
--- config
location /t {
content_by_lua_block {
Expand Down
1 change: 0 additions & 1 deletion t/plugin/request-validation.t
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,6 @@ passed




=== TEST 22: add route (test request validation `header_schema`)
--- config
location /t {
Expand Down