cockpit-project / cockpit-machines

Cockpit UI for virtual machines
GNU Lesser General Public License v2.1
257 stars 67 forks source link

test: add a check that creating a snapshot with the same description … #1666

Closed yunmingyang closed 4 weeks ago

yunmingyang commented 1 month ago

…and different name

yunmingyang commented 4 weeks ago

Hm, ok -- out of interest, what kind of bug does that check/reproduce? A failure there would be rather weird and deep inside of libvirt.

So for now the description of the snapshot could be duplicated. Maybe, there will be some changes in the future by libvirt. Then, we don't know how they do that, maybe an error raised, or a hint, or just a output in the command results. I think that may cause some trouble in our project. Thus, this case may find the trouble early. @martinpitt