(This page was automatically generated by the tools in the opsboy project on 14:24:39 28-Oct-2025 GMT.)
| Commit | Testing Time | Unexpected Failures |
Expected Failures |
Files | Tests | Elapsed Time |
|---|---|---|---|---|---|---|
| faf7043d | 2025-10-28 04:52:16 GMT | 8 | 0 | 6 | 334 | 21 sec |
| File | Name | Details |
|---|---|---|
| tls.t | TEST 1: basic - response_body - response is expected (repeated req 0, req 0) |
@@ -1,2 +1 @@ -dog: 32 (flags: 0) +failed to connect: connection refused -dog: 32 (flags: 0) |
| tls.t | TEST 1: basic - pattern "[error]" should not match any line in error.log but matches line "2025/10/28 10:15:51 [error] 8912#8912: *1 connect() failed (111: Connection refused), client: 127.0.0.1, server: localhost, request: \"GET /t HTTP/1.1\", host: \"localhost\"" (req 0) |
2025/10/28 10:15:51 [debug] 8912#8912: *1 lua tcp socket handle connect error 2025/10/28 10:15:51 [debug] 8912#8912: *1 lua finalize socket 2025/10/28 10:15:51 [debug] 8912#8912: *1 lua http cleanup free: 0000000025BAD4C0 2025/10/28 10:15:51 [debug] 8912#8912: *1 poll del event: fd:8 ev:1 2025/10/28 10:15:51 [debug] 8912#8912: *1 poll del index: 3 2025/10/28 10:15:51 [debug] 8912#8912: *1 poll del event: fd:8 ev:4 2025/10/28 10:15:51 [debug] 8912#8912: *1 delete posted event 0000000025C41D90 2025/10/28 10:15:51 [debug] 8912#8912: *1 lua close socket connection 2025/10/28 10:15:51 [debug] 8912#8912: *1 reusable connection: 0 ' |
| tls.t | TEST 1: basic - response_body - response is expected (repeated req 1, req 0) |
@@ -1,2 +1 @@ -dog: 32 (flags: 0) +failed to connect: connection refused -dog: 32 (flags: 0) |
| tls.t | TEST 1: basic - pattern "[error]" should not match any line in error.log but matches line "2025/10/28 10:15:51 [error] 8912#8912: *3 connect() failed (111: Connection refused), client: 127.0.0.1, server: localhost, request: \"GET /t HTTP/1.1\", host: \"localhost\"" (req 1) |
2025/10/28 10:15:51 [debug] 8912#8912: *3 lua tcp socket handle connect error 2025/10/28 10:15:51 [debug] 8912#8912: *3 lua finalize socket 2025/10/28 10:15:51 [debug] 8912#8912: *3 lua http cleanup free: 0000000025C0E840 2025/10/28 10:15:51 [debug] 8912#8912: *3 poll del event: fd:8 ev:1 2025/10/28 10:15:51 [debug] 8912#8912: *3 poll del index: 3 2025/10/28 10:15:51 [debug] 8912#8912: *3 poll del event: fd:8 ev:4 2025/10/28 10:15:51 [debug] 8912#8912: *3 delete posted event 0000000025C41D90 2025/10/28 10:15:51 [debug] 8912#8912: *3 lua close socket connection 2025/10/28 10:15:51 [debug] 8912#8912: *3 reusable connection: 0 ' |
| tls.t | TEST 2: verify server certificate failed - response_body - response is expected (repeated req 0, req 0) |
got: 'failed to connect: connection refused ' expected: 'failed to connect to memcached: 19: self signed certificate in certificate chain ' |
| tls.t | TEST 2: verify server certificate failed - pattern "lua ssl certificate verify error: (19: self signed certificate in certificate chain)" should match a line in error.log (req 0) | |
| tls.t | TEST 2: verify server certificate failed - response_body - response is expected (repeated req 1, req 0) |
got: 'failed to connect: connection refused ' expected: 'failed to connect to memcached: 19: self signed certificate in certificate chain ' |
| tls.t | TEST 2: verify server certificate failed - pattern "lua ssl certificate verify error: (19: self signed certificate in certificate chain)" should match a line in error.log (req 1) |
Go back to the index page.