shwstppr commented on code in PR #11986:
URL: https://github.com/apache/cloudstack/pull/11986#discussion_r2508675221


##########
plugins/hypervisors/kvm/src/test/java/org/apache/cloudstack/utils/qemu/QemuImgTest.java:
##########
@@ -130,8 +134,7 @@ public void testCreateWithSecretObject() throws 
QemuImgException, LibvirtExcepti
     public void testCreateSparseVolume() throws QemuImgException, 
LibvirtException {
         String filename = "/tmp/" + UUID.randomUUID() + ".qcow2";
 
-        /* 10TB virtual_size */
-        long size = 10995116277760l;
+        long size = 10 * 1024 * 1024L;

Review Comment:
   Yes, because earlier this test class was marked to ignore and this 
particular test creates a real file



-- 
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