You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by "Wilfred Spiegelenburg (Jira)" <ji...@apache.org> on 2022/11/14 08:35:00 UTC

[jira] [Created] (YUNIKORN-1403) CalculateAbsUsedCapacity: overflow unit tests

Wilfred Spiegelenburg created YUNIKORN-1403:
-----------------------------------------------

             Summary: CalculateAbsUsedCapacity: overflow unit tests
                 Key: YUNIKORN-1403
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-1403
             Project: Apache YuniKorn
          Issue Type: Improvement
          Components: core - common, test - unit
            Reporter: Wilfred Spiegelenburg


CalculateAbsUsedCapacity is guarded against positive and negative overflow. The postive case is unit tested. The negative case is not unit tested.
Need to add a test case for te negative side:
{code}
// protect against negative integer overflow
if absResValue > 0 && div < 0 {
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: dev-help@yunikorn.apache.org