Oxidaner opened a new pull request, #3128:
URL: https://github.com/apache/dubbo-go/pull/3128

   # Graceful Shutdown 测试覆盖率报告
   
   graceful_shutdown/
   ├── common.go                  # 核心逻辑完全覆盖 (parseDuration 函数) 覆盖率 100% 
   ├── options.go                 # 核心逻辑完全覆盖 (所有配置函数) 覆盖率 100% 
   ├── shutdown.go                # 核心逻辑部分覆盖 (Init 65.5%, 
waitAndAcceptNewRequests 100%, waitForSendingAndReceivingRequests 100%, 
waitingConsumerProcessedTimeout 85.7%, waitingProviderProcessedTimeout 60.0%) 
   │   ├── beforeShutdown         # 未覆盖 
   │   ├── destroyRegistries      # 未覆盖 
   │   └── destroyProtocols       # 未覆盖 
   ├── options_test.go            # 新增测试文件 
   └── shutdown_test.go           # 新增测试文件 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to