mirror of
https://github.com/ceph/ceph
synced 2025-02-08 19:38:47 +00:00
eb3d38ccf7
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 <pdonnell@redhat.com>
19 lines
552 B
YAML
19 lines
552 B
YAML
overrides:
|
|
ceph:
|
|
log-ignorelist:
|
|
- responding to mclientcaps\(revoke\)
|
|
- not advance its oldest_client_tid
|
|
- failing to advance its oldest client/flush tid
|
|
- Too many inodes in cache
|
|
- failing to respond to cache pressure
|
|
- slow requests are blocked
|
|
- failing to respond to capability release
|
|
- MDS cache is too large
|
|
- \(MDS_CLIENT_OLDEST_TID\)
|
|
- \(MDS_CACHE_OVERSIZED\)
|
|
tasks:
|
|
- cephfs_test_runner:
|
|
fail_on_skip: false
|
|
modules:
|
|
- tasks.cephfs.test_client_limits
|