2019-10-31 09:27:28 +08:00
|
|
|
#
|
|
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
# contributor license agreements. See the NOTICE file distributed with
|
|
|
|
# this work for additional information regarding copyright ownership.
|
|
|
|
# The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
|
# (the "License"); you may not use this file except in compliance with
|
|
|
|
# the License. You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
#
|
2019-09-10 09:42:55 +08:00
|
|
|
use t::APISIX 'no_plan';
|
2019-07-27 09:10:06 +08:00
|
|
|
|
|
|
|
repeat_each(1);
|
|
|
|
no_long_string();
|
|
|
|
no_root_location();
|
|
|
|
|
2021-09-14 13:05:25 +08:00
|
|
|
our $debug_config = t::APISIX::read_file("conf/debug.yaml");
|
|
|
|
$debug_config =~ s/basic:\n enable: false/basic:\n enable: true/;
|
2019-07-27 09:10:06 +08:00
|
|
|
|
|
|
|
run_tests;
|
|
|
|
|
|
|
|
__DATA__
|
|
|
|
|
|
|
|
=== TEST 1: loaded plugin
|
2021-09-14 13:05:25 +08:00
|
|
|
--- debug_config eval: $::debug_config
|
2019-07-27 09:10:06 +08:00
|
|
|
--- config
|
|
|
|
location /t {
|
|
|
|
content_by_lua_block {
|
|
|
|
ngx.sleep(0.3)
|
|
|
|
ngx.say("done")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
--- request
|
|
|
|
GET /t
|
|
|
|
--- response_body
|
|
|
|
done
|
2021-03-29 23:38:07 +08:00
|
|
|
--- error_log
|
2021-08-13 17:00:00 +08:00
|
|
|
loaded plugin and sort by priority: 23000 name: real-ip
|
2021-06-16 17:25:50 +08:00
|
|
|
loaded plugin and sort by priority: 22000 name: client-control
|
2021-04-29 11:07:05 +08:00
|
|
|
loaded plugin and sort by priority: 12000 name: ext-plugin-pre-req
|
2020-10-30 16:20:43 +08:00
|
|
|
loaded plugin and sort by priority: 11011 name: zipkin
|
2020-08-12 23:09:39 +08:00
|
|
|
loaded plugin and sort by priority: 11010 name: request-id
|
2020-01-13 22:22:21 +08:00
|
|
|
loaded plugin and sort by priority: 11000 name: fault-injection
|
2019-08-26 10:37:36 +08:00
|
|
|
loaded plugin and sort by priority: 10000 name: serverless-pre-function
|
2020-03-29 10:30:59 +08:00
|
|
|
loaded plugin and sort by priority: 4000 name: cors
|
2019-08-19 13:59:47 +08:00
|
|
|
loaded plugin and sort by priority: 3000 name: ip-restriction
|
2020-10-06 18:20:17 +08:00
|
|
|
loaded plugin and sort by priority: 2990 name: referer-restriction
|
2020-06-22 14:45:55 +08:00
|
|
|
loaded plugin and sort by priority: 2900 name: uri-blocker
|
2020-07-21 21:38:48 +08:00
|
|
|
loaded plugin and sort by priority: 2800 name: request-validation
|
2019-08-30 19:49:45 +08:00
|
|
|
loaded plugin and sort by priority: 2599 name: openid-connect
|
2020-02-06 15:22:49 +08:00
|
|
|
loaded plugin and sort by priority: 2555 name: wolf-rbac
|
2020-09-16 14:27:56 +08:00
|
|
|
loaded plugin and sort by priority: 2530 name: hmac-auth
|
2020-01-13 17:43:04 +08:00
|
|
|
loaded plugin and sort by priority: 2520 name: basic-auth
|
2019-07-27 09:10:06 +08:00
|
|
|
loaded plugin and sort by priority: 2510 name: jwt-auth
|
|
|
|
loaded plugin and sort by priority: 2500 name: key-auth
|
2020-06-08 12:49:46 +08:00
|
|
|
loaded plugin and sort by priority: 2400 name: consumer-restriction
|
2020-06-16 13:51:36 +08:00
|
|
|
loaded plugin and sort by priority: 2000 name: authz-keycloak
|
2020-03-19 08:10:03 +08:00
|
|
|
loaded plugin and sort by priority: 1010 name: proxy-mirror
|
2020-03-15 22:26:08 +08:00
|
|
|
loaded plugin and sort by priority: 1009 name: proxy-cache
|
2019-09-27 15:14:49 +08:00
|
|
|
loaded plugin and sort by priority: 1008 name: proxy-rewrite
|
2020-10-27 13:40:23 +08:00
|
|
|
loaded plugin and sort by priority: 1005 name: api-breaker
|
2019-07-27 09:10:06 +08:00
|
|
|
loaded plugin and sort by priority: 1003 name: limit-conn
|
|
|
|
loaded plugin and sort by priority: 1002 name: limit-count
|
|
|
|
loaded plugin and sort by priority: 1001 name: limit-req
|
2021-07-22 12:04:38 +08:00
|
|
|
loaded plugin and sort by priority: 995 name: gzip
|
2021-01-04 20:18:21 +08:00
|
|
|
loaded plugin and sort by priority: 990 name: server-info
|
2020-12-25 15:53:00 +08:00
|
|
|
loaded plugin and sort by priority: 966 name: traffic-split
|
2019-10-31 10:19:22 +08:00
|
|
|
loaded plugin and sort by priority: 900 name: redirect
|
2019-11-21 21:49:53 +08:00
|
|
|
loaded plugin and sort by priority: 899 name: response-rewrite
|
2019-08-22 14:40:56 +08:00
|
|
|
loaded plugin and sort by priority: 506 name: grpc-transcode
|
2019-07-27 09:10:06 +08:00
|
|
|
loaded plugin and sort by priority: 500 name: prometheus
|
2020-06-13 20:56:11 +08:00
|
|
|
loaded plugin and sort by priority: 412 name: echo
|
2020-05-09 16:19:41 +08:00
|
|
|
loaded plugin and sort by priority: 410 name: http-logger
|
2020-11-19 00:04:01 +08:00
|
|
|
loaded plugin and sort by priority: 406 name: sls-logger
|
2020-03-15 09:22:13 +08:00
|
|
|
loaded plugin and sort by priority: 405 name: tcp-logger
|
2020-03-25 08:26:45 +08:00
|
|
|
loaded plugin and sort by priority: 403 name: kafka-logger
|
2021-12-07 09:14:36 +08:00
|
|
|
loaded plugin and sort by priority: 402 name: rocketmq-logger
|
2020-05-06 10:49:18 +08:00
|
|
|
loaded plugin and sort by priority: 401 name: syslog
|
2020-01-17 23:30:05 +08:00
|
|
|
loaded plugin and sort by priority: 400 name: udp-logger
|
2022-02-16 21:01:49 +08:00
|
|
|
loaded plugin and sort by priority: 398 name: clickhouse-logger
|
2019-07-27 09:10:06 +08:00
|
|
|
loaded plugin and sort by priority: 0 name: example-plugin
|
2019-08-26 10:37:36 +08:00
|
|
|
loaded plugin and sort by priority: -2000 name: serverless-post-function
|
2021-04-29 11:07:05 +08:00
|
|
|
loaded plugin and sort by priority: -3000 name: ext-plugin-post-req
|
2019-07-27 09:10:06 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=== TEST 2: set route(no plugin)
|
|
|
|
--- config
|
|
|
|
location /t {
|
|
|
|
content_by_lua_block {
|
|
|
|
local t = require("lib.test_admin").test
|
|
|
|
local code, body = t('/apisix/admin/routes/1',
|
|
|
|
ngx.HTTP_PUT,
|
|
|
|
[[{
|
|
|
|
"methods": ["GET"],
|
|
|
|
"uri": "/hello",
|
|
|
|
"upstream": {
|
|
|
|
"nodes": {
|
|
|
|
"127.0.0.1:1980": 1
|
|
|
|
},
|
|
|
|
"type": "roundrobin"
|
|
|
|
}
|
|
|
|
}]]
|
|
|
|
)
|
|
|
|
|
|
|
|
if code >= 300 then
|
|
|
|
ngx.status = code
|
|
|
|
end
|
|
|
|
ngx.say(body)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
--- request
|
|
|
|
GET /t
|
|
|
|
--- response_body
|
|
|
|
passed
|
|
|
|
--- no_error_log
|
|
|
|
[error]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=== TEST 3: hit routes
|
2021-09-14 13:05:25 +08:00
|
|
|
--- debug_config eval: $::debug_config
|
2019-07-27 09:10:06 +08:00
|
|
|
--- request
|
|
|
|
GET /hello
|
|
|
|
--- response_body
|
|
|
|
hello world
|
|
|
|
--- response_headers
|
|
|
|
Apisix-Plugins: no plugin
|
|
|
|
--- no_error_log
|
|
|
|
[error]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=== TEST 4: set route(one plugin)
|
|
|
|
--- config
|
|
|
|
location /t {
|
|
|
|
content_by_lua_block {
|
|
|
|
local t = require("lib.test_admin").test
|
|
|
|
local code, body = t('/apisix/admin/routes/1',
|
|
|
|
ngx.HTTP_PUT,
|
|
|
|
[[{
|
|
|
|
"methods": ["GET"],
|
|
|
|
"plugins": {
|
|
|
|
"limit-count": {
|
|
|
|
"count": 2,
|
|
|
|
"time_window": 60,
|
|
|
|
"rejected_code": 503,
|
|
|
|
"key": "remote_addr"
|
|
|
|
},
|
|
|
|
"limit-conn": {
|
|
|
|
"conn": 100,
|
|
|
|
"burst": 50,
|
|
|
|
"default_conn_delay": 0.1,
|
|
|
|
"rejected_code": 503,
|
|
|
|
"key": "remote_addr"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"upstream": {
|
|
|
|
"nodes": {
|
|
|
|
"127.0.0.1:1980": 1
|
|
|
|
},
|
|
|
|
"type": "roundrobin"
|
|
|
|
},
|
|
|
|
"uri": "/hello"
|
|
|
|
}]]
|
|
|
|
)
|
|
|
|
|
|
|
|
if code >= 300 then
|
|
|
|
ngx.status = code
|
|
|
|
end
|
|
|
|
ngx.say(body)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
--- request
|
|
|
|
GET /t
|
|
|
|
--- response_body
|
|
|
|
passed
|
|
|
|
--- no_error_log
|
|
|
|
[error]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=== TEST 5: hit routes
|
2021-09-14 13:05:25 +08:00
|
|
|
--- debug_config eval: $::debug_config
|
2021-09-06 08:47:39 +08:00
|
|
|
--- config
|
|
|
|
location /t {
|
|
|
|
content_by_lua_block {
|
|
|
|
local json = require("toolkit.json")
|
|
|
|
local ngx_re = require("ngx.re")
|
|
|
|
local http = require "resty.http"
|
|
|
|
local httpc = http.new()
|
|
|
|
local uri = "http://127.0.0.1:" .. ngx.var.server_port .. "/hello"
|
|
|
|
local res, err = httpc:request_uri(uri, {
|
|
|
|
method = "GET",
|
|
|
|
})
|
|
|
|
local debug_header = res.headers["Apisix-Plugins"]
|
|
|
|
local arr = ngx_re.split(debug_header, ", ")
|
|
|
|
local hash = {}
|
|
|
|
for i, v in ipairs(arr) do
|
|
|
|
hash[v] = true
|
|
|
|
end
|
|
|
|
ngx.status = res.status
|
|
|
|
ngx.say(json.encode(hash))
|
|
|
|
}
|
|
|
|
}
|
|
|
|
--- request
|
|
|
|
GET /t
|
2019-07-27 09:10:06 +08:00
|
|
|
--- response_body
|
2021-09-06 08:47:39 +08:00
|
|
|
{"limit-conn":true,"limit-count":true}
|
2019-07-27 09:10:06 +08:00
|
|
|
--- no_error_log
|
|
|
|
[error]
|
2020-12-18 17:14:51 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=== TEST 6: global rule, header sent
|
|
|
|
--- config
|
|
|
|
location /t {
|
|
|
|
content_by_lua_block {
|
|
|
|
local t = require("lib.test_admin").test
|
|
|
|
local code, body = t('/apisix/admin/global_rules/1',
|
|
|
|
ngx.HTTP_PUT,
|
|
|
|
[[{
|
|
|
|
"plugins": {
|
|
|
|
"response-rewrite": {
|
|
|
|
"status_code": 200,
|
|
|
|
"body": "yes\n"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}]]
|
|
|
|
)
|
|
|
|
|
|
|
|
if code >= 300 then
|
|
|
|
ngx.status = code
|
|
|
|
end
|
|
|
|
ngx.say(body)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
--- request
|
|
|
|
GET /t
|
|
|
|
--- response_body
|
|
|
|
passed
|
|
|
|
--- no_error_log
|
|
|
|
[error]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=== TEST 7: hit routes
|
2021-09-14 13:05:25 +08:00
|
|
|
--- debug_config eval: $::debug_config
|
2021-09-06 08:47:39 +08:00
|
|
|
--- config
|
|
|
|
location /t {
|
|
|
|
content_by_lua_block {
|
|
|
|
local json = require("toolkit.json")
|
|
|
|
local ngx_re = require("ngx.re")
|
|
|
|
local http = require "resty.http"
|
|
|
|
local httpc = http.new()
|
|
|
|
local uri = "http://127.0.0.1:" .. ngx.var.server_port .. "/hello"
|
|
|
|
local res, err = httpc:request_uri(uri, {
|
|
|
|
method = "GET",
|
|
|
|
})
|
|
|
|
local debug_header = res.headers["Apisix-Plugins"]
|
|
|
|
local arr = ngx_re.split(debug_header, ", ")
|
|
|
|
local hash = {}
|
|
|
|
for i, v in ipairs(arr) do
|
|
|
|
hash[v] = true
|
|
|
|
end
|
|
|
|
ngx.status = res.status
|
|
|
|
ngx.say(json.encode(hash))
|
|
|
|
}
|
|
|
|
}
|
|
|
|
--- request
|
|
|
|
GET /t
|
2020-12-18 17:14:51 +08:00
|
|
|
--- response_body
|
2021-09-06 08:47:39 +08:00
|
|
|
{"limit-conn":true,"limit-count":true,"response-rewrite":true}
|
2020-12-18 17:14:51 +08:00
|
|
|
--- error_log
|
|
|
|
Apisix-Plugins: response-rewrite
|
|
|
|
--- no_error_log
|
|
|
|
[error]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=== TEST 8: clear global routes
|
|
|
|
--- config
|
|
|
|
location /t {
|
|
|
|
content_by_lua_block {
|
|
|
|
local t = require("lib.test_admin").test
|
|
|
|
local code, body = t('/apisix/admin/global_rules/1',
|
|
|
|
ngx.HTTP_DELETE
|
|
|
|
)
|
|
|
|
|
|
|
|
if code >= 300 then
|
|
|
|
ngx.status = code
|
|
|
|
end
|
|
|
|
ngx.say(body)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
--- request
|
|
|
|
GET /t
|
|
|
|
--- response_body
|
|
|
|
passed
|
|
|
|
--- no_error_log
|
|
|
|
[error]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=== TEST 9: set stream route
|
|
|
|
--- config
|
|
|
|
location /t {
|
|
|
|
content_by_lua_block {
|
|
|
|
local t = require("lib.test_admin").test
|
|
|
|
local code, body = t('/apisix/admin/stream_routes/1',
|
|
|
|
ngx.HTTP_PUT,
|
|
|
|
[[{
|
|
|
|
"remote_addr": "127.0.0.1",
|
|
|
|
"server_port": 1985,
|
|
|
|
"plugins": {
|
|
|
|
"mqtt-proxy": {
|
|
|
|
"protocol_name": "MQTT",
|
|
|
|
"protocol_level": 4,
|
|
|
|
"upstream": {
|
|
|
|
"ip": "127.0.0.1",
|
|
|
|
"port": 1995
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}]]
|
|
|
|
)
|
|
|
|
|
|
|
|
if code >= 300 then
|
|
|
|
ngx.status = code
|
|
|
|
end
|
|
|
|
ngx.say(body)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
--- request
|
|
|
|
GET /t
|
|
|
|
--- response_body
|
|
|
|
passed
|
|
|
|
--- no_error_log
|
|
|
|
[error]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=== TEST 10: hit route
|
2021-09-14 13:05:25 +08:00
|
|
|
--- debug_config eval: $::debug_config
|
2020-12-18 17:14:51 +08:00
|
|
|
--- stream_request eval
|
|
|
|
"\x10\x0f\x00\x04\x4d\x51\x54\x54\x04\x02\x00\x3c\x00\x03\x66\x6f\x6f"
|
|
|
|
--- stream_response
|
|
|
|
hello world
|
|
|
|
--- error_log
|
2021-09-14 13:05:25 +08:00
|
|
|
mqtt client id: foo while prereading client data
|
2020-12-18 17:14:51 +08:00
|
|
|
--- no_error_log
|
|
|
|
[error]
|