rafaelweingartner commented on issue #2607: Allow changing disk offering of VMs' root volume during volume migration URL: https://github.com/apache/cloudstack/pull/2607#issuecomment-385932685 None of the errors are related. Let me detail the causes for failures there. * `test_04_extract_template`: Extract Template Failed with invalid URL http://192.168.100.170/userdata/aeb36612-0a31-4a66-8579-844f47556729.qcow2 * `ContextSuite context=TestISOUsage>:setup`: Looks like a download failure as well. * `test_vm_life_cycle.py` (all tests from this file): Host communication is not as expected: true. Instead it's: false * `test_06_download_detached_volume`: Failed with invalid URL http://192.168.100.170/userdata/3b5a751b-e8d2-4b21-818f-e2fec696310c.qcow2 * `test_11_migrate_volume_and_change_offering` (this is the only one that could be related): Target Storage [id=50dc6d8a-5959-3778-ad39-7e86e71ff764] tags [storage.overprovisioning.factor] does not match new disk offering [id=1aa758ec-1f9e-4997-b944-8ead5e387fb5] tags [null]. You can look at the code I changed; it does not cause these errors. The error seen in `test_11_migrate_volume_and_change` seems to be a concurrency problem. Are you running multiple tests at the same time? If you open the file “test_volumes.py”, you will see at line 928 that I set the storage tags to empty. Therefore, that error should not have happened. Can you try executing the tests again?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
