You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add dedicated unit tests for 13 untested modules: integration bridges (5), protocol factories (4), remaining QUIC (2), HTTP/2 (1), and internal (1). Part of #953.
What
Add dedicated unit tests for 13 untested modules: integration bridges (5), protocol factories (4), remaining QUIC (2), HTTP/2 (1), and internal (1). Part of #953.
Scope
container_integration,io_context_thread_manager,logger_integration,monitoring_integration,thread_integrationquic.cpp,tcp.cpp,udp.cpp,websocket.cpp(insrc/protocol/)connection_id_manager.cpp,stream_manager.cpphttp2_server_stream.cppwebsocket_socket.cppWhy
Where
src/integration/,src/protocol/,src/protocols/quic/,src/protocols/http2/,src/internal/tests/unit/(new test files)tests/CMakeLists.txt(register new tests)How
Technical Approach
Acceptance Criteria
GTEST_SKIP()markers