Bug-Fix: issue with 0 percentage rollout
Description
If rollout = 0
then at one instance it was returning true,
Also, it is not ideal to check the condition if rollout_percentage
is less-or-equal-to 0 or greater than 100, so added a condition to return false
here.
Issue(s)
If rollout = 0
then at one instance it was returning true. It should always return false
Test environment
Test procedures
Technical details
Screenshots
Check list
-
Self review -
Test procedure explained -
Tested on fresh install -
Tested applied as an update -
License -
Internal documentation -
User documentation
Edited by Ronak Patel