hongliang

Results 7 issues of hongliang

we can force to create .sock file when old .sock file was exist. Signed-off-by: hongliang

See https://github.com/openresty/lua-resty-core/pull/130. Thanks! I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project.

conflict
needs-test-cases

Sometimes we need to add a new program (`server`), but we don't want to change the content of `lua_package_path` and `lua_package_cpath`. Because those may be maintained by other programs, so...

conflict

One of our projects had used a lot of `ngx.decode_args` API function. When i make a performance test for this project on the Flame Graph. I found the `ngx.decode_args` API...

See https://github.com/openresty/lua-nginx-module/pull/1056

Hello: we can use this func to do something like `init some data into mysql` before test blocks Signed-off-by: hongliang

Hello: `run_tests` function alaways call `cleanup()` https://github.com/openresty/test-nginx/blob/master/lib/Test/Nginx/Util.pm#L721 But `END` call `cleanup()` twice https://github.com/openresty/test-nginx/blob/master/lib/Test/Nginx/Util.pm#L2476. Signed-off-by: hongliang