-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
functests: utils: add and use event reporting #765
functests: utils: add and use event reporting #765
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fromanirh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Pull Request Test Coverage Report for Build 2010
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be useful to dump events for all failure tests, it will require introducing some additional reporter, similar to https://github.com/kubevirt/kubevirt/blob/5d06fbd6f72cd6ee60e8c4c57d014f7ee0d82acb/tests/reporter/outputenricher.go#L64
Add a function to fetch the events associated to a object, and use it into the 4_latency suite to troubleshoot the pod startup issues. Also add a trivial tester program. Signed-off-by: Francesco Romani <[email protected]>
nice! we should totally explore this option in a followup PR. Maybe let's file an issue to track this? |
2251aeb
to
48da6b9
Compare
Works for me |
/lgtm |
/retest |
|
Add a function to fetch the events associated to a object,
and use it into the 4_latency suite to troubleshoot the
pod startup issues.
Also add a trivial tester program.
Signed-off-by: Francesco Romani [email protected]