Commit 2d3f72f
authored
test(quic): add unit tests for 5 remaining QUIC protocol modules (#978)
* test(quic): add unit tests for 5 remaining QUIC protocol modules
Add comprehensive unit tests for session_ticket_store, pmtud_controller,
crypto, connection, and quic_socket covering construction, state
management, and protocol-specific behavior.
* fix(cmake): rename duplicate QUIC test targets to avoid CMake conflict
Existing targets network_quic_crypto_test and network_quic_connection_test
already registered at lines 1657 and 1758. Renamed new targets to
network_quic_crypto_module_test and network_quic_connection_module_test.1 parent edf676d commit 2d3f72f
6 files changed
Lines changed: 2062 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4642 | 4642 | | |
4643 | 4643 | | |
4644 | 4644 | | |
| 4645 | + | |
| 4646 | + | |
| 4647 | + | |
| 4648 | + | |
| 4649 | + | |
| 4650 | + | |
| 4651 | + | |
| 4652 | + | |
| 4653 | + | |
| 4654 | + | |
| 4655 | + | |
4645 | 4656 | | |
4646 | 4657 | | |
4647 | 4658 | | |
| |||
0 commit comments