(This page was automatically generated by the tools in the opsboy project on 18:49:45 05-Jul-2020 GMT.)
Commit | Testing Time | Unexpected Failures |
Expected Failures |
Files | Tests | Elapsed Time |
---|---|---|---|---|---|---|
028c0d49 | 2020-01-28 22:50:35 GMT | 10 | 571 | 200 | 21197 | 1673 sec |
File | Name | Details |
---|---|---|
001-set.t | TEST 34: variables in set_by_lua_file's file path - status code ok |
got: '' expected: '200' |
001-set.t | TEST 34: variables in set_by_lua_file's file path - response_body - response is expected (repeated req 0, req 0) |
got: '' expected: '7 ' |
001-set.t | TEST 34: variables in set_by_lua_file's file path - status code ok |
got: '' expected: '200' |
001-set.t | TEST 34: variables in set_by_lua_file's file path - response_body - response is expected (repeated req 1, req 0) |
got: '' expected: '7 ' |
025-codecache.t | TEST 34: variables in set_by_lua_file's file path - response_body - response is expected (repeated req 0, req 0) |
@@ -1,5 +1,5 @@ a -b a a -b +a +a ' |
025-codecache.t | TEST 34: variables in set_by_lua_file's file path - response_body - response is expected (repeated req 1, req 0) |
@@ -1,5 +1,5 @@ a -b a a -b +a +a ' |
091-coroutine.t | nginx: [error] | init_by_lua error: init_by_lua:7: init_by_lua:4: something went wrong |
091-coroutine.t | nginx: [error] | init_by_lua error: init_by_lua:7: init_by_lua:4: something went wrong |
161-load-resty-core.t | nginx: [alert] | failed to load the 'resty.core' module (https://github.com/openresty/lua-resty-core); ensure you are using an OpenResty release from https://openresty.org/en/download.html (reason: module 'resty.core' not found: |
161-load-resty-core.t | nginx: [alert] | failed to load the 'resty.core' module (https://github.com/openresty/lua-resty-core); ensure you are using an OpenResty release from https://openresty.org/en/download.html (reason: module 'resty.core' not found: |
File | Name | Details |
---|---|---|
023-rewrite/socket-keepalive.t | TEST 11: sanity (uds) - pattern "lua tcp socket keepalive: free connection pool for " should not match any line in error.log but matches line "2020/01/28 23:00:33 [debug] 8642\#0: lua tcp socket keepalive: free connection pool for \"127.0.0.1:1984\"" (req 0) |
2020/01/28 23:00:33 [debug] 8642\#0: *246 http keepalive handler 2020/01/28 23:00:33 [debug] 8642\#0: *246 close http connection: 5 2020/01/28 23:00:33 [debug] 8642\#0: *246 event timer del: 5: 733374 2020/01/28 23:00:33 [debug] 8642\#0: *246 reusable connection: 0 2020/01/28 23:00:33 [debug] 8642\#0: *246 free: 00000000026DE180, unused: 0 2020/01/28 23:00:33 [debug] 8642\#0: *246 free: 00000000026DE2C0, unused: 0 2020/01/28 23:00:33 [debug] 8642\#0: *246 free: 00000000026E2FD0, unused: 0 2020/01/28 23:00:33 [debug] 8642\#0: *246 free: 00000000026E2F60, unused: 0 2020/01/28 23:00:33 [debug] 8642\#0: *246 free: 00000000026BA310, unused: 0 ' |
043-shdict.t | TEST 43: expired entries (can be auto-removed by get), with flags set - response_body - response is expected (repeated req 0, req 0) |
got: 'res = 32, flags = 255 ' expected: 'res = nil, flags = nil ' |
043-shdict.t | TEST 36: incr key (key not exists) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1,2 @@ -incr: nil not found +incr: nil not a number -foo = nil +foo = hello, world ' |
043-shdict.t | nginx: [emerg] | lua_shared_dict "dogs" is already defined as "dogs" in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:26 |
043-shdict.t | TEST 58: safe_set - response_body - like (repeated req 0, req 0) |
'false no memory abort at 7 cur value: nil 1st value: hello hello hello hello hello hello hello hello hello hello1 2nd value: hello hello hello hello hello hello hello hello hello hello2 ' doesn't match '(?^:false no memory abort at (353|705) cur value: nil 1st value: hello hello hello hello hello hello hello hello hello hello1 2nd value: hello hello hello hello hello hello hello hello hello hello2 )' |
043-shdict.t | TEST 58: safe_set - response_body - like (repeated req 0, req 1) |
'false no memory abort at 7 cur value: nil 1st value: hello hello hello hello hello hello hello hello hello hello1 2nd value: hello hello hello hello hello hello hello hello hello hello2 ' doesn't match '(?^:false no memory abort at (353|705) cur value: nil 1st value: hello hello hello hello hello hello hello hello hello hello1 2nd value: hello hello hello hello hello hello hello hello hello hello2 )' |
043-shdict.t | TEST 52: list keys in a shdict with limit larger than number of keys - response_body - response is expected (repeated req 0, req 0) |
got: '3 ' expected: '2 ' |
043-shdict.t | TEST 28: add key (key not exists) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1,2 @@ -add: true nil false +add: false exists false -foo = 10502 +foo = hello ' |
043-shdict.t | TEST 6: expired entries (can be auto-removed by get) - response_body - response is expected (repeated req 0, req 0) |
got: '32 ' expected: 'nil ' |
043-shdict.t | TEST 32: replace key (key not exists) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1,2 @@ -replace: false not found false +replace: true nil false -foo = nil +foo = 10502 ' |
043-shdict.t | TEST 12: get non-existent keys - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1,2 @@ -nil +10534 -nil +10534 ' |
043-shdict.t | TEST 53: list keys in an empty shdict - response_body - response is expected (repeated req 0, req 0) |
got: '2 ' expected: '0 ' |
056-flush.t | TEST 1: flush wait - content - pattern "lua reuse free buf chain, but reallocate memory because 5 >= 0" should match a line in error.log (req 0) | |
056-flush.t | TEST 1: flush wait - content - pattern "lua reuse free buf chain, but reallocate memory because 5 >= 0" should match a line in error.log (req 1) | |
059-unix-socket.t | TEST 3: sanity - response_body - response is expected (repeated req 0, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -request sent: 57 -received: HTTP/1.1 200 OK -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -failed to receive a line: closed -close: 1 nil ' |
059-unix-socket.t | TEST 3: sanity - response_body - response is expected (repeated req 1, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -request sent: 57 -received: HTTP/1.1 200 OK -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -failed to receive a line: closed -close: 1 nil ' |
068-socket-keepalive.t | TEST 12: sanity (uds) - pattern "lua tcp socket keepalive: free connection pool for " should not match any line in error.log but matches line "2020/01/28 23:11:38 [debug] 10682\#0: lua tcp socket keepalive: free connection pool for \"127.0.0.1:1984\"" (req 0) |
2020/01/28 23:11:38 [debug] 10682\#0: *259 http keepalive handler 2020/01/28 23:11:38 [debug] 10682\#0: *259 close http connection: 7 2020/01/28 23:11:38 [debug] 10682\#0: *259 event timer del: 7: 1397812 2020/01/28 23:11:38 [debug] 10682\#0: *259 reusable connection: 0 2020/01/28 23:11:38 [debug] 10682\#0: *259 free: 00000000009B9E90, unused: 0 2020/01/28 23:11:38 [debug] 10682\#0: *259 free: 00000000009A70F0, unused: 0 2020/01/28 23:11:38 [debug] 10682\#0: *259 free: 00000000009AFB60, unused: 0 2020/01/28 23:11:38 [debug] 10682\#0: *259 free: 00000000009AFAF0, unused: 0 2020/01/28 23:11:38 [debug] 10682\#0: *259 free: 000000000098F190, unused: 0 ' |
068-socket-keepalive.t | TEST 16: custom pools (same pool for different host:port) - tcp - pattern "lua tcp socket keepalive: free connection pool for " should not match any line in error.log but matches line "2020/01/28 23:11:39 [debug] 10794\#0: lua tcp socket keepalive: free connection pool for \"A\"" (req 0) |
2020/01/28 23:11:39 [debug] 10794\#0: lua tcp socket keepalive close handler: fd:7 2020/01/28 23:11:39 [debug] 10794\#0: event timer del: 7: 1392484 2020/01/28 23:11:39 [debug] 10794\#0: reusable connection: 0 2020/01/28 23:11:39 [debug] 10794\#0: lua tcp socket keepalive: free connection pool for "B" 2020/01/28 23:11:39 [notice] 10794\#0: exiting 2020/01/28 23:11:39 [debug] 10794\#0: flush files 2020/01/28 23:11:39 [debug] 10794\#0: run cleanup: 0000000000992150 2020/01/28 23:11:39 [debug] 10794\#0: run cleanup: 00000000009D6350 2020/01/28 23:11:39 [debug] 10794\#0: lua decrementing the reference count for Lua VM: 1 ' |
068-socket-keepalive.t | TEST 16: custom pools (same pool for different host:port) - tcp - pattern "lua tcp socket keepalive: free connection pool for " should not match any line in error.log but matches line "2020/01/28 23:11:39 [debug] 10794\#0: lua tcp socket keepalive: free connection pool for \"B\"" (req 0) |
2020/01/28 23:11:39 [notice] 10794\#0: exiting 2020/01/28 23:11:39 [debug] 10794\#0: flush files 2020/01/28 23:11:39 [debug] 10794\#0: run cleanup: 0000000000992150 2020/01/28 23:11:39 [debug] 10794\#0: run cleanup: 00000000009D6350 2020/01/28 23:11:39 [debug] 10794\#0: lua decrementing the reference count for Lua VM: 1 2020/01/28 23:11:39 [debug] 10794\#0: lua close the global Lua VM 00007FAA7C0D3378 2020/01/28 23:11:39 [debug] 10794\#0: run cleanup: 00000000009D6310 2020/01/28 23:11:39 [debug] 10794\#0: run cleanup: 00000000009D62D0 2020/01/28 23:11:39 [debug] 10794\#0: run cleanup: 00000000009BA450 ' |
068-socket-keepalive.t | TEST 17: custom pools (different pool for the same host:port) - unix - pattern "lua tcp socket keepalive: free connection pool for " should not match any line in error.log but matches line "2020/01/28 23:11:40 [debug] 10822\#0: lua tcp socket keepalive: free connection pool for \"foo\"" (req 0) |
2020/01/28 23:11:40 [notice] 10822\#0: exiting 2020/01/28 23:11:40 [debug] 10822\#0: flush files 2020/01/28 23:11:40 [debug] 10822\#0: run cleanup: 0000000000982650 2020/01/28 23:11:40 [debug] 10822\#0: run cleanup: 00000000009A8D40 2020/01/28 23:11:40 [debug] 10822\#0: lua decrementing the reference count for Lua VM: 1 2020/01/28 23:11:40 [debug] 10822\#0: lua close the global Lua VM 00007FAA7C073378 2020/01/28 23:11:40 [debug] 10822\#0: run cleanup: 00000000009A8D00 2020/01/28 23:11:40 [debug] 10822\#0: run cleanup: 00000000009A8CC0 2020/01/28 23:11:40 [debug] 10822\#0: run cleanup: 00000000009B4D10 ' |
068-socket-keepalive.t | TEST 18: custom pools (same pool for the same path) - unix - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1,2 @@ -connected: 1, reused: 0 +failed to connect: no such file or directory -connected: 1, reused: 1 +failed to connect: no such file or directory ' |
068-socket-keepalive.t | TEST 18: custom pools (same pool for the same path) - unix - pattern "lua tcp socket keepalive create connection pool for key "A"" should match a line in error.log (req 0) | |
068-socket-keepalive.t | TEST 18: custom pools (same pool for the same path) - unix - pattern "lua tcp socket get keepalive peer: using connection" should match a line in error.log (req 0) | |
068-socket-keepalive.t | TEST 18: custom pools (same pool for the same path) - unix - pattern "lua tcp socket keepalive: free connection pool for " should not match any line in error.log but matches line "2020/01/28 23:11:40 [debug] 10850\#0: lua tcp socket keepalive: free connection pool for \"A\"" (req 0) |
2020/01/28 23:11:40 [debug] 10850\#0: lua tcp socket keepalive close handler: fd:7 2020/01/28 23:11:40 [debug] 10850\#0: event timer del: 7: 1393260 2020/01/28 23:11:40 [debug] 10850\#0: reusable connection: 0 2020/01/28 23:11:40 [debug] 10850\#0: lua tcp socket keepalive: free connection pool for "B" 2020/01/28 23:11:40 [debug] 10850\#0: worker cycle 2020/01/28 23:11:40 [debug] 10850\#0: epoll timer: 59752 2020/01/28 23:11:40 [debug] 10850\#0: epoll: fd:3 ev:2011 d:0000000000A10ED1 2020/01/28 23:11:40 [debug] 10850\#0: epoll_wait() error on fd:3 ev:2011 2020/01/28 23:11:40 [debug] 10850\#0: *415 http wait request handler ' |
068-socket-keepalive.t | TEST 18: custom pools (same pool for the same path) - unix - pattern "lua tcp socket keepalive: free connection pool for " should not match any line in error.log but matches line "2020/01/28 23:11:40 [debug] 10850\#0: lua tcp socket keepalive: free connection pool for \"B\"" (req 0) |
2020/01/28 23:11:40 [debug] 10850\#0: worker cycle 2020/01/28 23:11:40 [debug] 10850\#0: epoll timer: 59752 2020/01/28 23:11:40 [debug] 10850\#0: epoll: fd:3 ev:2011 d:0000000000A10ED1 2020/01/28 23:11:40 [debug] 10850\#0: epoll_wait() error on fd:3 ev:2011 2020/01/28 23:11:40 [debug] 10850\#0: *415 http wait request handler 2020/01/28 23:11:40 [debug] 10850\#0: *415 malloc: 00000000009E52D0:80 2020/01/28 23:11:40 [debug] 10850\#0: *415 malloc: 0000000000999CA0:16 2020/01/28 23:11:40 [debug] 10850\#0: *415 malloc: 0000000000A04EC0:1024 2020/01/28 23:11:40 [debug] 10850\#0: *415 malloc: 00000000009CF9D0:16 ' |
068-socket-keepalive.t | TEST 28: conn queuing: connect() can specify 'pool_size' for unix domain socket - pattern "lua tcp socket keepalive: free connection pool for " should not match any line in error.log but matches line "2020/01/28 23:11:45 [debug] 11130\#0: lua tcp socket keepalive: free connection pool for \"127.0.0.1:11211\"" (req 0) |
2020/01/28 23:11:45 [notice] 11130\#0: exiting 2020/01/28 23:11:45 [debug] 11130\#0: flush files 2020/01/28 23:11:45 [debug] 11130\#0: run cleanup: 0000000000992150 2020/01/28 23:11:45 [debug] 11130\#0: run cleanup: 00000000009C72D0 2020/01/28 23:11:45 [debug] 11130\#0: lua decrementing the reference count for Lua VM: 1 2020/01/28 23:11:45 [debug] 11130\#0: lua close the global Lua VM 00007FAA7C0D3378 2020/01/28 23:11:45 [debug] 11130\#0: run cleanup: 00000000009C7290 2020/01/28 23:11:45 [debug] 11130\#0: run cleanup: 00000000009C7250 2020/01/28 23:11:45 [debug] 11130\#0: run cleanup: 0000000000A08660 ' |
068-socket-keepalive.t | TEST 29: conn queuing: connect() can specify 'pool_size' for custom pool - pattern "lua tcp socket keepalive: free connection pool for " should not match any line in error.log but matches line "2020/01/28 23:11:46 [debug] 11158\#0: lua tcp socket keepalive: free connection pool for \"unix:/home/ec2-user/git/lua-nginx-module/t/servroot/html/nginx.sock\"" (req 0) |
2020/01/28 23:11:46 [debug] 11158\#0: worker cycle 2020/01/28 23:11:46 [debug] 11158\#0: epoll timer: 59736 2020/01/28 23:11:46 [debug] 11158\#0: epoll: fd:3 ev:2011 d:0000000000A0ED50 2020/01/28 23:11:46 [debug] 11158\#0: epoll_wait() error on fd:3 ev:2011 2020/01/28 23:11:46 [debug] 11158\#0: *703 http wait request handler 2020/01/28 23:11:46 [debug] 11158\#0: *703 malloc: 00000000009996E0:80 2020/01/28 23:11:46 [debug] 11158\#0: *703 malloc: 00000000009BEE50:16 2020/01/28 23:11:46 [debug] 11158\#0: *703 malloc: 00000000009FB400:1024 2020/01/28 23:11:46 [debug] 11158\#0: *703 malloc: 00000000009EA130:16 ' |
086-init-by.t | nginx: [error] | init_by_lua error: init_by_lua:2: failed to init |
124-init-worker.t | TEST 18: syslog error log - udp_query ok |
'' doesn't match '(?^:Bad bad bad)' |
126-shdict-frag.t | TEST 9: cannot merge in-used big slabs page (forward) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,4 +1,4 @@ -successfully set bar. +successfully set bar with force. failed to safe set baz: no memory found bar: 4000 delete bar ' |
126-shdict-frag.t | TEST 7: merge big slabs (less than max slab size) backward - response_body - response is expected (repeated req 0, req 0) |
@@ -2,4 +2,4 @@ failed to safe set baz: no memory found bar: 4000 delete bar -successfully safe set baz +failed to safe set baz: no memory ' |
129-ssl-socket.t | TEST 27: unix domain ssl cosocket (gen session, true) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata ' |
129-ssl-socket.t | TEST 27: unix domain ssl cosocket (gen session, true) - grep_error_log_out (req 0) |
'' doesn't match '(?^:^lua ssl save session: ([0-9A-F]+) lua ssl free session: ([0-9A-F]+) $)' |
129-ssl-socket.t | TEST 27: unix domain ssl cosocket (gen session, true) - response_body - response is expected (repeated req 1, req 0) |
@@ -1,2 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata ' |
129-ssl-socket.t | TEST 27: unix domain ssl cosocket (gen session, true) - grep_error_log_out (req 1) |
'' doesn't match '(?^:^lua ssl save session: ([0-9A-F]+) lua ssl free session: ([0-9A-F]+) $)' |
129-ssl-socket.t | TEST 20: unix domain ssl cosocket (no verify) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
129-ssl-socket.t | TEST 20: unix domain ssl cosocket (no verify) - grep_error_log_out (req 0) |
'' doesn't match '(?^:^lua ssl save session: ([0-9A-F]+) lua ssl free session: ([0-9A-F]+) $)' |
129-ssl-socket.t | TEST 20: unix domain ssl cosocket (no verify) - response_body - response is expected (repeated req 1, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
129-ssl-socket.t | TEST 20: unix domain ssl cosocket (no verify) - grep_error_log_out (req 1) |
'' doesn't match '(?^:^lua ssl save session: ([0-9A-F]+) lua ssl free session: ([0-9A-F]+) $)' |
129-ssl-socket.t | TEST 28: unix domain ssl cosocket (keepalive) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,4 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: true -connected: 1 -ssl handshake: true ' |
129-ssl-socket.t | TEST 28: unix domain ssl cosocket (keepalive) - response_body - response is expected (repeated req 1, req 0) |
@@ -1,4 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: true -connected: 1 -ssl handshake: true ' |
132-lua-blocks.t | nginx: [emerg] | Lua code block missing the closing long bracket "]]" in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:41 |
132-lua-blocks.t | nginx: [emerg] | Lua code block missing the closing long bracket "]==]" in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:41 |
132-lua-blocks.t | nginx: [emerg] | Lua code block missing the closing long bracket "]]" in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:41 |
132-lua-blocks.t | nginx: [emerg] | "events" directive is not allowed here in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:56 |
132-lua-blocks.t | nginx: [emerg] | Lua code block missing the closing long bracket "]=]" in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:41 |
139-ssl-cert-by.t | TEST 21: some server {} block missing ssl_certificate_by_lua* handlers (regex server name) - pattern "(?^:\[info\] .*? SSL_do_handshake\(\) failed\b)" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 21: some server {} block missing ssl_certificate_by_lua* handlers (regex server name) - pattern "(?^:\[info\] .*? SSL_do_handshake\(\) failed\b)" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 21: some server {} block missing ssl_certificate_by_lua* handlers (regex server name) - pattern "(?^:\[info\] .*? SSL_do_handshake\(\) failed\b)" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 5: ngx.exit(0) - no yield - pattern "[emerg]" should not match any line in error.log but matches line "2020/01/28 23:19:40 [emerg] 31969\#0: unlink() /home/ec2-user/git/lua-nginx-module/t/servroot/html/nginx.sock failed (2: No such file or directory)" (req 0) |
2020/01/28 23:19:40 [notice] 31969\#0: start worker processes 2020/01/28 23:19:40 [debug] 31969\#0: channel 3:5 2020/01/28 23:19:40 [notice] 31969\#0: start worker process 32002 2020/01/28 23:19:40 [debug] 31969\#0: pass channel s:0 pid:32002 fd:3 to s:1 pid:31975 fd:4 2020/01/28 23:19:40 [debug] 31975\#0: epoll: fd:6 ev:0001 d:00000000025B1CD0 2020/01/28 23:19:40 [debug] 31975\#0: channel handler 2020/01/28 23:19:40 [debug] 31975\#0: channel: 32 2020/01/28 23:19:40 [debug] 31975\#0: channel command: 1 2020/01/28 23:19:40 [debug] 31975\#0: get channel s:0 pid:32002 fd:5 ' |
139-ssl-cert-by.t | TEST 8: ngx.exit(ngx.ERROR) - yield - pattern "(?^:\[info\] .*? SSL_do_handshake\(\) failed .*?cert cb error)" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 8: ngx.exit(ngx.ERROR) - yield - pattern "(?^:\[info\] .*? SSL_do_handshake\(\) failed .*?cert cb error)" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 8: ngx.exit(ngx.ERROR) - yield - pattern "(?^:\[info\] .*? SSL_do_handshake\(\) failed .*?cert cb error)" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 9: lua exception - no yield - pattern "(?^:\[info\] .*? SSL_do_handshake\(\) failed .*?cert cb error)" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 9: lua exception - no yield - pattern "[emerg]" should not match any line in error.log but matches line "2020/01/28 23:19:41 [emerg] 31969\#0: unlink() /home/ec2-user/git/lua-nginx-module/t/servroot/html/nginx.sock failed (2: No such file or directory)" (req 0) |
2020/01/28 23:19:41 [notice] 31969\#0: start worker processes 2020/01/28 23:19:41 [debug] 31969\#0: channel 4:6 2020/01/28 23:19:41 [notice] 31969\#0: start worker process 32089 2020/01/28 23:19:41 [debug] 31969\#0: pass channel s:1 pid:32089 fd:4 to s:0 pid:32058 fd:3 2020/01/28 23:19:41 [debug] 32058\#0: epoll: fd:5 ev:0001 d:00000000025E16C0 2020/01/28 23:19:41 [debug] 32058\#0: channel handler 2020/01/28 23:19:41 [debug] 32058\#0: channel: 32 2020/01/28 23:19:41 [debug] 32058\#0: channel command: 1 2020/01/28 23:19:41 [debug] 32058\#0: get channel s:1 pid:32089 fd:6 ' |
139-ssl-cert-by.t | TEST 9: lua exception - no yield - pattern "(?^:\[info\] .*? SSL_do_handshake\(\) failed .*?cert cb error)" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 9: lua exception - no yield - pattern "(?^:\[info\] .*? SSL_do_handshake\(\) failed .*?cert cb error)" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 4: cosocket - response_body - response is expected (repeated req 0, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 4: cosocket - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 4: cosocket - pattern "received memc reply: OK" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 4: cosocket - response_body - response is expected (repeated req 1, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 4: cosocket - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 4: cosocket - pattern "received memc reply: OK" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 4: cosocket - response_body - response is expected (repeated req 2, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 4: cosocket - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 4: cosocket - pattern "received memc reply: OK" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 13: subrequests disabled - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1 @@ -connected: 1 +failed to connect: no such file or directory -failed to do SSL handshake: handshake failed ' |
139-ssl-cert-by.t | TEST 13: subrequests disabled - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 13: subrequests disabled - pattern "ssl_certificate_by_lua:1: API disabled in the context of ssl_certificate_by_lua*" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 13: subrequests disabled - pattern "(?^:\[info\] .*?cert cb error)" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 13: subrequests disabled - response_body - response is expected (repeated req 1, req 0) |
@@ -1,2 +1 @@ -connected: 1 +failed to connect: no such file or directory -failed to do SSL handshake: handshake failed ' |
139-ssl-cert-by.t | TEST 13: subrequests disabled - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 13: subrequests disabled - pattern "ssl_certificate_by_lua:1: API disabled in the context of ssl_certificate_by_lua*" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 13: subrequests disabled - pattern "(?^:\[info\] .*?cert cb error)" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 13: subrequests disabled - response_body - response is expected (repeated req 2, req 0) |
@@ -1,2 +1 @@ -connected: 1 +failed to connect: no such file or directory -failed to do SSL handshake: handshake failed ' |
139-ssl-cert-by.t | TEST 13: subrequests disabled - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 13: subrequests disabled - pattern "ssl_certificate_by_lua:1: API disabled in the context of ssl_certificate_by_lua*" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 13: subrequests disabled - pattern "(?^:\[info\] .*?cert cb error)" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 14: simple logging (by_lua_file) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 14: simple logging (by_lua_file) - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 14: simple logging (by_lua_file) - pattern "a.lua:1: ssl cert by lua is running!" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 14: simple logging (by_lua_file) - response_body - response is expected (repeated req 1, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 14: simple logging (by_lua_file) - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 14: simple logging (by_lua_file) - pattern "a.lua:1: ssl cert by lua is running!" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 14: simple logging (by_lua_file) - response_body - response is expected (repeated req 2, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 14: simple logging (by_lua_file) - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 14: simple logging (by_lua_file) - pattern "a.lua:1: ssl cert by lua is running!" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 17: simple logging - use ssl_certificate_by_lua* on the http {} level - response_body - response is expected (repeated req 0, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 17: simple logging - use ssl_certificate_by_lua* on the http {} level - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 17: simple logging - use ssl_certificate_by_lua* on the http {} level - pattern "ssl_certificate_by_lua:1: ssl cert by lua is running!" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 17: simple logging - use ssl_certificate_by_lua* on the http {} level - response_body - response is expected (repeated req 1, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 17: simple logging - use ssl_certificate_by_lua* on the http {} level - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 17: simple logging - use ssl_certificate_by_lua* on the http {} level - pattern "ssl_certificate_by_lua:1: ssl cert by lua is running!" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 17: simple logging - use ssl_certificate_by_lua* on the http {} level - response_body - response is expected (repeated req 2, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 17: simple logging - use ssl_certificate_by_lua* on the http {} level - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 17: simple logging - use ssl_certificate_by_lua* on the http {} level - pattern "ssl_certificate_by_lua:1: ssl cert by lua is running!" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 1: simple logging - response_body - response is expected (repeated req 0, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 1: simple logging - grep_error_log_out (req 0) |
'reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 1 reusable connection: 0 reusable connection: 0 reusable connection: 0 ' doesn't match '(?^:reusable connection: 1 ssl cert: connection reusable: 1 reusable connection: 0 ssl_certificate_by_lua:1: ssl cert by lua is running!, )' |
139-ssl-cert-by.t | TEST 1: simple logging - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 1: simple logging - response_body - response is expected (repeated req 1, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 1: simple logging - grep_error_log_out (req 1) |
'reusable connection: 1 reusable connection: 0 reusable connection: 0 reusable connection: 0 ' doesn't match '(?^:reusable connection: 1 ssl cert: connection reusable: 1 reusable connection: 0 ssl_certificate_by_lua:1: ssl cert by lua is running!, )' |
139-ssl-cert-by.t | TEST 1: simple logging - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 1: simple logging - response_body - response is expected (repeated req 2, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 1: simple logging - grep_error_log_out (req 2) |
'reusable connection: 1 reusable connection: 0 reusable connection: 0 reusable connection: 0 ' doesn't match '(?^:reusable connection: 1 ssl cert: connection reusable: 1 reusable connection: 0 ssl_certificate_by_lua:1: ssl cert by lua is running!, )' |
139-ssl-cert-by.t | TEST 1: simple logging - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 12: connection aborted prematurely - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1 @@ -connected: 1 +failed to connect: no such file or directory -failed to do SSL handshake: timeout ' |
139-ssl-cert-by.t | TEST 12: connection aborted prematurely - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 12: connection aborted prematurely - pattern "ssl-cert-by-lua: after sleeping" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 12: connection aborted prematurely - response_body - response is expected (repeated req 1, req 0) |
@@ -1,2 +1 @@ -connected: 1 +failed to connect: no such file or directory -failed to do SSL handshake: timeout ' |
139-ssl-cert-by.t | TEST 12: connection aborted prematurely - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 12: connection aborted prematurely - pattern "ssl-cert-by-lua: after sleeping" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 12: connection aborted prematurely - response_body - response is expected (repeated req 2, req 0) |
@@ -1,2 +1 @@ -connected: 1 +failed to connect: no such file or directory -failed to do SSL handshake: timeout ' |
139-ssl-cert-by.t | TEST 12: connection aborted prematurely - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 12: connection aborted prematurely - pattern "ssl-cert-by-lua: after sleeping" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 2: sleep - response_body - response is expected (repeated req 0, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 2: sleep - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 2: sleep - pattern "(?^:elapsed in ssl cert by lua: 0.(?:09|1[01])\d+,)" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 2: sleep - response_body - response is expected (repeated req 1, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 2: sleep - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 2: sleep - pattern "(?^:elapsed in ssl cert by lua: 0.(?:09|1[01])\d+,)" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 2: sleep - response_body - response is expected (repeated req 2, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 2: sleep - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 2: sleep - pattern "(?^:elapsed in ssl cert by lua: 0.(?:09|1[01])\d+,)" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 15: coroutine API - response_body - response is expected (repeated req 0, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 15: coroutine API - grep_error_log_out (req 0) |
@@ -1,6 +0,0 @@ -co resume, status: suspended -co yield: 0 -co resume, status: suspended -co yield: 1 -co resume, status: suspended -co yield: 2 ' |
139-ssl-cert-by.t | TEST 15: coroutine API - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 15: coroutine API - response_body - response is expected (repeated req 1, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 15: coroutine API - grep_error_log_out (req 1) |
@@ -1,6 +0,0 @@ -co resume, status: suspended -co yield: 0 -co resume, status: suspended -co yield: 1 -co resume, status: suspended -co yield: 2 ' |
139-ssl-cert-by.t | TEST 15: coroutine API - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 15: coroutine API - response_body - response is expected (repeated req 2, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 15: coroutine API - grep_error_log_out (req 2) |
@@ -1,6 +0,0 @@ -co resume, status: suspended -co yield: 0 -co resume, status: suspended -co yield: 1 -co resume, status: suspended -co yield: 2 ' |
139-ssl-cert-by.t | TEST 15: coroutine API - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 25: cosocket (UDP) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata ' |
139-ssl-cert-by.t | TEST 25: cosocket (UDP) - grep_error_log_out (req 0) |
got: '' expected: 'received memc reply of 12 bytes ' |
139-ssl-cert-by.t | TEST 25: cosocket (UDP) - response_body - response is expected (repeated req 1, req 0) |
@@ -1,2 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata ' |
139-ssl-cert-by.t | TEST 25: cosocket (UDP) - grep_error_log_out (req 1) |
got: '' expected: 'received memc reply of 12 bytes ' |
139-ssl-cert-by.t | TEST 25: cosocket (UDP) - response_body - response is expected (repeated req 2, req 0) |
@@ -1,2 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata ' |
139-ssl-cert-by.t | TEST 25: cosocket (UDP) - grep_error_log_out (req 2) |
got: '' expected: 'received memc reply of 12 bytes ' |
139-ssl-cert-by.t | TEST 26: uthread (kill) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata ' |
139-ssl-cert-by.t | TEST 26: uthread (kill) - grep_error_log_out (req 0) |
@@ -1,3 +0,0 @@ -uthread: hello from f() -uthread: killed -uthread: failed to kill: already waited or killed ' |
139-ssl-cert-by.t | TEST 26: uthread (kill) - response_body - response is expected (repeated req 1, req 0) |
@@ -1,2 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata ' |
139-ssl-cert-by.t | TEST 26: uthread (kill) - grep_error_log_out (req 1) |
@@ -1,3 +0,0 @@ -uthread: hello from f() -uthread: killed -uthread: failed to kill: already waited or killed ' |
139-ssl-cert-by.t | TEST 26: uthread (kill) - response_body - response is expected (repeated req 2, req 0) |
@@ -1,2 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata ' |
139-ssl-cert-by.t | TEST 26: uthread (kill) - grep_error_log_out (req 2) |
@@ -1,3 +0,0 @@ -uthread: hello from f() -uthread: killed -uthread: failed to kill: already waited or killed ' |
139-ssl-cert-by.t | TEST 11: get phase - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata ' |
139-ssl-cert-by.t | TEST 11: get phase - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 11: get phase - pattern "get_phase: ssl_cert" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 11: get phase - response_body - response is expected (repeated req 1, req 0) |
@@ -1,2 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata ' |
139-ssl-cert-by.t | TEST 11: get phase - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 11: get phase - pattern "get_phase: ssl_cert" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 11: get phase - response_body - response is expected (repeated req 2, req 0) |
@@ -1,2 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata ' |
139-ssl-cert-by.t | TEST 11: get phase - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 11: get phase - pattern "get_phase: ssl_cert" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 20: some server {} block missing ssl_certificate_by_lua* handlers (literal server name) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1 @@ -connected: 1 +failed to connect: no such file or directory -failed to do SSL handshake: handshake failed ' |
139-ssl-cert-by.t | TEST 20: some server {} block missing ssl_certificate_by_lua* handlers (literal server name) - pattern "(?^:\[alert\] .*? no ssl_certificate_by_lua\* defined in server test2\.com\b)" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 20: some server {} block missing ssl_certificate_by_lua* handlers (literal server name) - pattern "(?^:\[info\] .*? SSL_do_handshake\(\) failed\b)" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 20: some server {} block missing ssl_certificate_by_lua* handlers (literal server name) - response_body - response is expected (repeated req 1, req 0) |
@@ -1,2 +1 @@ -connected: 1 +failed to connect: no such file or directory -failed to do SSL handshake: handshake failed ' |
139-ssl-cert-by.t | TEST 20: some server {} block missing ssl_certificate_by_lua* handlers (literal server name) - pattern "(?^:\[alert\] .*? no ssl_certificate_by_lua\* defined in server test2\.com\b)" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 20: some server {} block missing ssl_certificate_by_lua* handlers (literal server name) - pattern "(?^:\[info\] .*? SSL_do_handshake\(\) failed\b)" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 20: some server {} block missing ssl_certificate_by_lua* handlers (literal server name) - response_body - response is expected (repeated req 2, req 0) |
@@ -1,2 +1 @@ -connected: 1 +failed to connect: no such file or directory -failed to do SSL handshake: handshake failed ' |
139-ssl-cert-by.t | TEST 20: some server {} block missing ssl_certificate_by_lua* handlers (literal server name) - pattern "(?^:\[alert\] .*? no ssl_certificate_by_lua\* defined in server test2\.com\b)" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 20: some server {} block missing ssl_certificate_by_lua* handlers (literal server name) - pattern "(?^:\[info\] .*? SSL_do_handshake\(\) failed\b)" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 23: get raw_client_addr - unix domain socket - response_body - response is expected (repeated req 0, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 23: get raw_client_addr - unix domain socket - pattern "client socket file: " should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 23: get raw_client_addr - unix domain socket - response_body - response is expected (repeated req 1, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 23: get raw_client_addr - unix domain socket - pattern "client socket file: " should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 23: get raw_client_addr - unix domain socket - response_body - response is expected (repeated req 2, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 23: get raw_client_addr - unix domain socket - pattern "client socket file: " should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 18: simple logging (syslog) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 18: simple logging (syslog) - pattern "(?^:\[error\] .*? send\(\) failed)" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 18: simple logging (syslog) - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 18: simple logging (syslog) - response_body - response is expected (repeated req 1, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 18: simple logging (syslog) - pattern "(?^:\[error\] .*? send\(\) failed)" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 18: simple logging (syslog) - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 18: simple logging (syslog) - response_body - response is expected (repeated req 2, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
139-ssl-cert-by.t | TEST 18: simple logging (syslog) - pattern "(?^:\[error\] .*? send\(\) failed)" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 18: simple logging (syslog) - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 10: lua exception - yield - pattern "(?^:\[info\] .*? SSL_do_handshake\(\) failed .*?cert cb error)" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 10: lua exception - yield - pattern "[emerg]" should not match any line in error.log but matches line "2020/01/28 23:19:52 [emerg] 31969\#0: unlink() /home/ec2-user/git/lua-nginx-module/t/servroot/html/nginx.sock failed (2: No such file or directory)" (req 0) |
2020/01/28 23:19:52 [notice] 31969\#0: start worker processes 2020/01/28 23:19:52 [debug] 31969\#0: channel 4:6 2020/01/28 23:19:52 [notice] 31969\#0: start worker process 32538 2020/01/28 23:19:52 [debug] 31969\#0: pass channel s:1 pid:32538 fd:4 to s:0 pid:32511 fd:3 2020/01/28 23:19:52 [debug] 32511\#0: epoll: fd:5 ev:0001 d:00000000026217B0 2020/01/28 23:19:52 [debug] 32511\#0: channel handler 2020/01/28 23:19:52 [debug] 32511\#0: channel: 32 2020/01/28 23:19:52 [debug] 32511\#0: channel command: 1 2020/01/28 23:19:52 [debug] 32511\#0: get channel s:1 pid:32538 fd:6 ' |
139-ssl-cert-by.t | TEST 10: lua exception - yield - pattern "(?^:\[info\] .*? SSL_do_handshake\(\) failed .*?cert cb error)" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 10: lua exception - yield - pattern "(?^:\[info\] .*? SSL_do_handshake\(\) failed .*?cert cb error)" should match a line in error.log (req 2) | |
139-ssl-cert-by.t | TEST 6: ngx.exit(ngx.ERROR) - no yield - pattern "(?^:\[info\] .*? SSL_do_handshake\(\) failed .*?cert cb error)" should match a line in error.log (req 0) | |
139-ssl-cert-by.t | TEST 6: ngx.exit(ngx.ERROR) - no yield - pattern "(?^:\[info\] .*? SSL_do_handshake\(\) failed .*?cert cb error)" should match a line in error.log (req 1) | |
139-ssl-cert-by.t | TEST 6: ngx.exit(ngx.ERROR) - no yield - pattern "(?^:\[info\] .*? SSL_do_handshake\(\) failed .*?cert cb error)" should match a line in error.log (req 2) | |
140-ssl-c-api.t | TEST 5: ECDSA cert + private key cdata - response_body - response is expected (repeated req 0, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
140-ssl-c-api.t | TEST 5: ECDSA cert + private key cdata - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0) | |
140-ssl-c-api.t | TEST 5: ECDSA cert + private key cdata - response_body - response is expected (repeated req 1, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
140-ssl-c-api.t | TEST 5: ECDSA cert + private key cdata - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1) | |
140-ssl-c-api.t | TEST 5: ECDSA cert + private key cdata - response_body - response is expected (repeated req 2, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
140-ssl-c-api.t | TEST 5: ECDSA cert + private key cdata - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2) | |
140-ssl-c-api.t | TEST 2: ECDSA cert + private key - response_body - response is expected (repeated req 0, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
140-ssl-c-api.t | TEST 2: ECDSA cert + private key - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0) | |
140-ssl-c-api.t | TEST 2: ECDSA cert + private key - response_body - response is expected (repeated req 1, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
140-ssl-c-api.t | TEST 2: ECDSA cert + private key - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1) | |
140-ssl-c-api.t | TEST 2: ECDSA cert + private key - response_body - response is expected (repeated req 2, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
140-ssl-c-api.t | TEST 2: ECDSA cert + private key - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2) | |
140-ssl-c-api.t | TEST 3: Handshake continue when cert_pem_to_der errors - response_body - response is expected (repeated req 0, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
140-ssl-c-api.t | TEST 3: Handshake continue when cert_pem_to_der errors - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0) | |
140-ssl-c-api.t | TEST 3: Handshake continue when cert_pem_to_der errors - pattern "failed to parse PEM cert: PEM_read_bio_X509_AUX()" should match a line in error.log (req 0) | |
140-ssl-c-api.t | TEST 3: Handshake continue when cert_pem_to_der errors - pattern "failed to parse PEM priv key: PEM_read_bio_PrivateKey() failed" should match a line in error.log (req 0) | |
140-ssl-c-api.t | TEST 3: Handshake continue when cert_pem_to_der errors - response_body - response is expected (repeated req 1, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
140-ssl-c-api.t | TEST 3: Handshake continue when cert_pem_to_der errors - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1) | |
140-ssl-c-api.t | TEST 3: Handshake continue when cert_pem_to_der errors - pattern "failed to parse PEM cert: PEM_read_bio_X509_AUX()" should match a line in error.log (req 1) | |
140-ssl-c-api.t | TEST 3: Handshake continue when cert_pem_to_der errors - pattern "failed to parse PEM priv key: PEM_read_bio_PrivateKey() failed" should match a line in error.log (req 1) | |
140-ssl-c-api.t | TEST 3: Handshake continue when cert_pem_to_der errors - response_body - response is expected (repeated req 2, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
140-ssl-c-api.t | TEST 3: Handshake continue when cert_pem_to_der errors - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2) | |
140-ssl-c-api.t | TEST 3: Handshake continue when cert_pem_to_der errors - pattern "failed to parse PEM cert: PEM_read_bio_X509_AUX()" should match a line in error.log (req 2) | |
140-ssl-c-api.t | TEST 3: Handshake continue when cert_pem_to_der errors - pattern "failed to parse PEM priv key: PEM_read_bio_PrivateKey() failed" should match a line in error.log (req 2) | |
140-ssl-c-api.t | TEST 4: simple cert + private key cdata - response_body - response is expected (repeated req 0, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
140-ssl-c-api.t | TEST 4: simple cert + private key cdata - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0) | |
140-ssl-c-api.t | TEST 4: simple cert + private key cdata - response_body - response is expected (repeated req 1, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
140-ssl-c-api.t | TEST 4: simple cert + private key cdata - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1) | |
140-ssl-c-api.t | TEST 4: simple cert + private key cdata - response_body - response is expected (repeated req 2, req 0) |
@@ -1,11 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -sent http request: 56 bytes. -received: HTTP/1.1 201 Created -received: Server: nginx -received: Content-Type: text/plain -received: Content-Length: 4 -received: Connection: close -received: -received: foo -close: 1 nil ' |
140-ssl-c-api.t | TEST 4: simple cert + private key cdata - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2) | |
142-ssl-session-store.t | TEST 2: sleep is not allowed - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 2: sleep is not allowed - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0) | |
142-ssl-session-store.t | TEST 2: sleep is not allowed - pattern "API disabled in the context of ssl_session_store_by_lua*" should match a line in error.log (req 0) | |
142-ssl-session-store.t | TEST 2: sleep is not allowed - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 2: sleep is not allowed - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1) | |
142-ssl-session-store.t | TEST 2: sleep is not allowed - pattern "API disabled in the context of ssl_session_store_by_lua*" should match a line in error.log (req 1) | |
142-ssl-session-store.t | TEST 2: sleep is not allowed - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 2: sleep is not allowed - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2) | |
142-ssl-session-store.t | TEST 2: sleep is not allowed - pattern "API disabled in the context of ssl_session_store_by_lua*" should match a line in error.log (req 2) | |
142-ssl-session-store.t | TEST 10: simple logging (by file) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 10: simple logging (by file) - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0) | |
142-ssl-session-store.t | TEST 10: simple logging (by file) - pattern "a.lua:1: ssl store session by lua is running!" should match a line in error.log (req 0) | |
142-ssl-session-store.t | TEST 10: simple logging (by file) - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 10: simple logging (by file) - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1) | |
142-ssl-session-store.t | TEST 10: simple logging (by file) - pattern "a.lua:1: ssl store session by lua is running!" should match a line in error.log (req 1) | |
142-ssl-session-store.t | TEST 10: simple logging (by file) - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 10: simple logging (by file) - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2) | |
142-ssl-session-store.t | TEST 10: simple logging (by file) - pattern "a.lua:1: ssl store session by lua is running!" should match a line in error.log (req 2) | |
142-ssl-session-store.t | TEST 9: inter-operation with ssl_certificate_by_lua - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 9: inter-operation with ssl_certificate_by_lua - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0) | |
142-ssl-session-store.t | TEST 9: inter-operation with ssl_certificate_by_lua - pattern "(?^:elapsed in ssl cert by lua: 0.(?:09|1[01])\d+,)" should match a line in error.log (req 0) | |
142-ssl-session-store.t | TEST 9: inter-operation with ssl_certificate_by_lua - pattern "ssl_session_store_by_lua_block:1: ssl store session by lua is running!" should match a line in error.log (req 0) | |
142-ssl-session-store.t | TEST 9: inter-operation with ssl_certificate_by_lua - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 9: inter-operation with ssl_certificate_by_lua - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1) | |
142-ssl-session-store.t | TEST 9: inter-operation with ssl_certificate_by_lua - pattern "(?^:elapsed in ssl cert by lua: 0.(?:09|1[01])\d+,)" should match a line in error.log (req 1) | |
142-ssl-session-store.t | TEST 9: inter-operation with ssl_certificate_by_lua - pattern "ssl_session_store_by_lua_block:1: ssl store session by lua is running!" should match a line in error.log (req 1) | |
142-ssl-session-store.t | TEST 9: inter-operation with ssl_certificate_by_lua - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 9: inter-operation with ssl_certificate_by_lua - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2) | |
142-ssl-session-store.t | TEST 9: inter-operation with ssl_certificate_by_lua - pattern "(?^:elapsed in ssl cert by lua: 0.(?:09|1[01])\d+,)" should match a line in error.log (req 2) | |
142-ssl-session-store.t | TEST 9: inter-operation with ssl_certificate_by_lua - pattern "ssl_session_store_by_lua_block:1: ssl store session by lua is running!" should match a line in error.log (req 2) | |
142-ssl-session-store.t | TEST 8: get phase - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 8: get phase - pattern "get_phase: ssl_session_store" should match a line in error.log (req 0) | |
142-ssl-session-store.t | TEST 8: get phase - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 8: get phase - pattern "get_phase: ssl_session_store" should match a line in error.log (req 1) | |
142-ssl-session-store.t | TEST 8: get phase - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 8: get phase - pattern "get_phase: ssl_session_store" should match a line in error.log (req 2) | |
142-ssl-session-store.t | nginx: [emerg] | "ssl_session_store_by_lua_block" directive is not allowed here in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:28 |
142-ssl-session-store.t | TEST 4: cosocket is not allowed - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 4: cosocket is not allowed - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0) | |
142-ssl-session-store.t | TEST 4: cosocket is not allowed - pattern "API disabled in the context of ssl_session_store_by_lua*" should match a line in error.log (req 0) | |
142-ssl-session-store.t | TEST 4: cosocket is not allowed - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 4: cosocket is not allowed - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1) | |
142-ssl-session-store.t | TEST 4: cosocket is not allowed - pattern "API disabled in the context of ssl_session_store_by_lua*" should match a line in error.log (req 1) | |
142-ssl-session-store.t | TEST 4: cosocket is not allowed - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 4: cosocket is not allowed - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2) | |
142-ssl-session-store.t | TEST 4: cosocket is not allowed - pattern "API disabled in the context of ssl_session_store_by_lua*" should match a line in error.log (req 2) | |
142-ssl-session-store.t | TEST 3: timer - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 3: timer - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 0) | |
142-ssl-session-store.t | TEST 3: timer - pattern "my timer run!" should match a line in error.log (req 0) | |
142-ssl-session-store.t | TEST 3: timer - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 3: timer - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 1) | |
142-ssl-session-store.t | TEST 3: timer - pattern "my timer run!" should match a line in error.log (req 1) | |
142-ssl-session-store.t | TEST 3: timer - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 3: timer - pattern "lua ssl server name: "test.com"" should match a line in error.log (req 2) | |
142-ssl-session-store.t | TEST 3: timer - pattern "my timer run!" should match a line in error.log (req 2) | |
142-ssl-session-store.t | TEST 7: lua exception - no yield - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 7: lua exception - no yield - pattern "failed to run session_store_by_lua*: ssl_session_store_by_lua_block:2: bad bad bad" should match a line in error.log (req 0) | |
142-ssl-session-store.t | TEST 7: lua exception - no yield - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 7: lua exception - no yield - pattern "failed to run session_store_by_lua*: ssl_session_store_by_lua_block:2: bad bad bad" should match a line in error.log (req 1) | |
142-ssl-session-store.t | TEST 7: lua exception - no yield - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 7: lua exception - no yield - pattern "failed to run session_store_by_lua*: ssl_session_store_by_lua_block:2: bad bad bad" should match a line in error.log (req 2) | |
142-ssl-session-store.t | TEST 5: ngx.exit(0) - no yield - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 5: ngx.exit(0) - no yield - pattern "lua exit with code 0" should match a line in error.log (req 0) | |
142-ssl-session-store.t | TEST 5: ngx.exit(0) - no yield - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 5: ngx.exit(0) - no yield - pattern "lua exit with code 0" should match a line in error.log (req 1) | |
142-ssl-session-store.t | TEST 5: ngx.exit(0) - no yield - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
142-ssl-session-store.t | TEST 5: ngx.exit(0) - no yield - pattern "lua exit with code 0" should match a line in error.log (req 2) | |
143-ssl-session-fetch.t | TEST 4: cosocket - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 4: cosocket - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 4: cosocket - grep_error_log_out (req 1) |
got: '' expected: 'received memc reply: OK ' |
143-ssl-session-fetch.t | TEST 4: cosocket - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 4: cosocket - grep_error_log_out (req 2) |
got: '' expected: 'received memc reply: OK ' |
143-ssl-session-fetch.t | TEST 18: cosocket (UDP) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 18: cosocket (UDP) - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 18: cosocket (UDP) - grep_error_log_out (req 1) |
got: '' expected: 'received memc reply of 12 bytes ' |
143-ssl-session-fetch.t | TEST 18: cosocket (UDP) - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 18: cosocket (UDP) - grep_error_log_out (req 2) |
got: '' expected: 'received memc reply of 12 bytes ' |
143-ssl-session-fetch.t | TEST 19: uthread (kill) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 19: uthread (kill) - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 19: uthread (kill) - grep_error_log_out (req 1) |
@@ -1,3 +0,0 @@ -uthread: hello from f() -uthread: killed -uthread: failed to kill: already waited or killed ' |
143-ssl-session-fetch.t | TEST 19: uthread (kill) - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 19: uthread (kill) - grep_error_log_out (req 2) |
@@ -1,3 +0,0 @@ -uthread: hello from f() -uthread: killed -uthread: failed to kill: already waited or killed ' |
143-ssl-session-fetch.t | TEST 15: ssl_session_fetch_by_lua* is skipped when session ticket is provided - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 15: ssl_session_fetch_by_lua* is skipped when session ticket is provided - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 15: ssl_session_fetch_by_lua* is skipped when session ticket is provided - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 10: get phase - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 10: get phase - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 10: get phase - grep_error_log_out (req 1) |
got: '' expected: 'get_phase: ssl_session_fetch ' |
143-ssl-session-fetch.t | TEST 10: get phase - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 10: get phase - grep_error_log_out (req 2) |
got: '' expected: 'get_phase: ssl_session_fetch ' |
143-ssl-session-fetch.t | TEST 1: simple logging - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 1: simple logging - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 1: simple logging - grep_error_log_out (req 1) |
'reusable connection: 1 reusable connection: 0 reusable connection: 0 reusable connection: 0 ' doesn't match '(?^m:^reusable connection: 1 ssl session fetch: connection reusable: 1 reusable connection: 0 ssl_session_fetch_by_lua_block:1: ssl fetch sess by lua is running!, )' |
143-ssl-session-fetch.t | TEST 1: simple logging - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 1: simple logging - grep_error_log_out (req 2) |
'reusable connection: 1 reusable connection: 0 reusable connection: 0 reusable connection: 0 ' doesn't match '(?^m:^reusable connection: 1 ssl session fetch: connection reusable: 1 reusable connection: 0 ssl_session_fetch_by_lua_block:1: ssl fetch sess by lua is running!, )' |
143-ssl-session-fetch.t | TEST 7: ngx.exit(ngx.ERROR) - yield - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 7: ngx.exit(ngx.ERROR) - yield - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 7: ngx.exit(ngx.ERROR) - yield - grep_error_log_out (req 1) |
got: '' expected: 'ssl_session_fetch_by_lua*: sess get cb exit code: 0 ' |
143-ssl-session-fetch.t | TEST 7: ngx.exit(ngx.ERROR) - yield - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 7: ngx.exit(ngx.ERROR) - yield - grep_error_log_out (req 2) |
got: '' expected: 'ssl_session_fetch_by_lua*: sess get cb exit code: 0 ' |
143-ssl-session-fetch.t | TEST 6: ngx.exit(ngx.ERROR) - yield - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 6: ngx.exit(ngx.ERROR) - yield - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 6: ngx.exit(ngx.ERROR) - yield - grep_error_log_out (req 1) |
got: '' expected: 'ssl_session_fetch_by_lua*: handler return value: -1, sess get cb exit code: 0 ' |
143-ssl-session-fetch.t | TEST 6: ngx.exit(ngx.ERROR) - yield - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 6: ngx.exit(ngx.ERROR) - yield - grep_error_log_out (req 2) |
got: '' expected: 'ssl_session_fetch_by_lua*: handler return value: -1, sess get cb exit code: 0 ' |
143-ssl-session-fetch.t | TEST 20: uthread (wait) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 20: uthread (wait) - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 20: uthread (wait) - grep_error_log_out (req 1) |
@@ -1,3 +0,0 @@ -uthread: hello from f() -uthread: 32 -uthread: failed to kill: already waited or killed ' |
143-ssl-session-fetch.t | TEST 20: uthread (wait) - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 20: uthread (wait) - grep_error_log_out (req 2) |
@@ -1,3 +0,0 @@ -uthread: hello from f() -uthread: 32 -uthread: failed to kill: already waited or killed ' |
143-ssl-session-fetch.t | TEST 5: ngx.exit(0) - yield - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 5: ngx.exit(0) - yield - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 5: ngx.exit(0) - yield - grep_error_log_out (req 1) |
got: '' expected: 'lua exit with code 0 ' |
143-ssl-session-fetch.t | TEST 5: ngx.exit(0) - yield - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 5: ngx.exit(0) - yield - grep_error_log_out (req 2) |
got: '' expected: 'lua exit with code 0 ' |
143-ssl-session-fetch.t | TEST 14: keep global variable in ssl_session_(store|fetch)_by_lua when OpenResty LuaJIT is used - response_body_like - response is expected (failed to connect: no such file or directory) |
'failed to connect: no such file or directory ' doesn't match '(?^s:\A[123]done\n\z)' |
143-ssl-session-fetch.t | TEST 14: keep global variable in ssl_session_(store|fetch)_by_lua when OpenResty LuaJIT is used - grep_error_log_out (req 1) |
got: '' expected: 'old foo: 1 ' |
143-ssl-session-fetch.t | TEST 14: keep global variable in ssl_session_(store|fetch)_by_lua when OpenResty LuaJIT is used - response_body_like - response is expected (failed to connect: no such file or directory) |
'failed to connect: no such file or directory ' doesn't match '(?^s:\A[123]done\n\z)' |
143-ssl-session-fetch.t | TEST 14: keep global variable in ssl_session_(store|fetch)_by_lua when OpenResty LuaJIT is used - grep_error_log_out (req 2) |
@@ -1,2 +0,0 @@ -old bar: 1 -old foo: 2 ' |
143-ssl-session-fetch.t | TEST 2: sleep - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 2: sleep - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 2: sleep - grep_error_log_out (req 1) |
'' doesn't match '(?^:elapsed in ssl fetch session by lua: 0.(?:09|1[01])\d+,)' |
143-ssl-session-fetch.t | TEST 2: sleep - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 2: sleep - grep_error_log_out (req 2) |
'' doesn't match '(?^:elapsed in ssl fetch session by lua: 0.(?:09|1[01])\d+,)' |
143-ssl-session-fetch.t | TEST 8: lua exception - no yield - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 8: lua exception - no yield - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 8: lua exception - no yield - grep_error_log_out (req 1) |
got: '' expected: 'ssl_session_fetch_by_lua_block:2: bad bad bad ' |
143-ssl-session-fetch.t | TEST 8: lua exception - no yield - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 8: lua exception - no yield - grep_error_log_out (req 2) |
got: '' expected: 'ssl_session_fetch_by_lua_block:2: bad bad bad ' |
143-ssl-session-fetch.t | TEST 12: simple logging (by file) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 12: simple logging (by file) - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 12: simple logging (by file) - grep_error_log_out (req 1) |
got: '' expected: 'a.lua:1: ssl fetch sess by lua is running! ' |
143-ssl-session-fetch.t | TEST 12: simple logging (by file) - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 12: simple logging (by file) - grep_error_log_out (req 2) |
got: '' expected: 'a.lua:1: ssl fetch sess by lua is running! ' |
143-ssl-session-fetch.t | TEST 3: timer - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 3: timer - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 3: timer - grep_error_log_out (req 1) |
got: '' expected: 'my timer run! ' |
143-ssl-session-fetch.t | TEST 3: timer - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 3: timer - grep_error_log_out (req 2) |
got: '' expected: 'my timer run! ' |
143-ssl-session-fetch.t | TEST 9: lua exception - yield - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 9: lua exception - yield - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 9: lua exception - yield - grep_error_log_out (req 1) |
@@ -1,2 +0,0 @@ -ssl_session_fetch_by_lua_block:3: bad bad bad -ssl_session_fetch_by_lua*: sess get cb exit code: 0 ' |
143-ssl-session-fetch.t | TEST 9: lua exception - yield - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 9: lua exception - yield - grep_error_log_out (req 2) |
@@ -1,2 +0,0 @@ -ssl_session_fetch_by_lua_block:3: bad bad bad -ssl_session_fetch_by_lua*: sess get cb exit code: 0 ' |
143-ssl-session-fetch.t | TEST 13: mixing ssl virtual servers with non-ssl virtual servers - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 13: mixing ssl virtual servers with non-ssl virtual servers - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 13: mixing ssl virtual servers with non-ssl virtual servers - grep_error_log_out (req 1) |
got: '' expected: 'ssl_session_fetch_by_lua_block:1: ssl fetch sess by lua is running! ' |
143-ssl-session-fetch.t | TEST 13: mixing ssl virtual servers with non-ssl virtual servers - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 13: mixing ssl virtual servers with non-ssl virtual servers - grep_error_log_out (req 2) |
got: '' expected: 'ssl_session_fetch_by_lua_block:1: ssl fetch sess by lua is running! ' |
143-ssl-session-fetch.t | TEST 11: inter-operation with ssl_certificate_by_lua - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 11: inter-operation with ssl_certificate_by_lua - grep_error_log_out (req 0) |
@@ -1,2 +0,0 @@ -ssl cert by lua is running! -ssl store session by lua is running! ' |
143-ssl-session-fetch.t | TEST 11: inter-operation with ssl_certificate_by_lua - pattern "[emerg]" should not match any line in error.log but matches line "2020/01/28 23:20:10 [emerg] 581\#0: unlink() /home/ec2-user/git/lua-nginx-module/t/servroot/html/http.sock failed (2: No such file or directory)" (req 0) |
2020/01/28 23:20:10 [notice] 581\#0: start worker processes 2020/01/28 23:20:10 [debug] 581\#0: channel 3:5 2020/01/28 23:20:10 [notice] 581\#0: start worker process 1067 2020/01/28 23:20:10 [debug] 581\#0: pass channel s:0 pid:1067 fd:3 to s:1 pid:1038 fd:4 2020/01/28 23:20:10 [debug] 1038\#0: epoll: fd:8 ev:0001 d:00000000013106E0 2020/01/28 23:20:10 [debug] 1038\#0: channel handler 2020/01/28 23:20:10 [debug] 1038\#0: channel: 32 2020/01/28 23:20:10 [debug] 1038\#0: channel command: 1 2020/01/28 23:20:10 [debug] 1038\#0: get channel s:0 pid:1067 fd:5 ' |
143-ssl-session-fetch.t | TEST 11: inter-operation with ssl_certificate_by_lua - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 11: inter-operation with ssl_certificate_by_lua - grep_error_log_out (req 1) |
@@ -1,3 +0,0 @@ -ssl fetch session by lua is running! -ssl cert by lua is running! -ssl store session by lua is running! ' |
143-ssl-session-fetch.t | TEST 11: inter-operation with ssl_certificate_by_lua - response_body - response is expected (repeated req 2, req 0) |
@@ -1,3 +1 @@ -connected: 1 +failed to connect: no such file or directory -ssl handshake: userdata -close: 1 nil ' |
143-ssl-session-fetch.t | TEST 11: inter-operation with ssl_certificate_by_lua - grep_error_log_out (req 2) |
@@ -1,3 +0,0 @@ -ssl fetch session by lua is running! -ssl cert by lua is running! -ssl store session by lua is running! ' |
145-shdict-list.t | TEST 13: lpush and rpop - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1,4 @@ +push err: nil +bar 1 -2 +pop err: nil -3 ' |
145-shdict-list.t | TEST 5: add operation on list type - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1,3 @@ -push success +push err: value not a list false exists -nil value is a list +bar nil ' |
145-shdict-list.t | TEST 6: delete operation on list type - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1,3 @@ -push success +push err: value not a list true nil nil nil ' |
145-shdict-list.t | TEST 4: replace operation on list type - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1,3 @@ -push success +push err: value not a list true nil bar nil ' |
145-shdict-list.t | TEST 1: lpush & lpop - response_body - response is expected (repeated req 0, req 0) |
@@ -1,5 +1,5 @@ -push success +push err: value not a list -1 nil +nil value not a list -bar nil +nil value not a list -0 nil +nil value not a list -nil nil +nil value not a list ' |
145-shdict-list.t | TEST 7: incr operation on list type - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1,3 @@ -push success +push err: value not a list nil not a number -nil value is a list +bar nil ' |
146-malloc-trim.t | TEST 3: malloc_trim() every 2 req, in subreq - grep_error_log_out (req 0) |
'malloc_trim(1) returned 1 malloc_trim(1) returned 0 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 ' doesn't match '(?^:\Amalloc_trim\(1\) returned [01] malloc_trim\(1\) returned [01] malloc_trim\(1\) returned [01] \z)' |
146-malloc-trim.t | TEST 6: zero count means off - grep_error_log_out (req 0) |
got: 'malloc_trim(1) returned 1 ' expected: '' |
146-malloc-trim.t | TEST 5: malloc_trim() every 2 req, in subreq, big memory usage - grep_error_log_out (req 0) |
@@ -1,3 +1,13 @@ malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 +malloc_trim(1) returned 1 +malloc_trim(1) returned 1 +malloc_trim(1) returned 1 +malloc_trim(1) returned 1 +malloc_trim(1) returned 1 +malloc_trim(1) returned 1 +malloc_trim(1) returned 1 +malloc_trim(1) returned 1 +malloc_trim(1) returned 1 +malloc_trim(1) returned 1 ' |
146-malloc-trim.t | TEST 4: malloc_trim() every 3 req, in subreq - grep_error_log_out (req 0) |
'malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 ' doesn't match '(?^:\Amalloc_trim\(1\) returned [01] malloc_trim\(1\) returned [01] \z)' |
146-malloc-trim.t | TEST 7: zero count means off, log_by_lua - grep_error_log_out (req 0) |
got: 'malloc_trim(1) returned 1 ' expected: '' |
146-malloc-trim.t | TEST 2: malloc_trim() every 1 req, in subreq - grep_error_log_out (req 0) |
'malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 ' doesn't match '(?^:\Amalloc_trim\(1\) returned [01] malloc_trim\(1\) returned [01] malloc_trim\(1\) returned [01] malloc_trim\(1\) returned [01] malloc_trim\(1\) returned [01] malloc_trim\(1\) returned [01] \z)' |
146-malloc-trim.t | TEST 8: malloc_trim() every 1 req - grep_error_log_out (req 0) |
'malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 malloc_trim(1) returned 1 ' doesn't match '(?^:\Amalloc_trim\(1\) returned [01] \z)' |
148-fake-shm-zone.t | nginx: [emerg] | lua_fake_shm "x1" is already defined as "x1" in /home/ec2-user/git/lua-nginx-module/t/servroot/conf/nginx.conf:26 |
148-fake-shm-zone.t | TEST 4: multiply zones - response_body - response is expected (repeated req 0, req 0) |
@@ -1,7 +1,7 @@ name=x1 size=1048576 isinit=true -isold=false +isold=true name=x2 size=2097152 isinit=true ' Looks like you failed 1 test of 14. |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDC50, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511893392: 1880950 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0B8B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFCF30:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDC50:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDC70:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512007928: 10:1880962 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E849EF8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E33010, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511964720: 1880950 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFF9D0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E17F10:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E33010:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E33030:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512071224: 10:1880962 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E859638 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E30C90, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511942088: 1880950 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E09410:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30C50:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30C90:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30CB0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512071336: 10:1880962 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8596A8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E044C0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511966488: 1880950 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E243B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E04480:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E044C0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E044E0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511992592: 10:1880962 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E846310 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E4A210, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511922048: 1880950 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E20C20:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E4A1D0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E4A210:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E4A230:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511992704: 10:1880962 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E846380 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DDE440, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512114792: 1880950 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E211F0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DDE400:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DDE440:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DDE460:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511907968: 10:1880962 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E831880 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E325E0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512015760: 1880950 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFCF70:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E45A40:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E325E0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E45A80:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511908080: 10:1880962 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8318F0 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFF990, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511999448: 1880950 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E17E10:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0B970:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFF990:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFF9B0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511999640: 10:1880962 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E847E98 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFC020, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512069176: 1880950 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E1DF30:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFBFE0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFC020:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFC040:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511999752: 10:1880962 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E847F08 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFC060, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 6 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 4 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 2 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 4 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511951416: 1880958 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E05990, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511959168: 1880958 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E43F60:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E310B0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E05990:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E16040:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512019584: 10:1880970 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E84CC80 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDF70, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511964912: 1880958 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E34150:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E232D0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDF70:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E38D90:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512002392: 10:1880970 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E848958 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E2F1D0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511998400: 1880958 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E385B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E13920:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E2F1D0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E445F0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512071976: 10:1880970 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E859928 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E097D0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511944088: 1880958 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E34840:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFC0A0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E0F0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E285D0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512072088: 10:1880970 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E859998 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E4A250, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512136984: 1880958 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E38CD0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E285F0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E28630:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E28650:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511893864: 10:1880970 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E82E168 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E310F0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512007552: 1880958 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E37500:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E020E0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E02120:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E02140:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511893976: 10:1880970 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E82E1D8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E00E50, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512145944: 1880958 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E41280:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E02160:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E00E30:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E021A0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512007208: 10:1880970 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E849C28 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDD60, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511924192: 1880958 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E3EB60:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E1E010:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDD60:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E1E050:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511892688: 10:1880970 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E82DCD0 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0D6A0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512118816: 1880958 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0A9D0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D640:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D6A0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D680:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511892800: 10:1880970 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E82DD40 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0E0D0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 2 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 2 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 4 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511903912: 1880962 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E05970, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512007928: 1880962 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0B8B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E23310:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E05970:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E05950:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512107112: 10:1880974 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E862268 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDC70, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512071224: 1880962 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFF9D0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFCF30:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDC70:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDC50:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511936224: 10:1880974 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8386E0 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E33030, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512071336: 1880962 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E09410:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E17F10:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E33030:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E33010:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511936336: 10:1880974 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E838750 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E30CB0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511992592: 1880962 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E243B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30C50:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30CB0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30C90:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511762200: 10:1880974 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E80DF18 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E044E0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511992704: 1880962 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E20C20:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E04480:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E044E0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E044C0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511762312: 10:1880974 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E80DF88 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E4A230, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511907968: 1880962 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E211F0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E4A1D0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E4A230:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E4A210:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511761824: 10:1880974 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E80DDA0 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DDE460, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511908080: 1880962 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFCF70:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DDE400:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DDE460:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DDE440:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512005336: 10:1880974 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8494D8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E45A80, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511999640: 1880962 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E17E10:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E45A40:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E45A80:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E325E0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512005448: 10:1880974 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E849548 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFF9B0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511999752: 1880962 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E1DF30:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0B970:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFF9B0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFF990:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511890472: 10:1880974 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E82D428 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFC040, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 4 2020/01/28 23:20:48 [notice] 2562\#0: signal 1 (SIGHUP) received from 2707, reconfiguring 2020/01/28 23:20:48 [debug] 2562\#0: wake up, sigio 0 2020/01/28 23:20:48 [notice] 2562\#0: reconfiguring 2020/01/28 23:20:48 [debug] 2562\#0: malloc: 0000000000DD12F0:48 2020/01/28 23:20:48 [debug] 2562\#0: malloc: 0000000000E1AEB0:672 2020/01/28 23:20:48 [debug] 2562\#0: malloc: 0000000000DD15E0:16 ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0D680, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 2 2020/01/28 23:20:48 [debug] 2562\#0: malloc: 0000000000DF1D10:2048 2020/01/28 23:20:48 [debug] 2562\#0: malloc: 0000000000DF2520:4104 2020/01/28 23:20:48 [debug] 2562\#0: malloc: 0000000000DF3530:16 2020/01/28 23:20:48 [debug] 2562\#0: malloc: 0000000000E53650:7232 2020/01/28 23:20:48 [debug] 2562\#0: malloc: 0000000000DF3550:16 2020/01/28 23:20:48 [debug] 2562\#0: malloc: 0000000000DF1D10:464 ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0E0B0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512107112: 1880974 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0B8B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E070:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E0B0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E0D0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512091040: 10:1880986 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E85E3A0 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E05950, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511936224: 1880974 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFF9D0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E23310:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E05950:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E05970:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512091152: 10:1880986 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E85E410 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDC50, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511936336: 1880974 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E09410:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFCF30:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDC50:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDC70:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512010656: 10:1880986 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E84A9A0 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E33010, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511762200: 1880974 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E243B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E17F10:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E33010:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E33030:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512010768: 10:1880986 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E84AA10 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E30C90, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511762312: 1880974 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E20C20:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30C50:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30C90:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30CB0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511964296: 10:1880986 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E83F488 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E044C0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511761824: 1880974 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E211F0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E04480:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E044C0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E044E0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511964408: 10:1880986 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E83F4F8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E4A210, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512005336: 1880974 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFCF70:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E4A1D0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E4A210:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E4A230:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511964520: 10:1880986 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E83F568 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DDE440, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512005448: 1880974 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E17E10:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DDE400:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DDE440:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DDE460:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511985984: 10:1880986 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E844940 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E325E0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511890472: 1880974 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E1DF30:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E45A40:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E325E0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E45A80:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511986096: 10:1880986 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8449B0 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFF990, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 6 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 4 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 2 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 4 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511890584: 1880982 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFE010, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512106504: 1880982 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E43F60:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E180:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFE010:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDFF0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512140776: 10:1880994 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E86A5E8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E46BC0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512106616: 1880982 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E34150:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E211B0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E46BC0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E44C70:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512141272: 10:1880994 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E86A7D8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E3EC20, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511906664: 1880982 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E385B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DD1600:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E3EC20:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E438A0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512141768: 10:1880994 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E86A9C8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E28670, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511906776: 1880982 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E34840:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE5E70:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E45A20:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E12D00:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512142264: 10:1880994 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E86ABB8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E059B0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511941688: 1880982 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E38CD0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E12E10:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDDA0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDDC0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512142760: 10:1880994 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E86ADA8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E4A250, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511941800: 1880982 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E37500:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE28C0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDDE0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E41880:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512143256: 10:1880994 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E86AF98 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E32620, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511918048: 1880982 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E41280:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E33050:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E32600:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E418A0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512143752: 10:1880994 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E86B188 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E16080, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511902648: 1880982 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E3EB60:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E418C0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E16060:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E41900:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512144248: 10:1880994 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E86B378 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFC020, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511902760: 1880982 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0A9D0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFBFE0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFC020:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE80A0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512144744: 10:1880994 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E86B568 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDD80, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 2 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 2 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 4 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512090928: 1880986 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0D6A0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512091040: 1880986 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0B8B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D640:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D6A0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D680:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511852648: 10:1880998 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E824068 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0E0D0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512091152: 1880986 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFF9D0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E070:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E0D0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E0B0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511853144: 10:1880998 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E824258 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E05970, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512010656: 1880986 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E09410:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E23310:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E05970:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E05950:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511853640: 10:1880998 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E824448 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDC70, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512010768: 1880986 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E243B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFCF30:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDC70:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDC50:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511854136: 10:1880998 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E824638 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E33030, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511964296: 1880986 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E20C20:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E17F10:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E33030:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E33010:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511854632: 10:1880998 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E824828 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E30CB0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511964408: 1880986 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E211F0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30C50:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30CB0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30C90:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511855128: 10:1880998 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E824A18 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E044E0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511964520: 1880986 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFCF70:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E04480:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E044E0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E044C0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511855624: 10:1880998 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E824C08 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E4A230, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511985984: 1880986 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E17E10:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E4A1D0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E4A230:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E4A210:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511856120: 10:1880998 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E824DF8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DDE460, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511986096: 1880986 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E1DF30:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DDE400:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DDE460:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DDE440:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512109000: 10:1880998 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8629C8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E45A80, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 4 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 4 2020/01/28 23:20:48 [debug] 2681\#0: *3542 event timer del: 0: 1880992 2020/01/28 23:20:48 [debug] 2681\#0: *3542 lua sleep timer expired: "?" 2020/01/28 23:20:48 [debug] 2681\#0: *3542 lua run thread, top:0 c:1 2020/01/28 23:20:48 [debug] 2681\#0: *3542 lua resume returned 0 2020/01/28 23:20:48 [debug] 2681\#0: *3542 lua light thread ended normally ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DE80A0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 2 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 4 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511852152: 1880998 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E28470:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFBFE0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE80A0:9 ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DE80C0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511852648: 1880998 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0B8B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDCB0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE80C0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDD80:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511795608: 10:1881010 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E816198 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0D680, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511853144: 1880998 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFF9D0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D640:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D680:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D6A0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511796104: 10:1881010 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E816388 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0E0B0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511853640: 1880998 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E09410:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E070:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E0B0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E0D0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511796600: 10:1881010 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E816578 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E05950, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511854136: 1880998 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E243B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E23310:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E05950:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E05970:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511797096: 10:1881010 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E816768 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDC50, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511854632: 1880998 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E20C20:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFCF30:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDC50:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDC70:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511797592: 10:1881010 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E816958 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E33010, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511855128: 1880998 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E211F0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E17F10:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E33010:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E33030:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511798088: 10:1881010 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E816B48 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E30C90, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511855624: 1880998 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFCF70:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30C50:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30C90:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30CB0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511798584: 10:1881010 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E816D38 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E044C0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511856120: 1880998 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E17E10:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E04480:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E044C0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E044E0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511799080: 10:1881010 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E816F28 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E4A210, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512109000: 1880998 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E1DF30:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E4A1D0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E4A210:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E4A230:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511799576: 10:1881010 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E817118 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DDE440, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 6 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 4 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 2 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 4 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512109496: 1881006 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDD60, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512109992: 1881006 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E43F60:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E1E010:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDD60:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E1E050:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511800568: 10:1881018 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8174F8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E375C0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512110488: 1881006 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E34150:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E17ED0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E375C0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E212B0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511801064: 10:1881018 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8176E8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DE9470, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512110984: 1881006 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E385B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E13920:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE9470:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E39910:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511801560: 10:1881018 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8178D8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E4AD80, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512113040: 1881006 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E34840:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E232D0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E4AD80:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E32FF0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511802056: 10:1881018 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E817AC8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0D6C0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512113536: 1881006 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E38CD0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E094D0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE8160:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DD0350:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511802552: 10:1881018 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E817CB8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E32620, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512113648: 1881006 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E37500:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E285D0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E28610:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E28630:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511803048: 10:1881018 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E817EA8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E00E30, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512113760: 1881006 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E41280:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E28650:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E00E30:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E020E0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511803544: 10:1881018 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E818098 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0E200, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512111480: 1881006 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E02100:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E1C0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E3EB60:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E3EB80:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511804040: 10:1881018 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E818288 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E45A40, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512111592: 1881006 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0A9D0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDF90:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E45A40:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDFD0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511804536: 10:1881018 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E818478 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DD0330, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 2 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 2 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 4 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511795112: 1881010 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFC020, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511795608: 1881010 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0B8B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFBFE0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFC020:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE80A0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511805528: 10:1881022 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E818858 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDD80, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511796104: 1881010 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFF9D0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDCB0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDD80:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE80C0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511806024: 10:1881022 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E818A48 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0D6A0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511796600: 1881010 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E09410:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D640:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D6A0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D680:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511806520: 10:1881022 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E818C38 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0E0D0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511797096: 1881010 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E243B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E070:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E0D0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E0B0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511807016: 10:1881022 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E818E28 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E05970, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511797592: 1881010 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E20C20:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E23310:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E05970:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E05950:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511807512: 10:1881022 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E819018 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDC70, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511798088: 1881010 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E211F0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFCF30:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDC70:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDC50:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511808008: 10:1881022 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E819208 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E33030, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511798584: 1881010 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFCF70:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E17F10:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E33030:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E33010:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511808504: 10:1881022 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8193F8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E30CB0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511799080: 1881010 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E17E10:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30C50:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30CB0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30C90:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511809000: 10:1881022 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8195E8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E044E0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511799576: 1881010 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E1DF30:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E04480:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E044E0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E044C0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511809496: 10:1881022 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8197D8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E4A230, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 4 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 4 2020/01/28 23:20:48 [debug] 2681\#0: *3551 event timer del: 0: 1881016 2020/01/28 23:20:48 [debug] 2681\#0: *3551 lua sleep timer expired: "?" 2020/01/28 23:20:48 [debug] 2681\#0: *3551 lua run thread, top:0 c:1 2020/01/28 23:20:48 [debug] 2681\#0: *3551 lua resume returned 0 2020/01/28 23:20:48 [debug] 2681\#0: *3551 lua light thread ended normally ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDFD0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 2 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 4 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511805032: 1881022 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E28470:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDF90:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDFD0:9 ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DD0310, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511805528: 1881022 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0B8B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DD02D0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DD0310:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DD0330:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511815656: 10:1881034 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81AFE8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DE80A0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511806024: 1881022 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFF9D0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFBFE0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE80A0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFC020:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511816152: 10:1881034 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81B1D8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DE80C0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511806520: 1881022 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E09410:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDCB0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE80C0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDD80:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511816648: 10:1881034 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81B3C8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0D680, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511807016: 1881022 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E243B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D640:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D680:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D6A0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511817144: 10:1881034 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81B5B8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0E0B0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511807512: 1881022 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E20C20:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E070:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E0B0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E0D0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511817640: 10:1881034 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81B7A8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E05950, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511808008: 1881022 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E211F0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E23310:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E05950:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E05970:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511818136: 10:1881034 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81B998 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDC50, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511808504: 1881022 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFCF70:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFCF30:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDC50:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDC70:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511818632: 10:1881034 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81BB88 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E33010, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511809000: 1881022 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E17E10:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E17F10:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E33010:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E33030:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511819128: 10:1881034 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81BD78 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E30C90, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511809496: 1881022 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E1DF30:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30C50:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30C90:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30CB0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511819624: 10:1881034 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81BF68 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E044C0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 6 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 4 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 2 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 4 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511810200: 1881030 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E16060, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511810696: 1881030 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E43F60:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E418C0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E16060:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE80E0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511820616: 10:1881042 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81C348 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E41EC0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511811192: 1881030 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E34150:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E33050:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E41EC0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E2C2D0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511821112: 10:1881042 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81C538 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E16040, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511811688: 1881030 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E385B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE28C0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E16040:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E46660:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511821608: 10:1881042 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81C728 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E28530, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511812184: 1881030 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E34840:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E12E10:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFC080:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFC0A0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511822104: 10:1881042 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81C918 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0E200, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511812680: 1881030 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E38CD0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE5E70:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFC0C0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E3EBA0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511822600: 10:1881042 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81CB08 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E211B0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511813176: 1881030 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E37500:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DD1600:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E211B0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E3EBC0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511823096: 10:1881042 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81CCF8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E41880, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511813672: 1881030 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E41280:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE8120:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E41880:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFF9B0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511823592: 10:1881042 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81CEE8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E20CE0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511814168: 1881030 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E02100:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E3EBE0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E20CE0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E3EC20:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511824088: 10:1881042 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81D0D8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDDC0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511814664: 1881030 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0A9D0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E4A1D0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDDC0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDDA0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511824584: 10:1881042 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81D2C8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFC060, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 2 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 2 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 4 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511815160: 1881034 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E45A40, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511815656: 1881034 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0B8B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDF90:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E45A40:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDFD0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511825576: 10:1881046 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81D6A8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DD0330, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511816152: 1881034 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFF9D0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DD02D0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DD0330:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DD0310:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511826072: 10:1881046 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81D898 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFC020, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511816648: 1881034 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E09410:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFBFE0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFC020:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE80A0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511826568: 10:1881046 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81DA88 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDD80, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511817144: 1881034 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E243B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDCB0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDD80:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE80C0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511827064: 10:1881046 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81DC78 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0D6A0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511817640: 1881034 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E20C20:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D640:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D6A0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D680:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511827560: 10:1881046 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81DE68 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0E0D0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511818136: 1881034 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E211F0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E070:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E0D0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E0B0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511828056: 10:1881046 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81E058 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E05970, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511818632: 1881034 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFCF70:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E23310:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E05970:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E05950:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511828552: 10:1881046 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81E248 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDC70, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511819128: 1881034 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E17E10:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFCF30:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDC70:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDC50:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511829048: 10:1881046 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81E438 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E33030, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511819624: 1881034 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E1DF30:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E17F10:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E33030:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E33010:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511829544: 10:1881046 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81E628 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E30CB0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 4 2020/01/28 23:20:48 [debug] 2708\#0: epoll: fd:6 ev:0001 d:0000000000E552A0 2020/01/28 23:20:48 [debug] 2708\#0: accept on 0.0.0.0:1984, ready: 0 2020/01/28 23:20:48 [debug] 2708\#0: malloc: 0000000000E0D160:48 2020/01/28 23:20:48 [debug] 2708\#0: malloc: 0000000000DE9490:16 2020/01/28 23:20:48 [debug] 2708\#0: malloc: 0000000000DF6360:16 2020/01/28 23:20:48 [debug] 2708\#0: malloc: 0000000000E01B60:80 ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDDA0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 2 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 4 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511825080: 1881046 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E28470:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E4A1D0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDDA0:9 ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFC040, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511825576: 1881046 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0B8B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDB30:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFC040:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFC060:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511835496: 10:1881058 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81FD68 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDFD0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511826072: 1881046 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFF9D0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDF90:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDFD0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E45A40:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511835992: 10:1881058 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E81FF58 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DD0310, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511826568: 1881046 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E09410:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DD02D0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DD0310:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DD0330:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511836488: 10:1881058 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E820148 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DE80A0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511827064: 1881046 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E243B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFBFE0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE80A0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFC020:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511836984: 10:1881058 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E820338 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DE80C0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511827560: 1881046 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E20C20:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDCB0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE80C0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDD80:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511837480: 10:1881058 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E820528 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0D680, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511828056: 1881046 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E211F0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D640:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D680:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D6A0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511837976: 10:1881058 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E820718 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0E0B0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511828552: 1881046 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFCF70:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E070:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E0B0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E0D0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511838472: 10:1881058 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E820908 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E05950, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511829048: 1881046 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E17E10:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E23310:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E05950:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E05970:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511838968: 10:1881058 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E820AF8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDC50, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511829544: 1881046 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E1DF30:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFCF30:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDC50:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDC70:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511839464: 10:1881058 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E820CE8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E33010, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 6 2020/01/28 23:20:48 [debug] 2708\#0: epoll: fd:6 ev:0001 d:0000000000E552A0 2020/01/28 23:20:48 [debug] 2708\#0: accept on 0.0.0.0:1984, ready: 0 2020/01/28 23:20:48 [debug] 2708\#0: malloc: 0000000000E0D160:48 2020/01/28 23:20:48 [debug] 2708\#0: malloc: 0000000000DE9490:16 2020/01/28 23:20:48 [debug] 2708\#0: malloc: 0000000000DF6360:16 2020/01/28 23:20:48 [debug] 2708\#0: malloc: 0000000000E01B60:80 ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E3EB60, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511830536: 1881054 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E43F60:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E1C0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E3EB60:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E3EB80:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511840456: 10:1881066 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8210C8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E4AD80, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511831032: 1881054 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E34150:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0B970:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E4AD80:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E32FF0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511840952: 10:1881066 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8212B8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E2F1D0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511831528: 1881054 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E385B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E094D0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E2F1D0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E38D90:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511841448: 10:1881066 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8214A8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DE8100, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511832024: 1881054 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E34840:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E232D0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE8100:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E3CE60:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511841944: 10:1881066 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E821698 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E20D00, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511832520: 1881054 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E38CD0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E13920:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DDE460:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DDE480:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511842440: 10:1881066 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E821888 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0AA90, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511833016: 1881054 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E37500:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E17ED0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30C50:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30C70:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511842936: 10:1881066 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E821A78 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0E200, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511833512: 1881054 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E41280:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30C90:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E30CD0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E285D0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511843432: 10:1881066 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E821C68 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E24470, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511834008: 1881054 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E02100:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E285F0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E24470:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E28630:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511843928: 10:1881066 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E821E58 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E3A940, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511834504: 1881054 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0A9D0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E28650:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E3A940:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E3A920:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511844424: 10:1881066 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E822048 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DDE440, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 2 2020/01/28 23:20:48 [debug] 2708\#0: epoll: fd:6 ev:0001 d:0000000000E552A0 2020/01/28 23:20:48 [debug] 2708\#0: accept on 0.0.0.0:1984, ready: 0 2020/01/28 23:20:48 [debug] 2708\#0: malloc: 0000000000E0D160:48 2020/01/28 23:20:48 [debug] 2708\#0: malloc: 0000000000DE9490:16 2020/01/28 23:20:48 [debug] 2708\#0: malloc: 0000000000DF6360:16 2020/01/28 23:20:48 [debug] 2708\#0: malloc: 0000000000E01B60:80 ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDDC0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511835496: 1881058 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0B8B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E4A1D0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDDC0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDDA0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511845416: 10:1881070 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E822428 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFC060, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511835992: 1881058 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFF9D0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDB30:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFC060:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFC040:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511845912: 10:1881070 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E822618 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E45A40, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511836488: 1881058 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E09410:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDF90:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E45A40:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDFD0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511846408: 10:1881070 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E822808 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DD0330, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511836984: 1881058 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E243B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DD02D0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DD0330:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DD0310:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511846904: 10:1881070 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8229F8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFC020, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511837480: 1881058 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E20C20:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFBFE0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFC020:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE80A0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511847016: 10:1881070 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E822A68 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDD80, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511837976: 1881058 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E211F0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDCB0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDD80:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE80C0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 511847128: 10:1881070 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E822AD8 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0D6A0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511838472: 1881058 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFCF70:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D640:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D6A0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D680:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512414096: 10:1881070 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8AD190 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0E0D0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511838968: 1881058 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E17E10:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E070:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E0D0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E0B0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512414592: 10:1881070 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8AD380 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E05970, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511839464: 1881058 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E1DF30:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E23310:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E05970:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E05950:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512415088: 10:1881070 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8AD570 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDC70, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 4 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 4 2020/01/28 23:20:48 [debug] 2681\#0: *3572 event timer del: 0: 1881064 2020/01/28 23:20:48 [debug] 2681\#0: *3572 lua sleep timer expired: "?" 2020/01/28 23:20:48 [debug] 2681\#0: *3572 lua run thread, top:0 c:1 2020/01/28 23:20:48 [debug] 2681\#0: *3572 lua resume returned 0 2020/01/28 23:20:48 [debug] 2681\#0: *3572 lua light thread ended normally ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E3A920, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 2 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 2 2020/01/28 23:20:48 [debug] 2681\#0: timer delta: 4 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511844920: 1881070 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E42840, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511845416: 1881070 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0B8B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DDE400:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E42840:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DDE440:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512421040: 10:1881082 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8AECB0 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDDA0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511845912: 1881070 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFF9D0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E4A1D0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDDA0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDDC0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512421536: 10:1881082 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8AEEA0 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFC040, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511846408: 1881070 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E09410:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDB30:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFC040:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFC060:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512422032: 10:1881082 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8AF090 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDFD0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511846904: 1881070 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E243B0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDF90:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDFD0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E45A40:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512422528: 10:1881082 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8AF280 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DD0310, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511847016: 1881070 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E20C20:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DD02D0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DD0310:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DD0330:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512423024: 10:1881082 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8AF470 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DE80A0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 511847128: 1881070 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E211F0:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFBFE0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE80A0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFC020:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512423520: 10:1881082 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8AF660 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DE80C0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512414096: 1881070 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFCF70:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDCB0:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DE80C0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000DFDD80:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512424016: 10:1881082 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8AF850 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0D680, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512414592: 1881070 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E17E10:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D640:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D680:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0D6A0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512424512: 10:1881082 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8AFA40 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0E0B0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: event timer del: 512415088: 1881070 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E1DF30:184 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E070:48 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E0B0:9 2020/01/28 23:20:48 [debug] 2681\#0: malloc: 0000000000E0E0D0:16 2020/01/28 23:20:48 [debug] 2681\#0: event timer add: 512425008: 10:1881082 2020/01/28 23:20:48 [debug] 2681\#0: created next timer (co: 00007FF61E8AFC30 delay: 10 ms) ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E05950, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 6 2020/01/28 23:20:48 [debug] 2562\#0: child: 0 2708 e:0 t:0 d:0 r:1 j:1 2020/01/28 23:20:48 [debug] 2562\#0: child: 1 2681 e:0 t:0 d:0 r:1 j:0 2020/01/28 23:20:48 [debug] 2562\#0: sigsuspend 2020/01/28 23:20:48 [debug] 2681\#0: epoll: fd:7 ev:0001 d:0000000000E53830 2020/01/28 23:20:48 [debug] 2681\#0: channel handler 2020/01/28 23:20:48 [debug] 2681\#0: channel: 32 ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E20CE0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E2C2D0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DE80E0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E2C2D0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DE80E0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E24490, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DE80E0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E24490, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E349F0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E24490, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E349F0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDDE0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E349F0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDDE0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E33070, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDDE0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E33070, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DF63A0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E33070, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DF63A0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E45A80, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DF63A0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E45A80, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0E300, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E45A80, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0E300, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E3A940, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0E300, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E3A940, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DDE440, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E3A940, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DDE440, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDDC0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DDE440, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDDC0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFC060, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDDC0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFC060, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E45A40, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFC060, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E45A40, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DD0330, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E45A40, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DD0330, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFC020, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DD0330, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFC020, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDD80, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFC020, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDD80, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0D6A0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000DFDD80, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0D6A0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0E0D0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 16 ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0D6A0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: lua ngx.timer expired 2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough 2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0E0D0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 16 2020/01/28 23:20:48 [debug] 2708\#0: epoll: fd:6 ev:0001 d:0000000000E552A0 2020/01/28 23:20:48 [debug] 2708\#0: accept on 0.0.0.0:1984, ready: 0 2020/01/28 23:20:48 [debug] 2708\#0: malloc: 0000000000E0D160:48 ' |
152-timer-every.t | TEST 2: shared global env - pattern "[alert]" should not match any line in error.log but matches line "2020/01/28 23:20:48 [alert] 2681\#0: lua failed to run timer with function defined at =content_by_lua(nginx.conf:60):2: 9 lua_max_running_timers are not enough" (req 0) |
2020/01/28 23:20:48 [debug] 2681\#0: free: 0000000000E0E0D0, unused: 0 2020/01/28 23:20:48 [debug] 2681\#0: worker cycle 2020/01/28 23:20:48 [debug] 2681\#0: epoll timer: 16 2020/01/28 23:20:48 [debug] 2708\#0: epoll: fd:6 ev:0001 d:0000000000E552A0 2020/01/28 23:20:48 [debug] 2708\#0: accept on 0.0.0.0:1984, ready: 0 2020/01/28 23:20:48 [debug] 2708\#0: malloc: 0000000000E0D160:48 2020/01/28 23:20:48 [debug] 2708\#0: malloc: 0000000000DF6360:16 2020/01/28 23:20:48 [debug] 2708\#0: malloc: 0000000000DE9490:16 2020/01/28 23:20:48 [debug] 2708\#0: malloc: 0000000000E01B60:80 ' |
153-semaphore-hup.t | TEST 1: timer + reload - grep_error_log_out (req 0) |
@@ -1,5 +1,2 @@ created semaphore object created semaphore object -try to reload nginx -created semaphore object -created semaphore object ' Looks like you failed 1 test of 6. |
Go back to the index page.