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

   ### Description
   Enhance unit test coverage for triple_protocol package:
   
   - assert_test.go: Add mockTB for testing failure scenarios, table-driven 
tests
   - client_test.go: New tests for NewClient, parseRequestURL, 
applyDefaultTimeout
   - client_stream_test.go: Tests for ClientStreamForClient, 
ServerStreamForClient
   - client_ext_test.go: External package tests for client initialization
   - client_example_test.go: Example tests for client usage patterns
   - code_test.go: Tests for Code.String, MarshalText, UnmarshalText, CodeOf
   - codec_test.go: Tests for all codec types (proto, json, hessian2, msgpack)
   - compression_test.go: Tests for compressionPool, compress/decompress 
operations
   - duplex_http_call_test.go: New tests for duplexHTTPCall methods
   - envelope_test.go: Comprehensive tests for envelope read/write operations
   
   ### Checklist
   - [x] I confirm the target branch is `develop`
   - [x] Code has passed local testing
   - [x] I have added tests that prove my fix is effective or that my feature 
works
   


-- 
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