From 290992e5195d8959a4d9b9f175f46f41aedbf81f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 19 Jan 2020 11:44:09 -0600 Subject: [PATCH] qa/workunits/rados/test_crash.sh: suppress core files The cores will make teuthology fail the job--and we don't want them for this test, where we are deliberately causing crashes. Fixes: https://tracker.ceph.com/issues/43653 Signed-off-by: Sage Weil --- qa/suites/rados/singleton/all/test-crash.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qa/suites/rados/singleton/all/test-crash.yaml b/qa/suites/rados/singleton/all/test-crash.yaml index 8002deaa5db..b85db5ef1df 100644 --- a/qa/suites/rados/singleton/all/test-crash.yaml +++ b/qa/suites/rados/singleton/all/test-crash.yaml @@ -13,3 +13,6 @@ tasks: client.0: - rados/test_crash.sh - ceph.restart: [osd.*] + - exec: + mon.a: + - rm $TESTDIR/archive/coredump/* -- 2.39.5