Skip to content
Snippets Groups Projects
Commit eeb99375 authored by Francesco Giacomini's avatar Francesco Giacomini
Browse files

Adapt test to openresty 1.19.9.1

Apparently the bug mentioned in the (removed) comment has been fixed.
But this showed a bug in our test: http vs HTTP in the pattern to match
in the log.

Issue #17
parent dcc87085
No related branches found
No related tags found
No related merge requests found
# This test is always successful because, for some reason (a bug?)
# the error.log as seen in Test::Nginx doesn't contain the entries for
# the master process, although they are evailable in the actual file.
# As a consequence the no_error_log check is always satisfied,
# even if the segmentation fault were present
use Test::Nginx::Socket 'no_plan'; use Test::Nginx::Socket 'no_plan';
master_on(); master_on();
...@@ -55,7 +49,5 @@ GET /lua ...@@ -55,7 +49,5 @@ GET /lua
--- error_log --- error_log
client prematurely closed connection client prematurely closed connection
retrieve_voms_ac_from_proxy retrieve_voms_ac_from_proxy
plain http plain HTTP
--- no_error_log
signal 11
--- error_code: 200 --- error_code: 200
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment