(This page was automatically generated by the tools in the opsboy project on 14:29:49 30-Jun-2023 GMT.)
Commit | Testing Time | Unexpected Failures |
Expected Failures |
Files | Tests | Elapsed Time |
---|---|---|---|---|---|---|
945ab994 | 2020-10-29 15:50:02 GMT | 23 | 88 | 115 | 9559 | 5261 sec |
File | Name | Details |
---|---|---|
023-preread/tcp-socket-timeout.t | TEST 13: sock:settimeout(nil) does not override lua_socket_send_timeout - response_body - response is expected (repeated req 0, req 0) |
got: 'connected: 1 failed ' expected: 'connected: 1 failed to send: timeout ' |
023-preread/tcp-socket-timeout.t | TEST 13: sock:settimeout(nil) does not override lua_socket_send_timeout - response_body - response is expected (repeated req 1, req 0) |
got: 'connected: 1 failed to sen' expected: 'connected: 1 failed to send: timeout ' |
023-preread/tcp-socket-timeout.t | TEST 14: sock:settimeout(0) does not override lua_socket_send_timeout - response_body - response is expected (repeated req 0, req 0) |
got: 'connected: 1 failed ' expected: 'connected: 1 failed to send: timeout ' |
023-preread/tcp-socket-timeout.t | TEST 14: sock:settimeout(0) does not override lua_socket_send_timeout - response_body - response is expected (repeated req 1, req 0) |
got: 'connected: 1 failed to sen' expected: 'connected: 1 failed to send: timeout ' |
023-preread/tcp-socket-timeout.t | TEST 11: lua_socket_send_timeout only - response_body - response is expected (repeated req 0, req 0) |
got: 'connected: 1 failed' expected: 'connected: 1 failed to send: timeout ' |
023-preread/tcp-socket-timeout.t | TEST 11: lua_socket_send_timeout only - response_body - response is expected (repeated req 1, req 0) |
got: 'connected: 1 failed to s' expected: 'connected: 1 failed to send: timeout ' |
057-flush-timeout.t | TEST 1: flush wait - timeout - response_body - response is expected (repeated req 0, req 0) |
got: 'received 5 bytes of response data. ' expected: 'received 12 bytes of response data. ' |
057-flush-timeout.t | TEST 1: flush wait - timeout - pattern "(?^:stream response: hello, world, client)" should match a line in error.log (req 0) | |
057-flush-timeout.t | TEST 4: flush wait - return "timeout" error - response_body - response is expected (repeated req 0, req 0) |
got: 'received 6 bytes of response data. ' expected: 'received 12 bytes of response data. ' |
057-flush-timeout.t | TEST 5: flush wait in multiple user threads - return "timeout" error - response_body - response is expected (repeated req 0, req 0) |
got: 'received 2 bytes of response data. ' expected: 'received 12 bytes of response data. ' |
065-tcp-socket-timeout.t | TEST 11: lua_socket_send_timeout only - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1,2 @@ connected: 1 -failed to send: timeout +failed to' |
065-tcp-socket-timeout.t | TEST 11: lua_socket_send_timeout only - response_body - response is expected (repeated req 1, req 0) |
@@ -1,2 +1,2 @@ connected: 1 -failed to send: timeout +failed to sen' |
065-tcp-socket-timeout.t | TEST 13: sock:settimeout(nil) does not override lua_socket_send_timeout - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1,2 @@ connected: 1 -failed to send: timeout +failed to' |
065-tcp-socket-timeout.t | TEST 13: sock:settimeout(nil) does not override lua_socket_send_timeout - response_body - response is expected (repeated req 1, req 0) |
@@ -1,2 +1,2 @@ connected: 1 -failed to send: timeout +failed to sen' |
065-tcp-socket-timeout.t | TEST 14: sock:settimeout(0) does not override lua_socket_send_timeout - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1,2 @@ connected: 1 -failed to send: timeout +failed to' |
065-tcp-socket-timeout.t | TEST 14: sock:settimeout(0) does not override lua_socket_send_timeout - response_body - response is expected (repeated req 1, req 0) |
@@ -1,2 +1,2 @@ connected: 1 -failed to send: timeout +failed to sen' |
106-timer.t | # Looks like you planned 588 tests but ran 586. | |
109-timer-hup.t | TEST 5: HUP reload should abort pending timers - grep_error_log_out (req 0) |
got: '' expected: 'lua found 100 pending timers ' |
157-socket-keepalive-hup.t | TEST 1: exiting - pattern "timer prematurely expired: true" should match a line in error.log (req 0) | |
157-socket-keepalive-hup.t | TEST 1: exiting - pattern "setkeepalive successfully" should match a line in error.log (req 0) | |
157-socket-keepalive-hup.t | TEST 1: exiting - pattern "lua tcp socket set keepalive while process exiting, closing connection" should match a line in error.log (req 0) | |
160-disable-init-by-lua.t | TEST 1: ensure init_by_lua* is not run in signaller process - pattern "failed (2: No such file or directory)" should match a line in error.log (req 0) | |
160-disable-init-by-lua.t | TEST 1: ensure init_by_lua* is not run in signaller process - pattern "failed (2: No such file or directory)" should match a line in error.log (req 1) |
File | Name | Details |
---|---|---|
043-shdict.t | TEST 49: list keys in an empty shdict - response_body - response is expected (repeated req 0, req 0) |
got: '2 ' expected: '0 ' |
043-shdict.t | TEST 47: list all keys in a shdict with expires - response_body - response is expected (repeated req 0, req 0) |
got: '3 ' expected: '2 ' |
043-shdict.t | TEST 12: get non-existent keys - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1,2 @@ -nil +hello, world -nil +hello, world ' |
043-shdict.t | TEST 50: list keys in an empty shdict with a limit - response_body - response is expected (repeated req 0, req 0) |
got: '1 ' expected: '0 ' |
043-shdict.t | TEST 45: list all keys in a shdict - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1,4 @@ -2 +3 +56 bah bar ' |
043-shdict.t | TEST 24: 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 = 32 ' |
043-shdict.t | TEST 51: list all keys in a shdict with all keys expired - response_body - response is expected (repeated req 0, req 0) |
got: '1 ' expected: '0 ' |
043-shdict.t | TEST 28: 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 56: get_stale: expired entries can still be fetched - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1,2 @@ 32, nil, true -33, nil, false +33, nil, true ' |
043-shdict.t | TEST 44: flush_expires a dict without expired items - response_body - response is expected (repeated req 0, req 0) |
got: '1 ' expected: '0 ' |
043-shdict.t | TEST 41: flush_expires - response_body - response is expected (repeated req 0, req 0) |
got: '2 ' expected: '1 ' |
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/10/29 20:46:16 [debug] 14488\#0: stream lua tcp socket keepalive: free connection pool for \"127.0.0.1:1984\"" (req 0) |
2020/10/29 20:46:16 [debug] 14488\#0: *302 http keepalive handler 2020/10/29 20:46:16 [debug] 14488\#0: *302 close http connection: 16 2020/10/29 20:46:16 [debug] 14488\#0: *302 event timer del: 16: 17869542 2020/10/29 20:46:16 [debug] 14488\#0: *302 reusable connection: 0 2020/10/29 20:46:16 [debug] 14488\#0: *302 free: 05108A08, unused: 0 2020/10/29 20:46:16 [debug] 14488\#0: *302 free: 050EA6E0, unused: 0 2020/10/29 20:46:16 [debug] 14488\#0: *302 free: 050C39E8, unused: 0 2020/10/29 20:46:16 [debug] 14488\#0: *302 free: 050C39B0, unused: 0 2020/10/29 20:46:16 [debug] 14488\#0: *302 free: 050C3938, unused: 0 ' |
068-socket-keepalive.t | TEST 15: custom pools (different pool for the same host:port) - tcp - pattern "lua tcp socket keepalive: free connection pool for " should not match any line in error.log but matches line "2020/10/29 20:46:19 [debug] 14519\#0: stream lua tcp socket keepalive: free connection pool for \"unix:/home/ec2-user/git/stream-lua-nginx-module/t/servroot/html/nginx.sock\"" (req 0) |
2020/10/29 20:46:18 [debug] 14550\#0: malloc: 0575A718:6144 2020/10/29 20:46:19 [debug] 14519\#0: *332 http keepalive handler 2020/10/29 20:46:19 [debug] 14519\#0: *332 close http connection: 17 2020/10/29 20:46:19 [debug] 14519\#0: *332 event timer del: 17: 17881886 2020/10/29 20:46:19 [debug] 14519\#0: *332 reusable connection: 0 2020/10/29 20:46:19 [debug] 14519\#0: *332 free: 054333F0, unused: 0 2020/10/29 20:46:19 [debug] 14519\#0: *332 free: 05433350, unused: 0 2020/10/29 20:46:18 [debug] 14550\#0: malloc: 056E6B38:7424 2020/10/29 20:46:19 [debug] 14519\#0: *332 free: 05964AB0, 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/10/29 20:46:22 [debug] 14550\#0: stream lua tcp socket keepalive: free connection pool for \"A\"" (req 0) |
2020/10/29 20:46:22 [debug] 14550\#0: stream lua tcp socket keepalive close handler: fd:16 2020/10/29 20:46:22 [debug] 14550\#0: event timer del: 16: 17877102 2020/10/29 20:46:22 [debug] 14550\#0: reusable connection: 0 2020/10/29 20:46:22 [debug] 14550\#0: stream lua tcp socket keepalive: free connection pool for "B" 2020/10/29 20:46:22 [notice] 14550\#0: exiting 2020/10/29 20:46:21 [debug] 14581\#0: notify eventfd: 13 2020/10/29 20:46:22 [debug] 14550\#0: flush files 2020/10/29 20:46:22 [debug] 14550\#0: run cleanup: 0578EE50 2020/10/29 20:46:22 [debug] 14550\#0: run cleanup: 05BEA650 ' |
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/10/29 20:46:22 [debug] 14550\#0: stream lua tcp socket keepalive: free connection pool for \"B\"" (req 0) |
2020/10/29 20:46:22 [notice] 14550\#0: exiting 2020/10/29 20:46:21 [debug] 14581\#0: notify eventfd: 13 2020/10/29 20:46:22 [debug] 14550\#0: flush files 2020/10/29 20:46:22 [debug] 14550\#0: run cleanup: 0578EE50 2020/10/29 20:46:22 [debug] 14550\#0: run cleanup: 05BEA650 2020/10/29 20:46:22 [debug] 14550\#0: lua decrementing the reference count for Lua VM: 1 2020/10/29 20:46:22 [debug] 14550\#0: lua close the global Lua VM 05565BB0 2020/10/29 20:46:21 [debug] 14581\#0: testing the EPOLLRDHUP flag: success 2020/10/29 20:46:21 [debug] 14581\#0: malloc: 04A075E8:6144 ' |
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/10/29 20:46:26 [debug] 14581\#0: stream lua tcp socket keepalive: free connection pool for \"foo\"" (req 0) |
2020/10/29 20:46:26 [notice] 14581\#0: exiting 2020/10/29 20:46:26 [debug] 14581\#0: flush files 2020/10/29 20:46:25 [debug] 14612\#0: malloc: 04B9A718:16 2020/10/29 20:46:26 [debug] 14581\#0: run cleanup: 05AE7AE0 2020/10/29 20:46:26 [debug] 14581\#0: run cleanup: 05846DD8 2020/10/29 20:46:26 [debug] 14581\#0: lua decrementing the reference count for Lua VM: 1 2020/10/29 20:46:26 [debug] 14581\#0: lua close the global Lua VM 05DD71E8 2020/10/29 20:46:25 [debug] 14612\#0: notify eventfd: 14 2020/10/29 20:46:26 [debug] 14581\#0: run cleanup: 05846D60 ' |
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/10/29 20:46:29 [debug] 14612\#0: stream lua tcp socket keepalive: free connection pool for \"A\"" (req 0) |
2020/10/29 20:46:29 [debug] 14612\#0: stream lua tcp socket keepalive close handler: fd:17 2020/10/29 20:46:29 [debug] 14612\#0: event timer del: 17: 17883474 2020/10/29 20:46:29 [debug] 14612\#0: reusable connection: 0 2020/10/29 20:46:29 [debug] 14612\#0: stream lua tcp socket keepalive: free connection pool for "B" 2020/10/29 20:46:29 [debug] 14612\#0: worker cycle 2020/10/29 20:46:29 [debug] 14612\#0: epoll timer: 58544 2020/10/29 20:46:29 [debug] 14612\#0: epoll: fd:9 ev:2011 d:05D535DD 2020/10/29 20:46:29 [debug] 14612\#0: epoll_wait() error on fd:9 ev:2011 2020/10/29 20:46:29 [debug] 14612\#0: *422 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/10/29 20:46:29 [debug] 14612\#0: stream lua tcp socket keepalive: free connection pool for \"B\"" (req 0) |
2020/10/29 20:46:29 [debug] 14612\#0: worker cycle 2020/10/29 20:46:29 [debug] 14612\#0: epoll timer: 58544 2020/10/29 20:46:29 [debug] 14612\#0: epoll: fd:9 ev:2011 d:05D535DD 2020/10/29 20:46:29 [debug] 14612\#0: epoll_wait() error on fd:9 ev:2011 2020/10/29 20:46:29 [debug] 14612\#0: *422 http wait request handler 2020/10/29 20:46:29 [debug] 14612\#0: *422 malloc: 04FA04D8:52 2020/10/29 20:46:29 [debug] 14612\#0: *422 malloc: 04BE7B20:8 2020/10/29 20:46:29 [debug] 14612\#0: *422 malloc: 04D83910:1024 2020/10/29 20:46:29 [debug] 14612\#0: *422 malloc: 04FA22D8:8 ' |
068-socket-keepalive.t | TEST 19: numeric pool option value - pattern "lua tcp socket keepalive: free connection pool for " should not match any line in error.log but matches line "2020/10/29 20:46:32 [debug] 14643\#0: stream lua tcp socket keepalive: free connection pool for \"A\"" (req 0) |
2020/10/29 20:46:32 [debug] 14643\#0: worker cycle 2020/10/29 20:46:32 [debug] 14643\#0: epoll timer: 58608 2020/10/29 20:46:32 [debug] 14643\#0: epoll: fd:6 ev:2011 d:061368B5 2020/10/29 20:46:31 [debug] 14674\#0: malloc: 04B468A8:12 2020/10/29 20:46:31 [debug] 14674\#0: malloc: 049B0DB0:8 2020/10/29 20:46:32 [debug] 14643\#0: epoll_wait() error on fd:6 ev:2011 2020/10/29 20:46:31 [debug] 14674\#0: add cleanup: 04B468A8 2020/10/29 20:46:32 [debug] 14643\#0: *453 http wait request handler 2020/10/29 20:46:32 [debug] 14643\#0: *453 malloc: 04A52538:52 ' |
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/10/29 20:46:56 [debug] 14860\#0: stream lua tcp socket keepalive: free connection pool for \"127.0.0.1:11211\"" (req 0) |
2020/10/29 20:46:56 [notice] 14860\#0: exiting 2020/10/29 20:46:56 [debug] 14860\#0: flush files 2020/10/29 20:46:56 [debug] 14860\#0: run cleanup: 05B53A48 2020/10/29 20:46:56 [debug] 14860\#0: run cleanup: 05E16850 2020/10/29 20:46:56 [debug] 14860\#0: lua decrementing the reference count for Lua VM: 1 2020/10/29 20:46:56 [debug] 14860\#0: lua close the global Lua VM 056F1B08 2020/10/29 20:46:56 [debug] 14860\#0: run cleanup: 05E167D8 2020/10/29 20:46:56 [debug] 14860\#0: run cleanup: 05E16760 2020/10/29 20:46:56 [debug] 14860\#0: run cleanup: 05EFD138 ' |
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/10/29 20:46:59 [debug] 14891\#0: stream lua tcp socket keepalive: free connection pool for \"unix:/home/ec2-user/git/stream-lua-nginx-module/t/servroot/html/nginx.sock\"" (req 0) |
2020/10/29 20:46:59 [debug] 14891\#0: worker cycle 2020/10/29 20:46:59 [debug] 14891\#0: epoll timer: 58584 2020/10/29 20:46:59 [debug] 14891\#0: epoll: fd:4 ev:2011 d:05B002BC 2020/10/29 20:46:59 [debug] 14891\#0: epoll_wait() error on fd:4 ev:2011 2020/10/29 20:46:59 [debug] 14891\#0: *694 http wait request handler 2020/10/29 20:46:59 [debug] 14891\#0: *694 malloc: 05F45620:52 2020/10/29 20:46:59 [debug] 14891\#0: *694 malloc: 04BEB618:8 2020/10/29 20:46:59 [debug] 14891\#0: *694 malloc: 04BF7A58:1024 2020/10/29 20:46:59 [debug] 14891\#0: *694 malloc: 04D36920:8 ' |
068-socket-keepalive.t | TEST 44: conn queuing: resume next connect operation if resumed connect failed immediately - pattern "[error]" should not match any line in error.log but matches line "2020/10/29 20:47:41 [error] 15263\#0: *1058 stream lua tcp socket queued connect timed out, when trying to connect to 127.0.0.1:11211, client: 127.0.0.1, server: 0.0.0.0:1985" (req 0) |
2020/10/29 20:47:41 [debug] 15263\#0: *1058 stream lua tcp socket waking up the current request 2020/10/29 20:47:41 [debug] 15263\#0: *1058 stream lua tcp operation done, resuming lua thread 2020/10/29 20:47:41 [debug] 15263\#0: *1058 stream lua tcp socket calling prepare retvals handler 08164156, u:0576CF98 2020/10/29 20:47:41 [debug] 15263\#0: *1058 lua run thread, top:9 2020/10/29 20:47:41 [debug] 15263\#0: *1058 malloc: 05E77058:8 2020/10/29 20:47:41 [debug] 15263\#0: *1058 malloc: 05E93BE0:8 2020/10/29 20:47:41 [debug] 15294\#0: *1085 malloc: 05AF90F0:10 2020/10/29 20:47:41 [debug] 15294\#0: *1085 malloc: 05AF9330:8 2020/10/29 20:47:41 [debug] 15263\#0: *1058 lua allocate new chainlink and new buf of size 8, cl:05E77058 ' |
091-coroutine.t | nginx: [error] | init_by_lua error: init_by_lua:7: init_by_lua:4: something went wrong |
106-timer.t | TEST 3: lua variable sharing via upvalue - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:4[4-9]|5[0-6]))" should match a line in error.log (req 0) | |
106-timer.t | TEST 4: simple at (sleep in the timer callback) - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:6[4-9]|7[0-9]|8[0-6]))" should match a line in error.log (req 0) | |
106-timer.t | TEST 4: simple at (sleep in the timer callback) - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:6[4-9]|7[0-9]|8[0-6]))" should match a line in error.log (req 1) | |
106-timer.t | TEST 1: simple at - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:4[4-9]|5[0-6])\d*, context: ngx\.timer, client: \d+\.\d+\.\d+\.\d+, server: 0\.0\.0\.0:\d+)" should match a line in error.log (req 0) | |
106-timer.t | TEST 1: simple at - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:4[4-9]|5[0-6])\d*, context: ngx\.timer, client: \d+\.\d+\.\d+\.\d+, server: 0\.0\.0\.0:\d+)" should match a line in error.log (req 1) | |
106-timer.t | TEST 2: separated global env - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:4[4-9]|5[0-6]))" should match a line in error.log (req 0) | |
106-timer.t | TEST 27: user args - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:4[4-9]|5[0-6])\d*, context: ngx\.timer)" should match a line in error.log (req 0) | |
106-timer.t | TEST 27: user args - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:4[4-9]|5[0-6])\d*, context: ngx\.timer)" should match a line in error.log (req 1) | |
108-timer-safe.t | TEST 2: simple at (sleep in the timer callback) - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:6[4-9]|7[0-6]))" should match a line in error.log (req 0) | |
108-timer-safe.t | TEST 2: simple at (sleep in the timer callback) - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:6[4-9]|7[0-6]))" should match a line in error.log (req 1) | |
108-timer-safe.t | TEST 1: simple at - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:4[4-9]|5[0-6]))" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 4: trying to add new timer after HUP reload - pattern "lua abort pending timers" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 4: trying to add new timer after HUP reload - pattern "lua ngx.timer expired" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 4: trying to add new timer after HUP reload - pattern "stream lua close fake stream connection" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 4: trying to add new timer after HUP reload - pattern "f: timer prematurely expired: true" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 4: trying to add new timer after HUP reload - pattern "f: registered a new timer after reload" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 4: trying to add new timer after HUP reload - pattern "f: exiting=true" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 4: trying to add new timer after HUP reload - pattern "g: timer prematurely expired: false" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 4: trying to add new timer after HUP reload - pattern "g: exiting=true" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 4: trying to add new timer after HUP reload - pattern "stream lua close fake stream connection" should match a line in error.log (req 1) | |
109-timer-hup.t | TEST 4: trying to add new timer after HUP reload - pattern "f: timer prematurely expired: true" should match a line in error.log (req 1) | |
109-timer-hup.t | TEST 4: trying to add new timer after HUP reload - pattern "f: registered a new timer after reload" should match a line in error.log (req 1) | |
109-timer-hup.t | TEST 4: trying to add new timer after HUP reload - pattern "f: exiting=true" should match a line in error.log (req 1) | |
109-timer-hup.t | TEST 4: trying to add new timer after HUP reload - pattern "g: timer prematurely expired: false" should match a line in error.log (req 1) | |
109-timer-hup.t | TEST 4: trying to add new timer after HUP reload - pattern "g: exiting=true" should match a line in error.log (req 1) | |
109-timer-hup.t | TEST 7: HUP reload should abort pending timers (fuzz test) - grep_error_log_out (req 0) |
got: '' expected: 'stream lua found 8191 pending timers ' |
109-timer-hup.t | TEST 7: HUP reload should abort pending timers (fuzz test) - grep_error_log_out (req 1) |
got: 'stream lua found 8178 pending timers ' expected: 'stream lua found 8191 pending timers ' |
109-timer-hup.t | TEST 3: trying to add new timer after HUP reload - pattern "lua abort pending timers" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 3: trying to add new timer after HUP reload - pattern "lua ngx.timer expired" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 3: trying to add new timer after HUP reload - pattern "stream lua close fake stream connection" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 3: trying to add new timer after HUP reload - pattern "timer prematurely expired: true" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 3: trying to add new timer after HUP reload - pattern "failed to register a new timer after reload: process exiting, context: ngx.timer" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 3: trying to add new timer after HUP reload - pattern "lua ngx.timer expired" should match a line in error.log (req 1) | |
109-timer-hup.t | TEST 3: trying to add new timer after HUP reload - pattern "stream lua close fake stream connection" should match a line in error.log (req 1) | |
109-timer-hup.t | TEST 3: trying to add new timer after HUP reload - pattern "timer prematurely expired: true" should match a line in error.log (req 1) | |
109-timer-hup.t | TEST 3: trying to add new timer after HUP reload - pattern "failed to register a new timer after reload: process exiting, context: ngx.timer" should match a line in error.log (req 1) | |
109-timer-hup.t | TEST 1: single timer - pattern "lua abort pending timers" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 1: single timer - pattern "lua ngx.timer expired" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 1: single timer - pattern "stream lua close fake stream connection" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 1: single timer - pattern "in callback: hello, 1" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 1: single timer - pattern "timer prematurely expired: true" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 1: single timer - pattern "stream lua close fake stream connection" should match a line in error.log (req 1) | |
109-timer-hup.t | TEST 1: single timer - pattern "in callback: hello, 1" should match a line in error.log (req 1) | |
109-timer-hup.t | TEST 2: multiple timers - pattern "lua abort pending timers" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 2: multiple timers - pattern "lua ngx.timer expired" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 2: multiple timers - pattern "stream lua close fake stream connection" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 2: multiple timers - pattern "in callback: hello, 1!" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 2: multiple timers - pattern "in callback: hello, 2!" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 2: multiple timers - pattern "in callback: hello, 3!" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 2: multiple timers - pattern "in callback: hello, 4!" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 2: multiple timers - pattern "in callback: hello, 5!" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 2: multiple timers - pattern "in callback: hello, 6!" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 2: multiple timers - pattern "in callback: hello, 7!" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 2: multiple timers - pattern "in callback: hello, 8!" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 2: multiple timers - pattern "in callback: hello, 9!" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 2: multiple timers - pattern "in callback: hello, 10!" should match a line in error.log (req 0) | |
109-timer-hup.t | TEST 2: multiple timers - pattern "timer prematurely expired: true" should match a line in error.log (req 0) | |
124-init-worker.t | TEST 18: syslog error log - udp_query ok |
'' doesn't match '(?^:Bad bad bad)' |
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 ' |
132-lua-blocks.t | nginx: [emerg] | Lua code block missing the closing long bracket "]]" in /home/ec2-user/git/stream-lua-nginx-module/t/servroot/conf/nginx.conf:22 |
132-lua-blocks.t | nginx: [emerg] | "http" directive is not allowed here in /home/ec2-user/git/stream-lua-nginx-module/t/servroot/conf/nginx.conf:28 |
132-lua-blocks.t | nginx: [emerg] | Lua code block missing the closing long bracket "]==]" in /home/ec2-user/git/stream-lua-nginx-module/t/servroot/conf/nginx.conf:22 |
132-lua-blocks.t | nginx: [emerg] | Lua code block missing the closing long bracket "]=]" in /home/ec2-user/git/stream-lua-nginx-module/t/servroot/conf/nginx.conf:22 |
139-ssl-cert-by.t | TEST 3: timer - pattern "[error]" should not match any line in error.log but matches line "2020/10/29 21:18:53 [error] 28696\#0: send() failed (111: Connection refused)" (req 0) |
2020/10/29 21:18:53 [debug] 28696\#0: close listening unix:/home/ec2-user/git/stream-lua-nginx-module/t/servroot/html/nginx.sock \#12 2020/10/29 21:18:53 [debug] 28696\#0: epoll del event: fd:8 op:2 ev:00000000 2020/10/29 21:18:53 [debug] 28696\#0: close listening 0.0.0.0:1985 \#8 2020/10/29 21:18:53 [debug] 28696\#0: epoll del event: fd:9 op:2 ev:00000000 2020/10/29 21:18:53 [debug] 28696\#0: close listening 0.0.0.0:1984 \#9 2020/10/29 21:18:52 [debug] 28727\#0: testing the EPOLLRDHUP flag: success 2020/10/29 21:18:53 [notice] 28696\#0: exiting 2020/10/29 21:18:52 [debug] 28727\#0: malloc: 051D3B50:6144 2020/10/29 21:18:53 [debug] 28696\#0: flush files ' |
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: |
Go back to the index page.