From: Patrick Donnelly Date: Mon, 2 Nov 2020 02:17:43 +0000 (-0800) Subject: qa: ignore skip errors for kclient X-Git-Tag: v16.1.0~689^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a4941c1d5b1822309e0819ffd11f01575279f554;p=ceph.git qa: ignore skip errors for kclient To avoid this failure: 2020-11-01T07:21:35.117 INFO:tasks.cephfs_test_runner:test_volume_without_namespace_isolation (tasks.cephfs.test_volume_client.TestVolumeClient) ... ok 2020-11-01T07:21:35.118 INFO:tasks.cephfs_test_runner: 2020-11-01T07:21:35.118 INFO:tasks.cephfs_test_runner:====================================================================== 2020-11-01T07:21:35.119 INFO:tasks.cephfs_test_runner:FAIL: test_evict_client (tasks.cephfs.test_volume_client.TestVolumeClient) 2020-11-01T07:21:35.119 INFO:tasks.cephfs_test_runner:---------------------------------------------------------------------- 2020-11-01T07:21:35.119 INFO:tasks.cephfs_test_runner:Requires FUSE client to inject client metadata 2020-11-01T07:21:35.119 INFO:tasks.cephfs_test_runner:---------------------------------------------------------------------- 2020-11-01T07:21:35.119 INFO:tasks.cephfs_test_runner:Ran 18 tests in 732.749s 2020-11-01T07:21:35.120 INFO:tasks.cephfs_test_runner: 2020-11-01T07:21:35.120 INFO:tasks.cephfs_test_runner:FAILED (failures=1) Fixes: https://tracker.ceph.com/issues/23718 Signed-off-by: Patrick Donnelly --- diff --git a/qa/suites/fs/volumes/tasks/volume-client.yaml b/qa/suites/fs/volumes/tasks/volume-client.yaml index 61094215f65..04ee276572c 100644 --- a/qa/suites/fs/volumes/tasks/volume-client.yaml +++ b/qa/suites/fs/volumes/tasks/volume-client.yaml @@ -4,5 +4,6 @@ overrides: - MON_DOWN tasks: - cephfs_test_runner: + fail_on_skip: false modules: - tasks.cephfs.test_volume_client