[ https://issues.apache.org/jira/browse/CLOUDSTACK-10227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16326085#comment-16326085 ]
ASF GitHub Bot commented on CLOUDSTACK-10227: --------------------------------------------- rhtyd closed pull request #2407: CLOUDSTACK-10227: Add delay before reverting VM snapshot URL: https://github.com/apache/cloudstack/pull/2407 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/test/integration/smoke/test_vm_snapshots.py b/test/integration/smoke/test_vm_snapshots.py index 4bfe66a826f..a6803b80eda 100644 --- a/test/integration/smoke/test_vm_snapshots.py +++ b/test/integration/smoke/test_vm_snapshots.py @@ -513,7 +513,8 @@ def test_change_service_offering_for_vm_with_snapshots(self): virtual_machine.stop(self.apiclient) except Exception as e: self.fail("Failed to stop VM: %s" % e) - + + time.sleep(30) # 8) Revert to VM Snapshot self.debug("Revert to vm snapshot: %s" % vm_snapshot.id) try: ---------------------------------------------------------------- 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: us...@infra.apache.org > Stabilization fixes for master/4.11 > ----------------------------------- > > Key: CLOUDSTACK-10227 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10227 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Reporter: Rohit Yadav > Assignee: Rohit Yadav > Priority: Blocker > > List of blocker fixes per the 4.11.0.0 release. -- This message was sent by Atlassian JIRA (v7.6.3#76005)