Skip to content

Commit 79b7020

Browse files
committed
test: GLM-5.3 补充所有 SDK 测试覆盖率
- Go SDK: coverage_boost_test.go (3个文件) - Python SDK: test_invoker_coverage.py - JS SDK: coverage_boost.test.ts - Java SDK: ServerHttpInvokerBoostTest + SdkWireMessagesBoostTest - C# SDK: CroupierInvokerBoostTests - C++ SDK: test_coverage_boost.cpp + CMakeLists 更新 修正测试假设错误: - Python: responder query string 修复 - C#: ExtractResult 缺失 result 键宽容契约 - C++: 幂等键格式修正(32位hex而非UUID)
1 parent e2cad1d commit 79b7020

10 files changed

Lines changed: 2666 additions & 0 deletions

File tree

sdks/cpp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ if(BUILD_TESTS)
690690
tests/test_json_schema.cpp
691691
tests/test_config_generation.cpp
692692
tests/test_invoker_retry.cpp
693+
tests/test_coverage_boost.cpp
693694
)
694695

695696
# Real shared-object plugins used by the dynamic loader tests.

0 commit comments

Comments
 (0)