🌱 e2e: stream logs for CPI and CSI to artifacts - #4109
Conversation
|
Welcome @Dasmat13! |
|
Hi @Dasmat13. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
This utilizes WatchDaemonSetLogsByLabelSelector and WatchDeploymentLogsByLabelSelector to gather the logs of the CPI and CSI pods during e2e tests for better debugging. We use a background goroutine tied to the spec namespace context that polls for the workload cluster to become available and starts streaming logs.
|
/ok-to-test |
…void test failures
|
/retest |
|
Hi @sbueringer and @rvanderp3, I've addressed the review feedback and pushed the updated implementation. CI is passing, so I'd appreciate another review when you have time. Thanks! |
As far as I can tell the code didn't change since the last review |
|
my bad! realized I forgot to push the commit with the refactor. just pushed it now, please have another look when you get a chance |
|
Hi @sbueringer @rvanderp3, quick ping — the refactor is pushed and all CI is green now. Would appreciate another look when you get a chance. Thanks! |
|
Hi @camilamacedo86 @vitorfloriano, quick ping — I’ve addressed the review feedback. Would appreciate another look when you get a chance. Thanks |
Fixes: #2614