Skip to content
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

ansible: Try to summarize failure logs #1864

Merged
merged 2 commits into from
Jul 13, 2023
Merged

ansible: Try to summarize failure logs #1864

merged 2 commits into from
Jul 13, 2023

Conversation

zmc
Copy link
Member

@zmc zmc commented Jul 5, 2023

The failure logs we capture are sometimes helpful, but are often too long, too complex, and too noisy to understand. Sentry also struggles to associate related failures because of the presence of unique data such as timestamps and URLs.

While I don't see a quick and generic solution to this, there are several common failure modes that can easily be summarized. This commit begins that work by looking for errors caused by network outages.

@zmc zmc force-pushed the analyze-ansible branch 2 times, most recently from d246b47 to 312557c Compare July 5, 2023 23:29
zmc added 2 commits July 5, 2023 17:45
This provides a more complete interface than what we were constructing.

Signed-off-by: Zack Cerza <zack@redhat.com>
The failure logs we capture are sometimes helpful, but are often too
long, too complex, and too noisy to understand. Sentry also struggles to
associate related failures because of the presence of unique data such
as timestamps and URLs.

While I don't see a quick and generic solution to this, there are
several common failure modes that can easily be summarized. This commit
begins that work by looking for errors caused by network outages.

Signed-off-by: Zack Cerza <zack@redhat.com>
@zmc
Copy link
Member Author

zmc commented Jul 12, 2023

I've scheduled several runs trying to exercise this feature, but I haven't hit the underlying network conditions required. Still, I believe this shows there aren't regressions: https://pulpito-ng.ceph.com/?branch=main&date=2023-07-06

@zmc zmc marked this pull request as ready for review July 12, 2023 20:53
@dmick dmick self-requested a review July 12, 2023 22:12
@zmc zmc merged commit 073e6eb into main Jul 13, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants