(This page was automatically generated by the tools in the opsboy project on 20:25:04 06-Feb-2019 GMT.)

Detailed Test Report for ngx_rds_csv in linux x86_64 (rv)

Summary

Commit Testing Time Unexpected
Failures
Expected
Failures
Files Tests Elapsed Time
580ea53b 2018-03-19 21:41:42 GMT 0 5 8 220 58 sec

LuaJIT

LuaJIT 2.1.0-beta3, commit 617f118

OpenSSL

LuaJIT 1.0.2n 7 Dec 2017

Compilation Errors

Unexpected Failures

(none)

Expected Failures

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"
'

Warnings

(none)

Go back to the index page.