GumpacG opened a new pull request, #3575: URL: https://github.com/apache/tinkerpop/pull/3575
# Increase gremlin-driver test coverage Adds targeted unit tests for `gremlin-driver` that exercise previously-untested library code: the HTTP request/response codecs, remote traversal and transaction handling, round-robin load balancing, `Auth` factory dispatch, connection-pool lifecycle, stream buffers, and `Cluster`/`Host` configuration. **Tests only, no production code changes.** ## Coverage (gremlin-driver aggregate: unit + integration) | Metric | Baseline (master) | With added tests | |---|---|---| | Instructions | 76.19% | 82.68% | | Branch | 64.01% | 72.28% | ~83 new driver unit tests. The full `gremlin-driver` + `gremlin-server` unit and integration suites pass. ## Coverage reports Baseline (master: 2e56ccc): <img width="671" height="252" alt="Screenshot 2026-07-27 at 9 08 17 AM" src="https://github.com/user-attachments/assets/6f66048e-7051-40b0-ac2d-211f2b210c86" /> With added tests: <img width="663" height="272" alt="Screenshot 2026-07-25 at 4 45 43 PM" src="https://github.com/user-attachments/assets/3a63d5b0-22c4-4aa2-b751-d86d99c663f7" /> Assisted-by: Kiro: Claude Opus 4.8 -- 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]
