(This page was automatically generated by the tools in the opsboy project on 04:52:03 11-Oct-2024 GMT.)

Detailed Test Report for ngx_stream_lua in linux x86_64 (r)

Summary

Commit Testing Time Unexpected
Failures
Expected
Failures
Files Tests Elapsed Time
9b4c301d 2024-08-06 16:11:51 GMT 0 23 118 10178 496 sec

LuaJIT

LuaJIT 2.1.1719379426, commit 4182d6bf

Compilation Errors

Segmentation Faults

Unexpected Failures

(none)

Expected Failures

File Name Details
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 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
'
067-req-socket.t TEST 13: sanity of raw req socket receive any - response_body - response is expected (repeated req 0, req 0) got: 'receive stream response error: connection reset by peer
'
expected: '1: received: hello
'
067-req-socket.t TEST 13: sanity of raw req socket receive any - pattern "Got: 5 bytes" should match a line in error.log (req 0)
067-req-socket.t TEST 13: sanity of raw req socket receive any - pattern "[error]" should not match any line in error.log but matches line "2024/08/06 19:55:41 [error] 1625\#0: *1 recv() failed (104: Connection reset by peer), client: 127.0.0.1, server: localhost, request: \"GET /t HTTP/1.1\", host: \"localhost\"" (req 0) 2024/08/06 19:55:41 [debug] 1625\#0: *1 lua tcp socket recv returned -1: "/t?"
2024/08/06 19:55:41 [debug] 1625\#0: *1 lua tcp socket handle read error
2024/08/06 19:55:41 [debug] 1625\#0: *1 lua tcp socket waking up the current request
2024/08/06 19:55:41 [debug] 1625\#0: *1 lua tcp operation done, resuming lua thread
2024/08/06 19:55:41 [debug] 1625\#0: *1 lua tcp socket calling prepare retvals handler 000000000050AE16, u:00007F4B4145A578
2024/08/06 19:55:41 [debug] 1625\#0: *1 lua tcp socket receive return value handler
2024/08/06 19:55:41 [debug] 1625\#0: *1 poll del event: fd:10 ev:1
2024/08/06 19:55:41 [debug] 1625\#0: *1 lua run thread, top:8 c:1
2024/08/06 19:55:41 [debug] 1625\#0: *1 lua finalize socket
'
067-req-socket.t TEST 13: sanity of raw req socket receive any - response_body - response is expected (repeated req 1, req 0) got: 'receive stream response error: connection reset by peer
'
expected: '1: received: hello
'
067-req-socket.t TEST 13: sanity of raw req socket receive any - pattern "Got: 5 bytes" should match a line in error.log (req 1)
067-req-socket.t TEST 13: sanity of raw req socket receive any - pattern "[error]" should not match any line in error.log but matches line "2024/08/06 19:55:41 [error] 1625\#0: *4 recv() failed (104: Connection reset by peer), client: 127.0.0.1, server: localhost, request: \"GET /t HTTP/1.1\", host: \"localhost\"" (req 1) 2024/08/06 19:55:41 [debug] 1625\#0: *4 lua tcp socket recv returned -1: "/t?"
2024/08/06 19:55:41 [debug] 1625\#0: *4 lua tcp socket handle read error
2024/08/06 19:55:41 [debug] 1625\#0: *4 lua tcp socket waking up the current request
2024/08/06 19:55:41 [debug] 1625\#0: *4 lua tcp operation done, resuming lua thread
2024/08/06 19:55:41 [debug] 1625\#0: *4 lua tcp socket calling prepare retvals handler 000000000050AE16, u:00007F4B41467030
2024/08/06 19:55:41 [debug] 1625\#0: *4 lua tcp socket receive return value handler
2024/08/06 19:55:41 [debug] 1625\#0: *4 poll del event: fd:10 ev:1
2024/08/06 19:55:41 [debug] 1625\#0: *4 lua run thread, top:0 c:1
2024/08/06 19:55:41 [debug] 1625\#0: *4 lua finalize socket
'
067-req-socket.t TEST 14: receiveany small block size for a big size block - response_body - response is expected (repeated req 0, req 0) @@ -1,10 +1,26 @@
ok
-receive: hel
-receive: lo,
-receive: st
-receive: rea
-receive: m r
-receive: ece
-receive: ive
-receive: any
+receive: h
+receive: e
+receive: l
+receive: l
+receive: o
+receive: ,
+receive:
+receive: s
+receive: t
+receive: r
+receive: e
+receive: a
+receive: m
+receive:
+receive: r
+receive: e
+receive: c
+receive: e
+receive: i
+receive: v
+receive: e
+receive: a
+receive: n
+receive: y
receive: !
'
067-req-socket.t TEST 14: receiveany small block size for a big size block - response_body - response is expected (repeated req 1, req 0) @@ -1,10 +1,26 @@
ok
-receive: hel
-receive: lo,
-receive: st
-receive: rea
-receive: m r
-receive: ece
-receive: ive
-receive: any
+receive: h
+receive: e
+receive: l
+receive: l
+receive: o
+receive: ,
+receive:
+receive: s
+receive: t
+receive: r
+receive: e
+receive: a
+receive: m
+receive:
+receive: r
+receive: e
+receive: c
+receive: e
+receive: i
+receive: v
+receive: e
+receive: a
+receive: n
+receive: y
receive: !
'
071-idle-socket.t TEST 6: set keepalive when cosocket recv buffer has unread data - response_body - response is expected (repeated req 0, req 0) @@ -1,4 +1,3 @@
connected: 1
request sent: 11
read: O
-failed to set keepalive: unread data in buffer
'
071-idle-socket.t TEST 6: set keepalive when cosocket recv buffer has unread data - response_body - response is expected (repeated req 1, req 0) @@ -1,4 +1,3 @@
connected: 1
request sent: 11
read: O
-failed to set keepalive: unread data in buffer
'
091-coroutine.t nginx: [error] init_by_lua error: init_by_lua:7: init_by_lua:4: something went wrong
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
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
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:

Warnings

Go back to the index page.