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

Correlations: improve error handling #87810

Merged
merged 1 commit into from
May 20, 2024
Merged

Conversation

ifrost
Copy link
Contributor

@ifrost ifrost commented May 14, 2024

Related to #81229 and #82520.

We were ignoring possible DB errors. With this change we should get more info on what's actually failing: 404 if the correlation was deleted or 500 in case of DB errors.

This is also re-enabling the test to actually see what errors are cauing the flakiness. I didn't manage to get to the root cause.

Fixes #82520

@ifrost ifrost changed the title Correlations improve error handling Correlations: improve error handling May 14, 2024
@grafana-delivery-bot grafana-delivery-bot bot added this to the 11.1.x milestone May 14, 2024
@ifrost ifrost added the no-changelog Skip including change in changelog/release notes label May 14, 2024
@ifrost ifrost marked this pull request as ready for review May 14, 2024 12:53
@ifrost ifrost requested a review from a team as a code owner May 14, 2024 12:53
@ifrost ifrost merged commit d09f5ab into main May 20, 2024
28 checks passed
@ifrost ifrost deleted the ifrost/improve-error-handling branch May 20, 2024 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend no-changelog Skip including change in changelog/release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Correlations: Investigate a flaky integration test
2 participants