From: Patrick Donnelly Date: Sat, 31 Oct 2020 02:05:09 +0000 (-0700) Subject: qa: do not fail on skip X-Git-Tag: v16.1.0~689^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eb3d38ccf73dd7ae7d3228769d4ade282a306c9f;p=ceph.git qa: do not fail on skip Avoiding these failures: 2020-10-30T22:49:00.248 INFO:tasks.cephfs_test_runner:test_client_release_bug (tasks.cephfs.test_client_limits.TestClientLimits) ... 2020-10-30T22:49:00.248 INFO:tasks.cephfs_test_runner:====================================================================== 2020-10-30T22:49:00.248 INFO:tasks.cephfs_test_runner:FAIL: test_client_cache_size (tasks.cephfs.test_client_limits.TestClientLimits) 2020-10-30T22:49:00.249 INFO:tasks.cephfs_test_runner:---------------------------------------------------------------------- 2020-10-30T22:49:00.249 INFO:tasks.cephfs_test_runner:Require FUSE client to inject client release failure 2020-10-30T22:49:00.249 INFO:tasks.cephfs_test_runner:====================================================================== 2020-10-30T22:49:00.250 INFO:tasks.cephfs_test_runner:FAIL: test_client_oldest_tid (tasks.cephfs.test_client_limits.TestClientLimits) 2020-10-30T22:49:00.250 INFO:tasks.cephfs_test_runner:---------------------------------------------------------------------- 2020-10-30T22:49:00.251 INFO:tasks.cephfs_test_runner:Require FUSE client to inject client release failure 2020-10-30T22:49:00.251 INFO:tasks.cephfs_test_runner:====================================================================== 2020-10-30T22:49:00.252 INFO:tasks.cephfs_test_runner:FAIL: test_client_release_bug (tasks.cephfs.test_client_limits.TestClientLimits) 2020-10-30T22:49:00.252 INFO:tasks.cephfs_test_runner:---------------------------------------------------------------------- 2020-10-30T22:49:00.252 INFO:tasks.cephfs_test_runner:Require FUSE client to inject client release failure 2020-10-30T22:49:00.252 INFO:tasks.cephfs_test_runner:---------------------------------------------------------------------- 2020-10-30T22:49:00.252 INFO:tasks.cephfs_test_runner:Ran 8 tests in 368.825s 2020-10-30T22:49:00.253 INFO:tasks.cephfs_test_runner: 2020-10-30T22:49:00.253 INFO:tasks.cephfs_test_runner:FAILED (failures=3) 2020-10-30T22:49:00.253 INFO:tasks.cephfs_test_runner: 2020-10-30T22:49:00.253 INFO:tasks.cephfs_test_runner:====================================================================== 2020-10-30T22:49:00.253 INFO:tasks.cephfs_test_runner:FAIL: test_client_cache_size (tasks.cephfs.test_client_limits.TestClientLimits) 2020-10-30T22:49:00.254 INFO:tasks.cephfs_test_runner:---------------------------------------------------------------------- 2020-10-30T22:49:00.254 INFO:tasks.cephfs_test_runner:Require FUSE client to inject client release failure 2020-10-30T22:49:00.254 INFO:tasks.cephfs_test_runner:====================================================================== 2020-10-30T22:49:00.254 INFO:tasks.cephfs_test_runner:FAIL: test_client_oldest_tid (tasks.cephfs.test_client_limits.TestClientLimits) 2020-10-30T22:49:00.255 INFO:tasks.cephfs_test_runner:---------------------------------------------------------------------- 2020-10-30T22:49:00.255 INFO:tasks.cephfs_test_runner:Require FUSE client to inject client release failure 2020-10-30T22:49:00.255 INFO:tasks.cephfs_test_runner:====================================================================== 2020-10-30T22:49:00.255 INFO:tasks.cephfs_test_runner:FAIL: test_client_release_bug (tasks.cephfs.test_client_limits.TestClientLimits) 2020-10-30T22:49:00.255 INFO:tasks.cephfs_test_runner:---------------------------------------------------------------------- 2020-10-30T22:49:00.256 INFO:tasks.cephfs_test_runner:Require FUSE client to inject client release failure Fixes: https://tracker.ceph.com/issues/23718 Signed-off-by: Patrick Donnelly --- diff --git a/qa/suites/fs/functional/tasks/client-limits.yaml b/qa/suites/fs/functional/tasks/client-limits.yaml index 4055f15acaa5..b6b3c9858878 100644 --- a/qa/suites/fs/functional/tasks/client-limits.yaml +++ b/qa/suites/fs/functional/tasks/client-limits.yaml @@ -13,5 +13,6 @@ overrides: - \(MDS_CACHE_OVERSIZED\) tasks: - cephfs_test_runner: + fail_on_skip: false modules: - tasks.cephfs.test_client_limits