upstream-hash-by annotation support for dynamic configuraton mode
This commit is contained in:
parent
0813b38314
commit
2ce9196ecf
7 changed files with 174 additions and 3 deletions
6
rootfs/etc/nginx/lua/test/balancer/chash_test.lua
Normal file
6
rootfs/etc/nginx/lua/test/balancer/chash_test.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
local cwd = io.popen("pwd"):read('*l')
|
||||
package.path = cwd .. "/rootfs/etc/nginx/lua/?.lua;" .. package.path
|
||||
|
||||
describe("[chash_test]", function()
|
||||
-- TODO(elvinefendi) add unit tests
|
||||
end)
|
||||
Loading…
Add table
Add a link
Reference in a new issue