(This page was automatically generated by the tools in the opsboy project on 02:05:05 07-Aug-2021 GMT.)
Commit | Testing Time | Unexpected Failures |
Expected Failures |
Files | Tests | Elapsed Time |
---|---|---|---|---|---|---|
98f482bf | 2020-10-29 15:50:02 GMT | 12 | 49 | 207 | 21499 | 5541 sec |
File | Name | Details |
---|---|---|
089-phase.t | TEST 10: get_phase in init_worker_by_lua - pattern "[error]" should not match any line in error.log but matches line "2020/10/29 22:35:09 [error] 3310\#0: [lua] exit_worker_by_lua:3: exit_worker" (req 0) |
' |
089-phase.t | TEST 10: get_phase in init_worker_by_lua - pattern "[error]" should not match any line in error.log but matches line "2020/10/29 22:35:09 [error] 3310\#0: [lua] exit_worker_by_lua:4: exiting now" (req 0) |
' |
106-timer.t | TEST 30: 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 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 | # Looks like you planned 704 tests but ran 698. |
Looks like you failed 4 tests of 698 run. |
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) |
Looks like you failed 1 test of 408. |
109-timer-hup.t | TEST 7: HUP reload should abort pending timers (fuzz test) - grep_error_log_out (req 0) |
got: 'lua found 8190 pending timers ' expected: '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: 'lua found 8183 pending timers ' expected: 'lua found 8191 pending timers ' |
152-timer-every.t | TEST 1: simple very - 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) | |
152-timer-every.t | TEST 1: simple very - pattern "(?^:\[lua\] content_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.(?:09|10)\d*, context: ngx\.timer, client: \d+\.\d+\.\d+\.\d+, server: 0\.0\.0\.0:\d+)" should match a line in error.log (req 0) | |
152-timer-every.t | TEST 4: create the next timer immediately when timer start running - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1,2 @@ registered timer -foo = 6 +foo = 3 ' |
152-timer-every.t | TEST 6: memory leak check - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1,2 @@ registered timer -growth1 == growth2: true +growth1 == growth2: false ' |
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/10/29 21:48:25 [debug] 26375\#0: lua tcp socket keepalive: free connection pool for \"127.0.0.1:1984\"" (req 0) |
2020/10/29 21:48:25 [debug] 26375\#0: *246 http keepalive handler 2020/10/29 21:48:25 [debug] 26375\#0: *246 close http connection: 6 2020/10/29 21:48:25 [debug] 26375\#0: *246 event timer del: 6: 21607635 2020/10/29 21:48:25 [debug] 26375\#0: *246 reusable connection: 0 2020/10/29 21:48:25 [debug] 26375\#0: *246 free: 08B78EE8, unused: 0 2020/10/29 21:48:25 [debug] 26375\#0: *246 free: 08B7DA30, unused: 0 2020/10/29 21:48:25 [debug] 26375\#0: *246 free: 08B7DA10, unused: 0 2020/10/29 21:48:25 [debug] 26375\#0: *246 free: 08B7D088, unused: 0 2020/10/29 21:48:25 [debug] 26375\#0: *246 free: 08B8AC58, unused: 0 ' Looks like you failed 1 test of 138. |
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 57: list all keys in a shdict with more than 1024 keys with 0 limit set - response_body - response is expected (repeated req 0, req 0) |
got: '2051 ' expected: '2048 ' |
043-shdict.t | TEST 12: get non-existent keys - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1,2 @@ -nil +true -nil +true ' |
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 48: flush_expires a dict without expired items - response_body - response is expected (repeated req 0, req 0) |
got: '59 ' expected: '0 ' |
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: 34 nil -foo = nil +foo = 34 ' |
043-shdict.t | TEST 54: list keys in an empty shdict with a limit - response_body - response is expected (repeated req 0, req 0) |
got: '3 ' 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) | |
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 22:28:32 [debug] 29239\#0: lua tcp socket keepalive: free connection pool for \"127.0.0.1:1984\"" (req 0) |
2020/10/29 22:28:32 [debug] 29239\#0: *250 http keepalive handler 2020/10/29 22:28:32 [debug] 29239\#0: *250 close http connection: 8 2020/10/29 22:28:32 [debug] 29239\#0: *250 event timer del: 8: 24014436 2020/10/29 22:28:32 [debug] 29239\#0: *250 reusable connection: 0 2020/10/29 22:28:32 [debug] 29239\#0: *250 free: 08DCD440, unused: 0 2020/10/29 22:28:32 [debug] 29239\#0: *250 free: 08D811D8, unused: 0 2020/10/29 22:28:32 [debug] 29239\#0: *250 free: 08DCD430, unused: 0 2020/10/29 22:28:32 [debug] 29239\#0: *250 free: 08D811B8, unused: 0 2020/10/29 22:28:32 [debug] 29239\#0: *250 free: 08D81190, 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 22:28:39 [debug] 29355\#0: lua tcp socket keepalive: free connection pool for \"A\"" (req 0) |
2020/10/29 22:28:39 [debug] 29355\#0: lua tcp socket keepalive close handler: fd:8 2020/10/29 22:28:39 [debug] 29355\#0: event timer del: 8: 24014164 2020/10/29 22:28:39 [debug] 29355\#0: reusable connection: 0 2020/10/29 22:28:39 [debug] 29355\#0: lua tcp socket keepalive: free connection pool for "B" 2020/10/29 22:28:39 [notice] 29355\#0: exiting 2020/10/29 22:28:39 [debug] 29355\#0: flush files 2020/10/29 22:28:39 [debug] 29355\#0: run cleanup: 08D7F1D0 2020/10/29 22:28:39 [debug] 29355\#0: run cleanup: 08D98668 2020/10/29 22:28:39 [debug] 29355\#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/10/29 22:28:39 [debug] 29355\#0: lua tcp socket keepalive: free connection pool for \"B\"" (req 0) |
2020/10/29 22:28:39 [notice] 29355\#0: exiting 2020/10/29 22:28:39 [debug] 29355\#0: flush files 2020/10/29 22:28:39 [debug] 29355\#0: run cleanup: 08D7F1D0 2020/10/29 22:28:39 [debug] 29355\#0: run cleanup: 08D98668 2020/10/29 22:28:39 [debug] 29355\#0: lua decrementing the reference count for Lua VM: 1 2020/10/29 22:28:39 [debug] 29355\#0: lua close the global Lua VM B6D7F1C8 2020/10/29 22:28:39 [debug] 29355\#0: run cleanup: 08D98648 2020/10/29 22:28:39 [debug] 29355\#0: run cleanup: 08D98628 2020/10/29 22:28:39 [debug] 29355\#0: run cleanup: 08DBFF98 ' |
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 22:28:40 [debug] 29384\#0: lua tcp socket keepalive: free connection pool for \"foo\"" (req 0) |
2020/10/29 22:28:40 [notice] 29384\#0: exiting 2020/10/29 22:28:40 [debug] 29384\#0: flush files 2020/10/29 22:28:40 [debug] 29384\#0: run cleanup: 08D7AF18 2020/10/29 22:28:40 [debug] 29384\#0: run cleanup: 08DAE120 2020/10/29 22:28:40 [debug] 29384\#0: lua decrementing the reference count for Lua VM: 1 2020/10/29 22:28:40 [debug] 29384\#0: lua close the global Lua VM B6D1E1C8 2020/10/29 22:28:40 [debug] 29384\#0: run cleanup: 08D8E840 2020/10/29 22:28:40 [debug] 29384\#0: run cleanup: 08D8E820 2020/10/29 22:28:40 [debug] 29384\#0: run cleanup: 08D83700 ' |
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 22:28:42 [debug] 29413\#0: lua tcp socket keepalive: free connection pool for \"A\"" (req 0) |
2020/10/29 22:28:42 [debug] 29413\#0: lua tcp socket keepalive close handler: fd:8 2020/10/29 22:28:42 [debug] 29413\#0: event timer del: 8: 24017600 2020/10/29 22:28:42 [debug] 29413\#0: reusable connection: 0 2020/10/29 22:28:42 [debug] 29413\#0: lua tcp socket keepalive: free connection pool for "B" 2020/10/29 22:28:42 [debug] 29413\#0: worker cycle 2020/10/29 22:28:42 [debug] 29413\#0: epoll timer: 59464 2020/10/29 22:28:42 [debug] 29413\#0: epoll: fd:3 ev:2011 d:08D81459 2020/10/29 22:28:42 [debug] 29413\#0: epoll_wait() error on fd:3 ev:2011 2020/10/29 22:28:42 [debug] 29413\#0: *400 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 22:28:42 [debug] 29413\#0: lua tcp socket keepalive: free connection pool for \"B\"" (req 0) |
2020/10/29 22:28:42 [debug] 29413\#0: worker cycle 2020/10/29 22:28:42 [debug] 29413\#0: epoll timer: 59464 2020/10/29 22:28:42 [debug] 29413\#0: epoll: fd:3 ev:2011 d:08D81459 2020/10/29 22:28:42 [debug] 29413\#0: epoll_wait() error on fd:3 ev:2011 2020/10/29 22:28:42 [debug] 29413\#0: *400 http wait request handler 2020/10/29 22:28:42 [debug] 29413\#0: *400 malloc: 08DA4368:52 2020/10/29 22:28:42 [debug] 29413\#0: *400 malloc: 08DA5B30:8 2020/10/29 22:28:42 [debug] 29413\#0: *400 malloc: 08DB5468:1024 2020/10/29 22:28:42 [debug] 29413\#0: *400 malloc: 08D97D10: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 22:28:44 [debug] 29442\#0: lua tcp socket keepalive: free connection pool for \"A\"" (req 0) |
2020/10/29 22:28:44 [debug] 29442\#0: worker cycle 2020/10/29 22:28:44 [debug] 29442\#0: epoll timer: 59500 2020/10/29 22:28:44 [debug] 29442\#0: epoll: fd:3 ev:2011 d:08D83A59 2020/10/29 22:28:44 [debug] 29442\#0: epoll_wait() error on fd:3 ev:2011 2020/10/29 22:28:44 [debug] 29442\#0: *426 http wait request handler 2020/10/29 22:28:44 [debug] 29442\#0: *426 malloc: 08DB4958:52 2020/10/29 22:28:44 [debug] 29442\#0: *426 malloc: 08DA9AC0:8 2020/10/29 22:28:44 [debug] 29442\#0: *426 malloc: 08D98540:1024 2020/10/29 22:28:44 [debug] 29442\#0: *426 malloc: 08D8B2A0:8 ' |
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 22:29:00 [debug] 29700\#0: lua tcp socket keepalive: free connection pool for \"127.0.0.1:11211\"" (req 0) |
2020/10/29 22:29:00 [notice] 29700\#0: exiting 2020/10/29 22:29:00 [debug] 29700\#0: flush files 2020/10/29 22:29:00 [debug] 29700\#0: run cleanup: 08D7F1D0 2020/10/29 22:29:00 [debug] 29700\#0: run cleanup: 08D80BB0 2020/10/29 22:29:00 [debug] 29700\#0: lua decrementing the reference count for Lua VM: 1 2020/10/29 22:29:00 [debug] 29700\#0: lua close the global Lua VM B6D7F1C8 2020/10/29 22:29:00 [debug] 29700\#0: run cleanup: 08D80B90 2020/10/29 22:29:00 [debug] 29700\#0: run cleanup: 08D80B70 2020/10/29 22:29:00 [debug] 29700\#0: run cleanup: 08D985C8 ' |
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 22:29:01 [debug] 29728\#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/10/29 22:29:01 [debug] 29728\#0: worker cycle 2020/10/29 22:29:01 [debug] 29728\#0: epoll timer: 59468 2020/10/29 22:29:01 [debug] 29728\#0: epoll: fd:3 ev:2011 d:08DCD540 2020/10/29 22:29:01 [debug] 29728\#0: epoll_wait() error on fd:3 ev:2011 2020/10/29 22:29:01 [debug] 29728\#0: *675 http wait request handler 2020/10/29 22:29:01 [debug] 29728\#0: *675 malloc: 08DAEC38:52 2020/10/29 22:29:01 [debug] 29728\#0: *675 malloc: 08DC3F10:8 2020/10/29 22:29:01 [debug] 29728\#0: *675 malloc: 08D98540:1024 2020/10/29 22:29:01 [debug] 29728\#0: *675 malloc: 08DB0BE8:8 ' |
086-init-by.t | nginx: [error] | init_by_lua error: init_by_lua:2: failed to init |
091-coroutine.t | nginx: [error] | init_by_lua error: init_by_lua:7: init_by_lua:4: something went wrong |
106-timer.t | TEST 9: simple at (sleep in the timer callback) - log_by_lua - pattern "(?^:\[lua\] log_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:6[4-9]|7[0-6]))" should match a line in error.log (req 0) | |
106-timer.t | TEST 9: simple at (sleep in the timer callback) - log_by_lua - pattern "(?^:\[lua\] log_by_lua\(nginx\.conf:\d+\):\d+: elapsed: 0\.0(?:6[4-9]|7[0-6]))" should match a line in error.log (req 1) | |
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,5 +1,5 @@ -successfully set bar. +successfully set bar with force. failed to safe set baz: no memory found bar: 4000 delete bar -failed to safe set baz: no memory +successfully safe set baz ' Looks like you failed 1 test of 39. |
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 11: get phase - pattern "[error]" should not match any line in error.log but matches line "2020/10/29 22:53:50 [error] 18967\#0: send() failed (111: Connection refused)" (req 0) |
2020/10/29 22:53:50 [debug] 18967\#0: close listening unix:/home/ec2-user/git/lua-nginx-module/t/servroot/html/nginx.sock \#11 2020/10/29 22:53:50 [debug] 18967\#0: epoll del event: fd:8 op:2 ev:00000000 2020/10/29 22:53:50 [debug] 18967\#0: close listening 0.0.0.0:1984 \#8 2020/10/29 22:53:50 [notice] 18967\#0: exiting 2020/10/29 22:53:50 [debug] 18967\#0: flush files 2020/10/29 22:53:50 [debug] 18967\#0: run cleanup: 09FE7570 2020/10/29 22:53:50 [debug] 18967\#0: run cleanup: 0A00ED58 2020/10/29 22:53:50 [debug] 18967\#0: lua decrementing the reference count for Lua VM: 1 2020/10/29 22:53:50 [debug] 18967\#0: lua close the global Lua VM B6DA81C8 ' Looks like you failed 1 test of 480. |
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 |
145-shdict-list.t | TEST 2: get operation on list type - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1,2 @@ -push success +push err: value not a list -nil value is a list +bar 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 +2 nil +bar nil 1 nil bar nil -0 nil -nil nil ' |
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 12: lpush and lpop - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1,2 @@ -3 +push err: value not a list -2 +pop err: value not a list -1 ' |
145-shdict-list.t | TEST 3: set 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 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 ' |
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 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 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 ' doesn't match '(?^:\Amalloc_trim\(1\) returned [01] \z)' |
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 ' 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 6: zero count means off - grep_error_log_out (req 0) |
got: 'malloc_trim(1) returned 1 malloc_trim(1) returned 1 ' expected: '' |
146-malloc-trim.t | TEST 1: 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 ' doesn't match '(?^:\Amalloc_trim\(1\) returned [01] \z)' |
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 malloc_trim(1) returned 1 ' doesn't match '(?^:\Amalloc_trim\(1\) returned [01] malloc_trim\(1\) returned [01] \z)' |
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,14 @@ 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 ' |
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 3: get_info - response_body - response is expected (repeated req 0, req 0) |
@@ -1,4 +1,4 @@ name=x1 size=1048576 isinit=true -isold=false +isold=true ' Looks like you failed 1 test of 14. |
153-semaphore-hup.t | TEST 2: timer + reload (lua code cache off) - 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 ' |
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.