Skip to content

fix(dashboards-comparison): Add proper handling for environment filters #93822

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

Conversation

nikkikapadia
Copy link
Member

We were getting a bunch of 'str' object has no attribute 'name' errors in both metrics and eap queries on the de job run. I think it may be due to how we previously handled the environment filters, so i've fixed that in the script and added a test for it.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jun 18, 2025
Copy link

codecov bot commented Jun 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #93822      +/-   ##
==========================================
- Coverage   88.02%   88.02%   -0.01%     
==========================================
  Files       10331    10331              
  Lines      596378   596443      +65     
  Branches    23160    23160              
==========================================
+ Hits       524976   525015      +39     
- Misses      70946    70972      +26     
  Partials      456      456              

@nikkikapadia nikkikapadia marked this pull request as ready for review June 18, 2025 15:47
@nikkikapadia nikkikapadia requested a review from a team as a code owner June 18, 2025 15:47
@nikkikapadia nikkikapadia merged commit bb72dbb into master Jun 18, 2025
65 checks passed
@nikkikapadia nikkikapadia deleted the nikki/fix/environment-setup-dash-comparison-script branch June 18, 2025 16:05
andrewshie-sentry pushed a commit that referenced this pull request Jun 19, 2025
…rs (#93822)

We were getting a bunch of `'str' object has no attribute 'name'` errors
in both metrics and eap queries on the de job run. I think it may be due
to how we previously handled the environment filters, so i've fixed that
in the script and added a test for it.
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