[WIP] Fetch receiver report directly by Prober#6055
Conversation
* remove wathola-fetcher and its image * fetch the test report directly from receiver * do not use FinishedSleep before fetching the report but rether wait for the report to be complete/inactive or eventually time out
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mgencur The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## main #6055 +/- ##
=======================================
Coverage 82.32% 82.32%
=======================================
Files 225 225
Lines 7636 7636
=======================================
Hits 6286 6286
Misses 910 910
Partials 440 440 Continue to review full report at Codecov.
|
* the config is only present in wathola Pods
|
@mgencur: The following tests failed, say
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/test-infra repository. I understand the commands that are listed here. |
|
Getting rid of fetcher isn't a good idea. Fetcher was introduced, because of collecting logs directly, turned to be problematic on all those Kubernetes distros. It should be working on OpenShift, GKE, Minikube, and Kind, at least. See #4460 |
|
Thanks, closing this. Will create another PR with simpler solution, keeping Fetcher. |
Fixes #6045
Proposed Changes
Pre-review Checklist
Release Note
Docs