(This page was automatically generated by the tools in the opsboy project on 09:42:25 11-Nov-2015 GMT.)

Detailed Test Report for ngx_srcache in linux x86_64 (w)

Summary

Commit Testing Time Unexpected
Failures
Expected
Failures
Files Tests Elapsed Time
b3fd3e29 2015-06-22 13:44:59 GMT 0 16 40 1450 122 sec

LuaJIT

LuaJIT 2.1.0-alpha, commit 5d54514

Compilation Errors

Unexpected Failures

(none)

Expected Failures

File Name Details
000_init.t TEST 5: cats - drop table - pg - status code ok got: '502'
expected: '200'
000_init.t TEST 5: cats - drop table - pg - pattern "[error]" should not match any line in error.log but matches line "2015/06/22 15:03:05 [error] 31743\#0: *1 postgres: connection failed: could not send startup packet: Success" (req 0)
000_init.t TEST 6: cats - create table - pg - status code ok got: '502'
expected: '200'
000_init.t TEST 6: cats - create table - pg - pattern "[error]" should not match any line in error.log but matches line "2015/06/22 15:03:06 [error] 31755\#0: *1 postgres: connection failed: could not send startup packet: Success" (req 0)
000_init.t TEST 7: cats - insert value - pg - status code ok got: '502'
expected: '200'
000_init.t TEST 7: cats - insert value - pg - pattern "[error]" should not match any line in error.log but matches line "2015/06/22 15:03:06 [error] 31767\#0: *1 postgres: connection failed: could not send startup packet: Success" (req 0)
000_init.t TEST 8: cats - insert value - pg - status code ok got: '502'
expected: '200'
000_init.t TEST 8: cats - insert value - pg - pattern "[error]" should not match any line in error.log but matches line "2015/06/22 15:03:06 [error] 31779\#0: *1 postgres: connection failed: could not send startup packet: Success" (req 0)
bugs.t TEST 14: upstream closes the connection prematurely in srcache_fetch - pattern "upstream prematurely closed connection" matches a line in error.log (req 0)
bugs.t TEST 16: exit(500) in srcache_store - stap output expected @@ -1,4 +1,3 @@
finalize: 0
finalize: 500
-post subreq: rc=500, status=0
finalize: 0
'
postgres-main.t TEST 2: cache miss - status code ok got: '502'
expected: '200'
postgres-main.t TEST 2: cache miss - header Content-Type ok got: 'text/html'
expected: 'application/json'
postgres-main.t TEST 2: cache miss - response_body - response is expected (req 0) got: "<html>\x{0d}\x{0a}<head><title>502 Bad Gateway</title></head"...
length: 183
expected: "[{"id":2,"name":null},{"id":3,"name":"bob"}]"
length: 44
strings begin to differ at char 1 (line 1 column 1)
postgres-main.t TEST 3: cache hit - status code ok got: '502'
expected: '200'
postgres-main.t TEST 3: cache hit - header Content-Type ok got: 'text/html'
expected: 'application/json'
postgres-main.t TEST 3: cache hit - response_body - response is expected (req 0) got: "<html>\x{0d}\x{0a}<head><title>502 Bad Gateway</title></head"...
length: 183
expected: "[{"id":2,"name":null},{"id":3,"name":"bob"}]"
length: 44
strings begin to differ at char 1 (line 1 column 1)

Warnings

Go back to the index page.