Yichun Zhang

Results 937 comments of Yichun Zhang

@mikhailov Those libraries and modules are enabled in the official OpenResty build by default.

@maage Right, it does not work with multiple requests. Better just accumulate the error logs and check them in a single run. See the `check_accum_error_log` function. Also just use the...

@loveghost This error is due to a recent internal change in the LuaJIT v2.1 VM. We'll address it as soon as we can manage. Thanks for the report!

@yangshuxin Will you help me with this one as well? Many thanks!

@rryqszq4 Add the following lines before `run_tests();` in your `.t` file: ``` perl no_long_string(); no_diff(); ``` For more details, please consult the official documentation: https://metacpan.org/pod/Test::Nginx::Socket

@marcelomd Yeah, that would be useful. Would you like to contribute a patch? :)

@chipitsine Your valgrind setup is not right hence those false positives. See below for more details: https://openresty.gitbooks.io/programming-openresty/content/testing/test-modes.html#_valgrind_mode

@chipitsine The following test failures are known when using nginx 1.11.2: ``` t/discard-req.t ...... 23/48 # Failed test 'TEST 2: discard request before simple single echo (with request) - response_body...

@chipitsine I never saw this before. Are you using the latest git master version of Test::Nginx?