slavkap commented on code in PR #11748:
URL: https://github.com/apache/cloudstack/pull/11748#discussion_r2736262937


##########
test/integration/plugins/storpool/test_snapshot_copy_on_primary_storage.py:
##########
@@ -158,10 +162,9 @@ def test_01_take_snapshot_multi_zone(self):
         """
 
         snapshot = Snapshot.create(self.userapiclient, 
volume_id=self.volume.id, zoneids=[str(self.additional_zone.id)], 
usestoragereplication=True)
+        self._cleanup.append(snapshot)

Review Comment:
   @DaanHoogland, the cleanup is left on purpose for the class because there is 
a required time.sleep() and I don't want to delay the tests execution with 
invoking it in each test case



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to