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

Bug 1879316 - Use the absolute value of the delta in the alert threshold check. #7909

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

gmierz
Copy link
Collaborator

@gmierz gmierz commented Feb 8, 2024

This patch fixes an issue where the absolute alert threshold was negative on an improvement, and this was checked against the alert threshold. This meant that improvements would never have an alert generated for them since they were always negative. With this change, improvement alerts will now be produced for tests using the absolute threshold.

@codecov-commenter
Copy link

codecov-commenter commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4816f67) 90.42% compared to head (0c98fe1) 77.07%.

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #7909       +/-   ##
===========================================
- Coverage   90.42%   77.07%   -13.35%     
===========================================
  Files         305      544      +239     
  Lines       15707    26931    +11224     
  Branches        0     3377     +3377     
===========================================
+ Hits        14203    20758     +6555     
- Misses       1504     6006     +4502     
- Partials        0      167      +167     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gmierz gmierz merged commit 2eaa58c into mozilla:master Feb 12, 2024
5 checks passed
Archaeopteryx pushed a commit to Archaeopteryx/treeherder that referenced this pull request Apr 26, 2024
…old check. (mozilla#7909)

This patch fixes an issue where the absolute alert threshold was negative on an improvement, and this was checked against the alert threshold. This meant that improvements would never have an alert generated for them since they were always negative. With this change, improvement alerts will now be produced for tests using the absolute threshold.
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.

3 participants