(This page was automatically generated by the tools in the opsboy project on 04:52:03 11-Oct-2024 GMT.)
Commit | Testing Time | Unexpected Failures |
Expected Failures |
Files | Tests | Elapsed Time |
---|---|---|---|---|---|---|
9d55dd94 | 2024-08-07 09:23:15 GMT | 3 | 5 | 8 | 220 | 85 sec |
File | Name | Details |
---|---|---|
sanity-stream.t | TEST 13: strings need to be escaped (forcing utf8) - response_body - response is expected (repeated req 0, req 0) |
@@ -6,4 +6,4 @@ 0,,1,1 id,body 1,"a -b你好" +b??" ' |
sanity.t | TEST 13: strings need to be escaped (forcing utf8) - response_body - response is expected (repeated req 0, req 0) |
got: 'errcode,errstr,insert_id,affected_rows 0,,0,0 errcode,errstr,insert_id,affected_rows 0,,0,0 errcode,errstr,insert_id,affected_rows 0,,1,1 id,body 1,"a b??" ' expected: 'errcode,errstr,insert_id,affected_rows 0,,0,0 errcode,errstr,insert_id,affected_rows 0,,0,0 errcode,errstr,insert_id,affected_rows 0,,1,1 id,body 1,"a b你好" ' |
sanity.t | TEST 13: strings need to be escaped (forcing utf8) - response_body - response is expected (repeated req 1, req 0) |
got: 'errcode,errstr,insert_id,affected_rows 0,,0,0 errcode,errstr,insert_id,affected_rows 0,,0,0 errcode,errstr,insert_id,affected_rows 0,,1,1 id,body 1,"a b??" ' expected: 'errcode,errstr,insert_id,affected_rows 0,,0,0 errcode,errstr,insert_id,affected_rows 0,,0,0 errcode,errstr,insert_id,affected_rows 0,,1,1 id,body 1,"a b你好" ' |
File | Name | Details |
---|---|---|
sanity-stream.t | TEST 1: sanity - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1,2 @@ 2, -3,bob +3,"bob" ' |
sanity-stream.t | TEST 2: keep-alive - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1,3 @@ id,name 2, -3,bob +3,"bob" ' |
sanity-stream.t | TEST 7: single row, single col - response_body - response is expected (repeated req 0, req 0) |
@@ -5,4 +5,4 @@ errcode,errstr,insert_id,affected_rows 0,,0,1 name -marry +"marry" ' |
sanity-stream.t | TEST 9: text blob field - response_body - response is expected (repeated req 0, req 0) |
@@ -5,4 +5,4 @@ errcode,errstr,insert_id,affected_rows 0,,1,1 id,body -1,hello +1,"hello" ' |
sanity-stream.t | TEST 12: date type - response_body - response is expected (repeated req 0, req 0) |
@@ -5,4 +5,4 @@ errcode,errstr,insert_id,affected_rows 0,,1,1 id,created -1,2007-05-24 +1,"2007-05-24" ' |
Go back to the index page.