xfy
8bb88e8898
test(http3): 完善 HTTP/3 服务器测试(覆盖率 46% → 93.1%)
补充 server_test.go 中未实现的测试用例:
新增测试:
- TestNewServer_TableDriven: 表驱动验证所有 NewServer 错误/成功路径
- TestNewServer_VerifyInternalFields: 验证服务器内部字段初始化
- TestStart_AlreadyRunning: 重复启动返回 "server already running"
- TestStart_InvalidListenAddress: 无效监听地址返回错误
- TestStart_Success: 绑定随机端口并验证运行状态
- TestStart_EmptyListenAddress: 空地址回退到 :443(无权限时 skip)
- TestStart_QUICConfigDefaults: 零值/自定义 MaxStreams、IdleTimeout、0RTT
- TestStart_MultipleStartsAndStops: start → stop → start 生命周期循环
- TestStop_NotRunning: 空闲服务器 stop 为空操作
- TestStop_Running: stop 正确设置 running = false
- TestStop_CalledMultipleTimes: 重复 stop 安全
- TestStartStop_Lifecycle: 完整生命周期状态断言
2026-06-04 08:21:32 +08:00
..
2026-04-16 13:50:15 +08:00
2026-06-03 16:15:43 +08:00
2026-06-03 18:08:34 +08:00
2026-04-13 17:38:59 +08:00
2026-06-04 08:21:32 +08:00
2026-06-03 18:08:34 +08:00