canonical / multipass

Multipass orchestrates virtual Ubuntu instances
https://multipass.run
GNU General Public License v3.0
7.76k stars 642 forks source link

Fix assert condition in QEMU VMs #3482

Closed ricab closed 5 months ago

ricab commented 5 months ago

Fix an assert condition when making a new snapshot of a QEMU VM.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.89%. Comparing base (1affcb3) to head (96ad6b5). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3482 +/- ## ======================================= Coverage 88.89% 88.89% ======================================= Files 254 254 Lines 14081 14081 ======================================= Hits 12517 12517 Misses 1564 1564 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ricab commented 5 months ago

Yeah, oops indeed... good thing it doesn't go in releases :disappointed_relieved:

Thanks for the review! :)