Skip to content

fix(dashboards-comparison): Record all fields as mismatches on request failure #93454

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

Merged
merged 3 commits into from
Jun 13, 2025

Conversation

nikkikapadia
Copy link
Member

I realized eap failing is a sign of a mismatch (for things like user_misery and apdex) so i'm returning it to make sure it gets documented in the final sentry message in the job

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jun 12, 2025
@@ -263,7 +263,7 @@ def compare_tables_for_dashboard_widget_queries(
"reason": CompareTableResult.EAP_FAILED,
"fields": fields,
"widget_query": widget_query,
"mismatches": None,
"mismatches": fields,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should i be returning when metrics fail too? I assumed not because metrics failing doesn't necessarily mean there's a mismatch

@nikkikapadia nikkikapadia marked this pull request as ready for review June 12, 2025 18:29
@nikkikapadia nikkikapadia requested a review from a team as a code owner June 12, 2025 18:29
@nikkikapadia nikkikapadia removed the request for review from a team June 12, 2025 18:29
@nikkikapadia nikkikapadia merged commit 951ae7a into master Jun 13, 2025
64 checks passed
@nikkikapadia nikkikapadia deleted the nikki/fix/tags-at-request-failure branch June 13, 2025 14:04
billyvg pushed a commit that referenced this pull request Jun 18, 2025
…t failure (#93454)

I realized eap failing is a sign of a mismatch (for things like
user_misery and apdex) so i'm returning it to make sure it gets
documented in the final sentry message in the job
andrewshie-sentry pushed a commit that referenced this pull request Jun 19, 2025
…t failure (#93454)

I realized eap failing is a sign of a mismatch (for things like
user_misery and apdex) so i'm returning it to make sure it gets
documented in the final sentry message in the job
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants