Closed japokorn closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 11.64%. Comparing base (
acd20be
) to head (64d6890
). Report is 10 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
[citest]
Sounds like it should be a tests:
rather than fix:
because it doesn't fix anything in the role. Please change the PR title.
Changed PR name and commit message to start with test
instead of fix
tests_lvm_pool_members started to fail. It tried to create a device with a requested size (20m) that was less than minimal allowed size (300m) for that type of volume. Role automatically resized the device to allowed size. That lead to discrepancy in actual and expected size values.
Increasing the requested device size to be same or larger than minimal fixes the issue.