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
File is 378 LOC. Experimental QUIC server is a newer addition with less mature test coverage.
v1.0 readiness gate requires >=80% line coverage ecosystem-wide (see Prepare network_system for v1.0 release #964) — applies even to experimental modules included in default build.
Where
Source: experimental/quic_server.cpp (378 LOC)
Tests: tests/unit/experimental/ (or new dedicated test file)
How
Approach
Audit existing quic_server tests for uncovered branches.
What
Expand unit test coverage for
experimental/quic_server.cppfrom current 43.7% line / 17.5% branch to >=70% line / >=50% branch.Part of #953.
Why
Where
experimental/quic_server.cpp(378 LOC)tests/unit/experimental/(or new dedicated test file)How
Approach
Acceptance Criteria
experimental/quic_server.cppline coverage >= 70%experimental/quic_server.cppbranch coverage >= 50%