[WTX] Add support for Unary TLS - #1055
Conversation
1f24929 to
93dab3f
Compare
|
Looks like validation tests don't map the "/certs" directory when running the image. Let's see. |
|
/benchmark -f wtx-grpc-tls |
|
👋 |
Benchmark ResultsFramework:
Full log |
grpc_needs_tls=false
if has_test "unary-grpc-tls" || has_test "stream-grpc-tls"; then
grpc_needs_tls=true
fi
Even after injecting TLS certificates the validation test still doesn't work -> https://github.com/MDA2AV/HttpArena/actions/runs/30222679120/job/89847685310 Well, I guess I will just stay with the actual benchmarks. |
|
/benchmark -f wtx-grpc-tls --save |
|
👋 |
Benchmark ResultsFramework:
Full log |
|
Logs were used to help with the CI issue. Unfortunately, I forgot to remove them. It is still possible to historically ignore the |
Description
Reopening #993 now that #975 is fixed to see if it is possible to figure out what is going on