Summary: Off by one bug in nested config parser Key: OVIRT-1917 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1917 Project: oVirt - virtualization made easy Issue Type: Bug Reporter: Daniel Belenky Assignee: infra Priority: Highest
There is an off by one bug in _cartesian_multiplication() (nested_config.py) where if given a list of vectors to try and merge with each other, the last vector, if merged, needs to be excluded from the final result since it was already merged. In other cases, if the last vector was not merged, it needs to be included in the final result.
— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100081)