(This page was automatically generated by the tools in the opsboy project on 00:22:39 30-Oct-2025 GMT.)
| Commit | Testing Time | Unexpected Failures |
Expected Failures |
Files | Tests | Elapsed Time |
|---|---|---|---|---|---|---|
| 3c7274c2 | 2025-10-28 23:31:37 GMT | 0 | 9 | 12 | 402 | 236 sec |
| File | Name | Details |
|---|---|---|
| ssl.t | TEST 4: ssl connection with ssl_verify (without CA) - response_body_like - response is expected (failed to connect: failed to do ssl handshake: timeout) |
'failed to connect: failed to do ssl handshake: timeout ' doesn't match '(?^:failed to connect: failed to do ssl handshake: 18: self[- ]signed certificate)' |
| ssl.t | TEST 5: ssl connection with ssl_verify (with CA) - response_body - response is expected (repeated req 0, req 0) |
got: 'failed to connect: failed to do ssl handshake: timeout ' expected: 'ok ' |
| ssl.t | TEST 5: ssl connection with ssl_verify (with CA) - response_body - response is expected (repeated req 1, req 0) |
got: 'failed to connect: failed to do ssl handshake: timeout ' expected: 'ok ' |
| ssl.t | TEST 8: ssl reuse - response_body - like (repeated req 0, req 0) |
'failed to connect: failed to do ssl handshake: timeout failed to connect: failed to do ssl handshake: timeout ' doesn't match '(?^:sock reusetimes: (0|2) set dog: OK sock reusetimes: (1|3) set dog: OK)' |
| ssl.t | TEST 8: ssl reuse - response_body - like (repeated req 1, req 0) |
'failed to connect: failed to do ssl handshake: timeout failed to connect: failed to do ssl handshake: timeout ' doesn't match '(?^:sock reusetimes: (0|2) set dog: OK sock reusetimes: (1|3) set dog: OK)' |
| ssl.t | TEST 2: set and get on ssl connection - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -set dog: OK +failed to connect: failed to do ssl handshake: timeout -dog: an animal -dog: an animal |
| ssl.t | TEST 2: set and get on ssl connection - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -set dog: OK +failed to connect: failed to do ssl handshake: timeout -dog: an animal -dog: an animal |
| ssl.t | TEST 3: set and get on ssl connection via unix socket - response_body - response is expected (repeated req 0, req 0) |
@@ -1,3 +1 @@ -set dog: OK +failed to connect: failed to do ssl handshake: timeout -dog: an animal -dog: an animal |
| ssl.t | TEST 3: set and get on ssl connection via unix socket - response_body - response is expected (repeated req 1, req 0) |
@@ -1,3 +1 @@ -set dog: OK +failed to connect: failed to do ssl handshake: timeout -dog: an animal -dog: an animal |
Go back to the index page.