From e4ad5973fe773829b346c16ac8cc2535b1aef517 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 26 Aug 2019 15:23:51 -0700 Subject: [PATCH] qa: ignore RECENT_CRASH for multimds snapshot testing These tests purposefully crash the MDS. Signed-off-by: Patrick Donnelly --- qa/suites/multimds/basic/tasks/cephfs_test_snapshots.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/suites/multimds/basic/tasks/cephfs_test_snapshots.yaml b/qa/suites/multimds/basic/tasks/cephfs_test_snapshots.yaml index 8e01b80b542..c83c1282128 100644 --- a/qa/suites/multimds/basic/tasks/cephfs_test_snapshots.yaml +++ b/qa/suites/multimds/basic/tasks/cephfs_test_snapshots.yaml @@ -4,6 +4,7 @@ overrides: ceph: log-whitelist: - evicting unresponsive client + - RECENT_CRASH tasks: - exec: -- 2.47.3