From fbb4d9010d06ed9b99870f07a2f73e5e4762dafb Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Thu, 14 Mar 2024 18:05:16 +0530 Subject: [PATCH] qa/suites: ignore unresponsive client when the test passes Ignores the unresponsive client caused by fs.fail() in test_per_client_labeled_perf_counters_on_client_reconnect Fixes: https://tracker.ceph.com/issues/65497 Signed-off-by: Jos Collin (cherry picked from commit 5f2a3a76abbfac677328116d6454e8f193bf4ec6) --- qa/suites/fs/functional/tasks/admin.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/suites/fs/functional/tasks/admin.yaml b/qa/suites/fs/functional/tasks/admin.yaml index dd10c4674ce..865f5ec356f 100644 --- a/qa/suites/fs/functional/tasks/admin.yaml +++ b/qa/suites/fs/functional/tasks/admin.yaml @@ -9,6 +9,7 @@ overrides: - \(MDS_TRIM\) - \(MDS_CLIENTS_BROKEN_ROOTSQUASH\) - report clients with broken root_squash implementation + - evicting unresponsive client tasks: - cephfs_test_runner: fail_on_skip: false -- 2.39.5