-
Notifications
You must be signed in to change notification settings - Fork 164
Add HTTPS Test Coverage for HTTP Agent Pooling #620
Copy link
Copy link
Open
Labels
debtCode quality improvement or decrease of technical debt.Code quality improvement or decrease of technical debt.low priorityLow priority issues to be done eventually.Low priority issues to be done eventually.t-unblockingIssues with this label are in the ownership of the unblocking team.Issues with this label are in the ownership of the unblocking team.
Metadata
Metadata
Assignees
Labels
debtCode quality improvement or decrease of technical debt.Code quality improvement or decrease of technical debt.low priorityLow priority issues to be done eventually.Low priority issues to be done eventually.t-unblockingIssues with this label are in the ownership of the unblocking team.Issues with this label are in the ownership of the unblocking team.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Problem
PR #619 introduced useful HTTP agent pooling functionality, but the current test suite lacks adequate coverage for HTTPS upstreams.
Given the dependency and the good-enough coverage for HTTP, we decided to merge #619 as is, while acknowledging the insufficient coverage for HTTPS.
Proposed Solution
Refs