Skip to content

chore: add cpp test server v2#10

Merged
ajewellamz merged 15 commits into
fireegg-test-serversfrom
ajewell/cpp-test-server
Sep 22, 2025
Merged

chore: add cpp test server v2#10
ajewellamz merged 15 commits into
fireegg-test-serversfrom
ajewell/cpp-test-server

Conversation

@ajewellamz

@ajewellamz ajewellamz commented Sep 18, 2025

Copy link
Copy Markdown

Issue #, if available:

Description of changes:

6 of the 18 tests fail, because of the whole Encryption Context thing.
I did not update RoundTripTests.java, because of those failures.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Comment thread test-server/Makefile Outdated
@echo " start-python-v3-server : Start only the Python V3 server"
@echo " start-java-v3-server : Start only the Java V3 server"
@echo " start-go-v3-server : Start only the Go V3 server"
@echo " start-cpp-v2-server : Start only the C++ V2 server"

@kessplas kessplas Sep 18, 2025

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll need to update this Makefile to follow the new convention: #9

Also, these tests don't run in CI, which I presume is because of the failing tests. You can skip them similar to how Go does it.

Comment thread test-server/cpp-v2-server/CMakeLists.txt Outdated
Comment thread test-server/cpp-v2-server/README.md Outdated
Comment thread test-server/cpp-v2-server/CMakeLists.txt
Comment thread test-server/cpp-v2-server/main.cpp Outdated
Comment thread test-server/cpp-v2-server/main.cpp
Comment thread test-server/cpp-v2-server/main.cpp Outdated
Comment thread test-server/cpp-v2-server/main.cpp

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code works well overall, but the main things to watch out for are thread safety with client_cache and the manual new/delete handling.

@ajewellamz ajewellamz merged commit bffb078 into fireegg-test-servers Sep 22, 2025
3 of 4 checks passed
@ajewellamz ajewellamz deleted the ajewell/cpp-test-server branch September 22, 2025 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants