-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Port Client connect/pool tests to hyper-util #2942
Copy link
Copy link
Closed
Labels
A-testsArea: tests.Area: tests.C-refactorCategory: refactor. This would improve the clarity of internal code.Category: refactor. This would improve the clarity of internal code.E-mediumEffort: medium. Some knowledge of how hyper internal works would be useful.Effort: medium. Some knowledge of how hyper internal works would be useful.K-hyper-utilCrate: hyper-utilCrate: hyper-util
Metadata
Metadata
Assignees
Labels
A-testsArea: tests.Area: tests.C-refactorCategory: refactor. This would improve the clarity of internal code.Category: refactor. This would improve the clarity of internal code.E-mediumEffort: medium. Some knowledge of how hyper internal works would be useful.Effort: medium. Some knowledge of how hyper internal works would be useful.K-hyper-utilCrate: hyper-utilCrate: hyper-util
The integration tests checking the
Connectorand Pool parts ofClientshould be ported to thehyper-utilcrate. Not necessarily copy and paste, but that each logical case is tested. They were here in 0.14.x.