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

fix(dynamic-sampling): zero-division error in transaction rebalance #83155

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

constantinius
Copy link
Contributor

Closes #82082

@constantinius constantinius requested a review from a team as a code owner January 9, 2025 12:34
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jan 9, 2025
@constantinius constantinius requested a review from jan-auer January 9, 2025 12:35
Copy link

codecov bot commented Jan 9, 2025

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...ic_sampling/tasks/boost_low_volume_transactions.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #83155      +/-   ##
==========================================
+ Coverage   87.57%   87.58%   +0.01%     
==========================================
  Files        9412     9438      +26     
  Lines      536989   536711     -278     
  Branches    21121    21121              
==========================================
- Hits       470248   470098     -150     
+ Misses      66375    66247     -128     
  Partials      366      366              

Copy link
Member

@obostjancic obostjancic left a comment

Choose a reason for hiding this comment

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

lgtm

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.

ZeroDivisionError: float division by zero
3 participants