]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
shrink the object-size used for orphan-list test by a factor of 100 from 5100MB ... 58213/head
authorGabriel BenHanokh <gbenhano@redhat.com>
Tue, 23 Jul 2024 11:02:06 +0000 (11:02 +0000)
committerGabriel BenHanokh <gbenhano@redhat.com>
Tue, 23 Jul 2024 11:02:06 +0000 (11:02 +0000)
Signed-off-by: Gabriel BenHanokh <gbenhano@redhat.com>
qa/workunits/rgw/test_rgw_orphan_list.sh

index 4acf9490200d2023215b7a0b1bcad47a11675357..00d8ed64670b3eb66a6a44920d60b281c1637818 100755 (executable)
@@ -6,7 +6,8 @@ set -e
 # if defined, debug messages will be displayed and prepended with the string
 # debug="DEBUG"
 
-huge_size=5100 # in megabytes
+#huge_size=5100 # in megabytes
+huge_size=51 # in megabytes
 big_size=7 # in megabytes
 
 huge_obj=/tmp/huge_obj.temp.$$