(This page was automatically generated by the tools in the opsboy project on 20:09:02 26-Nov-2016 GMT.)
Commit | Testing Time | Unexpected Failures |
Expected Failures |
Files | Tests | Elapsed Time |
---|---|---|---|---|---|---|
72d8cf57 | 2016-11-08 20:36:23 GMT | 42 | 23 | 94 | 7510 | 520 sec |
File | Name | Details |
---|---|---|
093-uthread-spawn.t | TEST 1: simple user thread without I/O - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -before +b-hello in thread -after ' |
093-uthread-spawn.t | TEST 1: simple user thread without I/O - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -before +b-hello in thread -after ' |
093-uthread-spawn.t | TEST 12: manual time slicing between a user thread and the entry thread - response_body - response is expected (repeated req 0, req 0) |
@@ -1,8 +1 @@ -0 +0-1 -f 1 -2 -f 2 -3 -f 3 -4 ' |
093-uthread-spawn.t | TEST 12: manual time slicing between a user thread and the entry thread - response_body - response is expected (repeated req 1, req 0) |
@@ -1,8 +1 @@ -0 +0-1 -f 1 -2 -f 2 -3 -f 3 -4 ' |
093-uthread-spawn.t | TEST 13: manual time slicing between two user threads - response_body - response is expected (repeated req 0, req 0) |
@@ -1,7 +1 @@ -f 1 +f-g 1 -f 2 -done -g 2 -f 3 -g 3 ' |
093-uthread-spawn.t | TEST 13: manual time slicing between two user threads - response_body - response is expected (repeated req 1, req 0) |
@@ -1,7 +1 @@ -f 1 +f-g 1 -f 2 -done -g 2 -f 3 -g 3 ' |
093-uthread-spawn.t | TEST 6: nested user threads - response_body - response is expected (repeated req 0, req 0) |
@@ -1,5 +1 @@ -before f +b-before g -hello in g() -after f -after g ' |
093-uthread-spawn.t | TEST 6: nested user threads - response_body - response is expected (repeated req 1, req 0) |
@@ -1,5 +1 @@ -before f +b-before g -hello in g() -after f -after g ' |
093-uthread-spawn.t | TEST 11: creating user threads in a user coroutine - response_body - response is expected (repeated req 0, req 0) |
@@ -1,5 +1 @@ -before f +b-before g -hello in g() -after g -after f ' |
093-uthread-spawn.t | TEST 11: creating user threads in a user coroutine - response_body - response is expected (repeated req 1, req 0) |
@@ -1,5 +1 @@ -before f +b-before g -hello in g() -after g -after f ' |
093-uthread-spawn.t | TEST 19: simple user thread with args - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -before +b-hello foo and 3.14 -after ' |
093-uthread-spawn.t | TEST 19: simple user thread with args - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -before +b-hello foo and 3.14 -after ' |
093-uthread-spawn.t | TEST 9: coroutine status of a dead user thread - response_body - response is expected (repeated req 0, req 0) |
got: 's' expected: 'status: zombie ' |
093-uthread-spawn.t | TEST 9: coroutine status of a dead user thread - response_body - response is expected (repeated req 1, req 0) |
got: 's' expected: 'status: zombie ' |
093-uthread-spawn.t | TEST 5: error in user thread - response_body - response is expected (repeated req 0, req 0) |
got: 'a' expected: 'after ' |
093-uthread-spawn.t | TEST 5: error in user thread - response_body - response is expected (repeated req 1, req 0) |
got: 'a' expected: 'after ' |
093-uthread-spawn.t | TEST 2: two simple user threads without I/O - response_body - response is expected (repeated req 0, req 0) |
@@ -1,6 +1 @@ -before 1 +b-in thread 1 -after 1 -before 2 -in thread 2 -after 2 ' |
093-uthread-spawn.t | TEST 2: two simple user threads without I/O - response_body - response is expected (repeated req 1, req 0) |
@@ -1,6 +1 @@ -before 1 +b-in thread 1 -after 1 -before 2 -in thread 2 -after 2 ' |
098-uthread-wait.t | TEST 11: waiting on two simple user threads without I/O - response_body - response is expected (repeated req 0, req 0) |
@@ -1,7 +1 @@ -f: hello +f-thread f created: zombie -g: hello -thread g created: zombie -res: f done -f status: dead -g status: zombie ' |
098-uthread-wait.t | TEST 11: waiting on two simple user threads without I/O - response_body - response is expected (repeated req 1, req 0) |
@@ -1,7 +1 @@ -f: hello +f-thread f created: zombie -g: hello -thread g created: zombie -res: f done -f status: dead -g status: zombie ' |
098-uthread-wait.t | TEST 21: waiting on a dead coroutine - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -hello in thread +h-thread created: zombie -failed to run thread: already waited or killed ' |
098-uthread-wait.t | TEST 21: waiting on a dead coroutine - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -hello in thread +h-thread created: zombie -failed to run thread: already waited or killed ' |
098-uthread-wait.t | TEST 5: simple user thread wait without I/O (return multiple values) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -hello in thread +h-thread created: zombie -res: done 3.14 ' |
098-uthread-wait.t | TEST 5: simple user thread wait without I/O (return multiple values) - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -hello in thread +h-thread created: zombie -res: done 3.14 ' |
098-uthread-wait.t | TEST 9: simple user thread wait without I/O (in a user coroutine) - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -hello in thread +h-thread created: zombie -done ' |
098-uthread-wait.t | TEST 9: simple user thread wait without I/O (in a user coroutine) - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -hello in thread +h-thread created: zombie -done ' |
098-uthread-wait.t | TEST 7: simple user thread wait without I/O, throw errors - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -hello in thread +h-thread created: zombie -failed to wait thread: bad bad! ' |
098-uthread-wait.t | TEST 7: simple user thread wait without I/O, throw errors - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -hello in thread +h-thread created: zombie -failed to wait thread: bad bad! ' |
098-uthread-wait.t | TEST 1: simple user thread wait without I/O - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -hello in thread +h-thread created: zombie -done ' |
098-uthread-wait.t | TEST 1: simple user thread wait without I/O - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -hello in thread +h-thread created: zombie -done ' |
098-uthread-wait.t | TEST 22: spawn and wait uthreads for many times - response_body - response is expected (repeated req 0, req 0) |
@@ -1,100 +1 @@ -1: done +1-2: done -3: done -4: done -5: done -6: done -7: done -8: done -9: done -10: done -11: done -12: done -13: done -14: done -15: done -16: done -17: done -18: done -19: done -20: done -21: done -22: done -23: done -24: done -25: done -26: done -27: done -28: done -29: done -30: done -31: done -32: done -33: done -34: done -35: done -36: done -37: done -38: done -39: done -40: done -41: done -42: done -43: done -44: done -45: done -46: done -47: done -48: done -49: done -50: done -51: done -52: done -53: done -54: done -55: done -56: done -57: done -58: done -59: done -60: done -61: done -62: done -63: done -64: done -65: done -66: done -67: done -68: done -69: done -70: done -71: done -72: done -73: done -74: done -75: done -76: done -77: done -78: done -79: done -80: done -81: done -82: done -83: done -84: done -85: done -86: done -87: done -88: done -89: done -90: done -91: done -92: done -93: done -94: done -95: done -96: done -97: done -98: done -99: done -100: done ' |
098-uthread-wait.t | TEST 22: spawn and wait uthreads for many times - response_body - response is expected (repeated req 1, req 0) |
@@ -1,100 +1 @@ -1: done +1-2: done -3: done -4: done -5: done -6: done -7: done -8: done -9: done -10: done -11: done -12: done -13: done -14: done -15: done -16: done -17: done -18: done -19: done -20: done -21: done -22: done -23: done -24: done -25: done -26: done -27: done -28: done -29: done -30: done -31: done -32: done -33: done -34: done -35: done -36: done -37: done -38: done -39: done -40: done -41: done -42: done -43: done -44: done -45: done -46: done -47: done -48: done -49: done -50: done -51: done -52: done -53: done -54: done -55: done -56: done -57: done -58: done -59: done -60: done -61: done -62: done -63: done -64: done -65: done -66: done -67: done -68: done -69: done -70: done -71: done -72: done -73: done -74: done -75: done -76: done -77: done -78: done -79: done -80: done -81: done -82: done -83: done -84: done -85: done -86: done -87: done -88: done -89: done -90: done -91: done -92: done -93: done -94: done -95: done -96: done -97: done -98: done -99: done -100: done ' |
098-uthread-wait.t | TEST 14: waiting on two simple user threads without I/O, both aborted by errors - response_body - response is expected (repeated req 0, req 0) |
@@ -1,7 +1 @@ -f: hello +f-thread f created: zombie -g: hello -thread g created: zombie -failed to wait thread: f done -f status: dead -g status: zombie ' |
098-uthread-wait.t | TEST 14: waiting on two simple user threads without I/O, both aborted by errors - response_body - response is expected (repeated req 1, req 0) |
@@ -1,7 +1 @@ -f: hello +f-thread f created: zombie -g: hello -thread g created: zombie -failed to wait thread: f done -f status: dead -g status: zombie ' |
127-uthread-kill.t | TEST 1: kill pending sleep - response_body - response is expected (repeated req 0, req 0) |
@@ -1,4 +1 @@ -hello from f() +h-thread created: running -killed -failed to kill thread: already waited or killed ' |
127-uthread-kill.t | TEST 1: kill pending sleep - response_body - response is expected (repeated req 1, req 0) |
@@ -1,4 +1 @@ -hello from f() +h-thread created: running -killed -failed to kill thread: already waited or killed ' |
127-uthread-kill.t | TEST 5: kill a thread already terminated - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1 @@ -thread created: zombie +t-failed to kill thread: already terminated ' |
127-uthread-kill.t | TEST 5: kill a thread already terminated - response_body - response is expected (repeated req 1, req 0) |
@@ -1,2 +1 @@ -thread created: zombie +t-failed to kill thread: already terminated ' |
127-uthread-kill.t | TEST 6: kill self - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -failed to kill main thread: not user thread +f-failed to kill user thread: killer not parent -thread created: zombie ' |
127-uthread-kill.t | TEST 6: kill self - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -failed to kill main thread: not user thread +f-failed to kill user thread: killer not parent -thread created: zombie ' |
127-uthread-kill.t | TEST 3: kill pending resolver - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1 @@ -thread created: running +t-killed ' |
127-uthread-kill.t | TEST 3: kill pending resolver - response_body - response is expected (repeated req 1, req 0) |
@@ -1,2 +1 @@ -thread created: running +t-killed ' |
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 "stream lua tcp socket keepalive max idle timeout" should not match any line in error.log but matches line "2016/11/08 21:49:54 [debug] 4754\#0: stream lua tcp socket keepalive max idle timeout" (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 "2016/11/08 21:49:54 [debug] 4754\#0: stream lua tcp socket keepalive max idle timeout" (req 1) | |
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 "2016/11/08 21:49:55 [debug] 4754\#0: stream lua tcp socket keepalive max idle timeout" (req 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 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 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 ' |
100-client-abort.t | TEST 17: ngx.print - pattern "print failed: broken pipe" should match a line in error.log (req 0) | |
100-client-abort.t | TEST 17: ngx.print - pattern "print failed: broken pipe" should match a line in error.log (req 1) | |
100-client-abort.t | TEST 16: ngx.say - pattern "say failed: broken pipe" should match a line in error.log (req 0) | |
100-client-abort.t | TEST 16: ngx.say - pattern "say failed: broken pipe" should match a line in error.log (req 1) | |
100-client-abort.t | TEST 18: ngx.flush - pattern "flush succeeded" should match a line in error.log (req 0) | |
100-client-abort.t | TEST 18: ngx.flush - pattern "flush succeeded" should match a line in error.log (req 1) | |
126-shdict-frag.t | TEST 9: cannot merge in-used big slabs page (forward) - 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 -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/stream-lua-nginx-module/t/servroot/conf/nginx.conf:22 |
132-lua-blocks.t | nginx: [emerg] | unexpected lua 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 |
Go back to the index page.