Speed up proxy selection code#599
Conversation
|
Skipping CI for Draft Pull Request. |
|
/test all |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #599 +/- ##
==========================================
+ Coverage 45.81% 46.98% +1.16%
==========================================
Files 86 86
Lines 6742 6964 +222
==========================================
+ Hits 3089 3272 +183
- Misses 3274 3289 +15
- Partials 379 403 +24
🚀 New features to boost your workflow:
|
|
/retest |
650f27b to
6c89187
Compare
* Test proxies in parallel * If there is only a single proxy congiured, return immediately * Only take as long as it takes for the fastest proxy to respond * Log proxy test results for easy debugging
6c89187 to
8506ceb
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: smarthall, xiaoyu74 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Great refactoring @smarthall , |
|
/hold cancel |
|
@smarthall: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |

What type of PR is this?
feature
What this PR does / Why we need it?
This change speeds up the proxy selection code by performing tests on multiple proxies simultaneously.
Which Jira/Github issue(s) does this PR fix?
Resolves https://issues.redhat.com/browse/OSD-22383
Special notes for your reviewer
Unit Test Coverage
Guidelines
Test coverage checks
Pre-checks (if applicable)