CLOUDSTACK-8893: Fixing script as per the latest functionality#871
CLOUDSTACK-8893: Fixing script as per the latest functionality#871asfgit merged 2 commits intoapache:masterapache/cloudstack:masterfrom
Conversation
|
cloudstack-pull-rats #696 SUCCESS |
|
cloudstack-pull-analysis #646 SUCCESS |
|
@desc: Test that Volume snapshot for root volume not allowed ... === TestName: test_01_test_vm_volume_snapshot | Status : SUCCESS === Ran 1 test in 165.417s OK |
|
LGTM!! |
|
@desc: Test that Volume snapshot for root volume not allowed ... === TestName: test_01_test_vm_volume_snapshot | Status : SUCCESS === Sanju1010 , is the above description part of script ? The description looks misleading with the current functionality. If it is not part of the code then LGTM !! , else please modify the description so that it wont be confusing. |
|
Sanjeev N on dev@cloudstack.apache.org replies: |
|
cloudstack-pull-rats #703 SUCCESS |
|
cloudstack-pull-analysis #653 SUCCESS |
|
LGTM !! |
CLOUDSTACK-8893: Fixing script as per the latest functionalityPlease check https://issues.apache.org/jira/browse/CLOUDSTACK-8893 for more details. * pr/871: Modified test description CLOUDSTACK-8893: Fixing script as per the latest functionality Signed-off-by: sanjeev <sanjeev@apache.org>
|
@pavanb018 @nitt10prashant Could you please add what you tested next time? A LGTM without any explanation doesn't really tell me anything to be honest. |
|
An LGTM is given after going through the code and understanding what the code is accomplishing. The PR already has the test results and if i am not wrong an LGTM is for reviewing the code to make sure the functionality is working as expected ? |
|
@remibergsma Next time sure I will add some details .for this PR i have updated my comments . |
|
@pavanb018 it always helps other folks reviewing to know what you did. For example. thanks |
|
Hi @sanju1010, @serg38 and I are working on this PR #1677 which solves vm snapshot creation issue. After running We're getting: This is consistent with Do you want us to adapt Thanks |
|
@jburwell @rhtyd @karuturi @nvazquez I assume the current code doesn’t allow volume snapshots on the top of vmsnapshots on purpose. In that case is it best to revert PR871 or create a new PR to address the Marvin script? From: Nicolas Vazquez notifications@github.com Hi @sanju1010https://github.com/sanju1010, @serg38https://github.com/serg38 and I are working on this PR #1677#1677 which solves vm snapshot creation issue. After running test_vm_snapshots.py we're getting exception on test_01_test_vm_volume_snapshot as it was expected before your changes in this PR. We're getting: 'CloudstackAPIException: Execute cmd: createsnapshot failed, due to: errorCode: 431, errorText:Volume snapshot is not allowed, please detach it from VM with VM Snapshots\n'] This is consistent with VolumeApiServiceImpl.allocSnapshot method, in which it is: Do you want us to adapt test_vm_snapshots.py in mentioned PR to support this or would you like to address it yourself? Thanks — |
Please check https://issues.apache.org/jira/browse/CLOUDSTACK-8893 for more details.