From 09015191737c21bb1fcb42431d912a302ff690af Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Thu, 17 Dec 2020 12:19:12 -0500 Subject: [PATCH] qa/rgw: disable coredumps for reshard fault injection Signed-off-by: Casey Bodley --- qa/workunits/rgw/run-reshard.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5