mirror of
https://github.com/ceph/ceph
synced 2025-01-02 00:52:22 +00:00
ea688a6d46
The "recovery" sub suite was originally tests for client/mds recovery in certain failure cases, it has since grown to include lots of unit testing of various features using CephFSTestCase. The "basic" suite is now specifically just running workloads now that I've moved out the smaller functional tests. Signed-off-by: John Spray <john.spray@redhat.com>
15 lines
294 B
YAML
15 lines
294 B
YAML
|
|
overrides:
|
|
ceph:
|
|
log-whitelist:
|
|
- inode wrongly marked free
|
|
- bad backtrace on inode
|
|
- inode table repaired for inode
|
|
- Scrub error on inode
|
|
- Metadata damage detected
|
|
|
|
tasks:
|
|
- cephfs_test_runner:
|
|
modules:
|
|
- tasks.cephfs.test_forward_scrub
|