(This page was automatically generated by the tools in the opsboy project on 16:17:14 09-Jan-2016 GMT.)
Commit | Testing Time | Unexpected Failures |
Expected Failures |
Files | Tests | Elapsed Time |
---|---|---|---|---|---|---|
97339db8 | 2016-01-08 00:30:47 GMT | 0 | 8 | 3 | 578 | 233 sec |
File | Name | Details |
---|---|---|
cs.t | TEST 8: pong frame (with msg body) - pattern "received: pong: halo, server!: nil" matches a line in error.log (req 0) | |
cs.t | TEST 5: ping frame (without msg body) - pattern "received: ping: : nil" matches a line in error.log (req 0) | |
cs.t | TEST 6: ping frame (with msg body) - pattern "received: ping: hey, server?: nil" matches a line in error.log (req 0) | |
cs.t | TEST 10: client recv timeout (timeout option) - response_body - response is expected (req 0) |
@@ -1,2 +1,2 @@ -failed to receive 1st frame: failed to receive the first 2 bytes: timeout +1: received: 你好, WebSocket! (text) -2: received: 你好, WebSocket! (text) +failed to receive 2nd frame: failed to receive the first 2 bytes: closed ' |
cs.t | TEST 10: client recv timeout (timeout option) - pattern "lua tcp socket read timed out" matches a line in error.log (req 0) | |
cs.t | TEST 12: server recv timeout (in constructor) - pattern "2: received: 你好, WebSocket! (text)" matches a line in error.log (req 0) | |
cs.t | TEST 4: close frame (with msg body) - pattern "received: close: server, let's close!: 1000" matches a line in error.log (req 0) | |
cs.t | TEST 11: server recv timeout (set_timeout) - pattern "2: received: 你好, WebSocket! (text)" matches a line in error.log (req 0) |
Go back to the index page.