From: Gabriel BenHanokh Date: Tue, 23 Jul 2024 11:02:06 +0000 (+0000) Subject: shrink the object-size used for orphan-list test by a factor of 100 from 5100MB ... X-Git-Tag: testing/wip-xiubli-testing-20240802.055215-squid~7^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=002b60f66d0f77390fb927c6493612000c34e50a;p=ceph-ci.git shrink the object-size used for orphan-list test by a factor of 100 from 5100MB -> 51MB Signed-off-by: Gabriel BenHanokh (cherry picked from commit 01a9cfba444f03f378113833a13fdbd40835886b) --- diff --git a/qa/workunits/rgw/test_rgw_orphan_list.sh b/qa/workunits/rgw/test_rgw_orphan_list.sh index 4acf9490200..00d8ed64670 100755 --- a/qa/workunits/rgw/test_rgw_orphan_list.sh +++ b/qa/workunits/rgw/test_rgw_orphan_list.sh @@ -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.$$