From: Casey Bodley Date: Thu, 17 Dec 2020 17:19:12 +0000 (-0500) Subject: qa/rgw: disable coredumps for reshard fault injection X-Git-Tag: v18.0.0~787^2~136 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6e6f59b945b1674e8197ee7ac817cb49f98b18e4;p=ceph.git qa/rgw: disable coredumps for reshard fault injection Signed-off-by: Casey Bodley --- diff --git a/qa/workunits/rgw/run-reshard.sh b/qa/workunits/rgw/run-reshard.sh index 89ebc41062dce..bdab0aabbf5d2 100755 --- a/qa/workunits/rgw/run-reshard.sh +++ b/qa/workunits/rgw/run-reshard.sh @@ -1,6 +1,10 @@ #!/usr/bin/env bash set -ex +# this test uses fault injection to abort during 'radosgw-admin bucket reshard' +# disable coredumps so teuthology won't mark a failure +ulimit -c 0 + #assume working ceph environment (radosgw-admin in path) and rgw on localhost:80 # localhost::443 for ssl