fix check calls being unreliable#2250
Conversation
Signed-off-by: Fabian Lopez <lfabian@vmware.com>
|
/assign @markusthoemmes @nak3 |
|
/retest |
|
/retest |
|
/hold |
| } | ||
| } | ||
| } | ||
| sc.Logf("NOT Retrying %s: %v", req.URL.String(), err) |
There was a problem hiding this comment.
This log line should move into the if err != nil block I believe.
Signed-off-by: Fabian Lopez <lfabian@vmware.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markusthoemmes, shinigambit 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 |
Codecov Report
@@ Coverage Diff @@
## main #2250 +/- ##
==========================================
+ Coverage 63.92% 64.04% +0.12%
==========================================
Files 220 221 +1
Lines 9550 9605 +55
==========================================
+ Hits 6105 6152 +47
- Misses 3172 3177 +5
- Partials 273 276 +3
Continue to review full report at Codecov.
|
|
/unhold |
Add back
DefaultErrorRetryCheckerinto theCheckEndpointStatecalls so it retries for issues caused by the network.Problem introduced in knative/serving/pull/11680