Add tcp e2e test
This commit is contained in:
parent
168f30d1ec
commit
654eceda46
4 changed files with 110 additions and 4 deletions
|
|
@ -25,6 +25,10 @@ function _M.call()
|
|||
return
|
||||
end
|
||||
|
||||
if backends == nil or backends == "" then
|
||||
return
|
||||
end
|
||||
|
||||
local success, err_conf = tcp_udp_configuration_data:set("backends", backends)
|
||||
if not success then
|
||||
ngx.log(ngx.ERR, "dynamic-configuration: error updating configuration: " .. tostring(err_conf))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue