[WTX] Add support for Unary TLS - #1055
Open
c410-f3r wants to merge 2 commits into
Open
Conversation
c410-f3r
force-pushed
the
grpc-tls
branch
6 times, most recently
from
July 26, 2026 20:21
1f24929 to
93dab3f
Compare
Contributor
Author
|
Looks like validation tests don't map the "/certs" directory when running the image. Let's see. |
Contributor
Author
|
/benchmark -f wtx-grpc-tls |
Contributor
|
👋 |
Contributor
Benchmark ResultsFramework:
Full log |
Contributor
Author
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. |
Contributor
Author
|
/benchmark -f wtx-grpc-tls --save |
Contributor
|
👋 |
Contributor
Benchmark ResultsFramework:
Full log |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Reopening #993 now that #975 is fixed to see if it is possible to figure out what is going on