-
Notifications
You must be signed in to change notification settings - Fork 39
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] qualification tool can error out from a divide by zero #637
Labels
bug
Something isn't working
core_tools
Scope the core module (scala)
usability
track issues related to the Tools's user experience
Comments
Our approach to deal with this is to:
Finally, the divide-by-zero will be the symptom. |
We need @kuhushukla 's help to reproduce it. |
I have found a scenario that leads to a crash in the Qualification tool. This did not reproduce the divide-by-zero error as I expected. Repro:
Stack-trace error:
|
amahussein
added
the
usability
track issues related to the Tools's user experience
label
May 22, 2024
Could not produce it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
core_tools
Scope the core module (scala)
usability
track issues related to the Tools's user experience
Describe the bug
The cpu cost division for the estimate can cause divide by zero error.
Steps/Code to reproduce bug
Use an eventlog where costs are forced to be zero
Expected behavior
Default to 0 and not cause divide by 0.
The text was updated successfully, but these errors were encountered: