(This page was automatically generated by the tools in the opsboy project on 04:52:01 11-Oct-2024 GMT.)
Commit | Testing Time | Unexpected Failures |
Expected Failures |
Files | Tests | Elapsed Time |
---|---|---|---|---|---|---|
d987a0cb | 2020-02-13 23:12:11 GMT | 0 | 30 | 115 | 9428 | 460 sec |
File | Name | Details |
---|---|---|
005-exit.t | TEST 2: throw error after sending the header and partial body - response_body - response is expected (repeated req 0, req 0) |
got: 'h' expected: 'hi ' |
005-exit.t | TEST 2: throw error after sending the header and partial body - response_body - response is expected (repeated req 1, req 0) |
got: 'h' expected: 'hi ' |
025-codecache.t | TEST 22: cosocket connection pool timeout (after Lua VM destroys) - pattern "(?^:\blua tcp socket keepalive: free connection pool [0-9A-F]+ for "127.0.0.1:)" should match a line in error.log (req 0) | |
025-codecache.t | TEST 22: cosocket connection pool timeout (after Lua VM destroys) - pattern "stream lua tcp socket keepalive max idle timeout" should not match any line in error.log but matches line "2020/02/14 02:44:26 [debug] 3827\#0: stream lua tcp socket keepalive max idle timeout" (req 0) |
2020/02/14 02:44:26 [debug] 3827\#0: stream lua tcp socket keepalive close handler: fd:11 2020/02/14 02:44:26 [debug] 3827\#0: poll del event: fd:11 ev:1 2020/02/14 02:44:26 [debug] 3827\#0: index: copy event 6 to 5 2020/02/14 02:44:26 [debug] 3827\#0: reusable connection: 0 2020/02/14 02:44:26 [debug] 3827\#0: stream lua tcp socket keepalive: free connection pool for "127.0.0.1:11211" 2020/02/14 02:44:26 [debug] 3827\#0: posted event 0000000000DF9240 2020/02/14 02:44:26 [debug] 3827\#0: *1 delete posted event 0000000000DF9240 2020/02/14 02:44:26 [debug] 3827\#0: *1 lua tcp socket handler for "/t?", wev 0 2020/02/14 02:44:26 [debug] 3827\#0: *1 lua tcp socket read handler ' |
025-codecache.t | TEST 22: cosocket connection pool timeout (after Lua VM destroys) - pattern "stream lua tcp socket keepalive max idle timeout" should not match any line in error.log but matches line "2020/02/14 02:44:26 [debug] 3827\#0: stream lua tcp socket keepalive max idle timeout" (req 1) |
2020/02/14 02:44:26 [debug] 3827\#0: stream lua tcp socket keepalive close handler: fd:11 2020/02/14 02:44:26 [debug] 3827\#0: poll del event: fd:11 ev:1 2020/02/14 02:44:26 [debug] 3827\#0: index: copy event 6 to 5 2020/02/14 02:44:26 [debug] 3827\#0: reusable connection: 0 2020/02/14 02:44:26 [debug] 3827\#0: stream lua tcp socket keepalive: free connection pool for "127.0.0.1:11211" 2020/02/14 02:44:26 [debug] 3827\#0: posted event 0000000000DF9240 2020/02/14 02:44:26 [debug] 3827\#0: *1 delete posted event 0000000000DF9240 2020/02/14 02:44:26 [debug] 3827\#0: *1 lua tcp socket handler for "/t?", wev 0 2020/02/14 02:44:26 [debug] 3827\#0: *1 lua tcp socket read handler ' |
056-flush.t | TEST 1: flush wait - content - pattern "lua reuse free buf memory 13 >= 5" should match a line in error.log (req 0) | |
056-flush.t | TEST 1: flush wait - content - pattern "lua reuse free buf memory 13 >= 5" should match a line in error.log (req 1) | |
058-tcp-socket.t | TEST 26: send tables of string fragments (bad type "nil") - response_body - response is expected (repeated req 0, req 0) |
got: 'c' expected: 'connected: 1 ' |
058-tcp-socket.t | TEST 26: send tables of string fragments (bad type "nil") - response_body - response is expected (repeated req 1, req 0) |
got: 'c' expected: 'connected: 1 ' |
058-tcp-socket.t | TEST 27: send tables of string fragments (bad type "boolean") - response_body - response is expected (repeated req 0, req 0) |
got: 'c' expected: 'connected: 1 ' |
058-tcp-socket.t | TEST 27: send tables of string fragments (bad type "boolean") - response_body - response is expected (repeated req 1, req 0) |
got: 'c' expected: 'connected: 1 ' |
058-tcp-socket.t | TEST 62: receiveany method in cosocket - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1,14 @@ 1 -22 +2 -hello world +2 +h +e +l +l +o + +w +o +r +l +d ' |
058-tcp-socket.t | TEST 62: receiveany method in cosocket - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1,14 @@ 1 -22 +2 -hello world +2 +h +e +l +l +o + +w +o +r +l +d ' |
058-tcp-socket.t | TEST 65: receiveany with limited, max is larger than data - response_body - response is expected (repeated req 0, req 0) |
got: 'h ' expected: 'hello world ' |
058-tcp-socket.t | TEST 65: receiveany with limited, max is larger than data - response_body - response is expected (repeated req 1, req 0) |
got: 'h ' expected: 'hello world ' |
058-tcp-socket.t | TEST 66: receiveany with limited, max is smaller than data - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1,11 @@ -hello w +h -orld +e +l +l +o + +w +o +r +l +d ' |
058-tcp-socket.t | TEST 66: receiveany with limited, max is smaller than data - response_body - response is expected (repeated req 1, req 0) |
@@ -1,2 +1,11 @@ -hello w +h -orld +e +l +l +o + +w +o +r +l +d ' |
058-tcp-socket.t | TEST 28: send tables of string fragments (bad type ngx.null) - response_body - response is expected (repeated req 0, req 0) |
got: 'c' expected: 'connected: 1 ' |
058-tcp-socket.t | TEST 28: send tables of string fragments (bad type ngx.null) - response_body - response is expected (repeated req 1, req 0) |
got: 'c' expected: 'connected: 1 ' |
091-coroutine.t | nginx: [error] | init_by_lua error: init_by_lua:7: init_by_lua:4: something went wrong |
100-client-abort.t | TEST 17: ngx.print - pattern "print failed: nginx output filter error" should match a line in error.log (req 0) | |
100-client-abort.t | TEST 17: ngx.print - pattern "print failed: nginx output filter error" should match a line in error.log (req 1) | |
100-client-abort.t | TEST 16: ngx.say - pattern "say failed: nginx output filter error" should match a line in error.log (req 0) | |
100-client-abort.t | TEST 16: ngx.say - pattern "say failed: nginx output filter error" should match a line in error.log (req 1) | |
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 |
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 |
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.