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>
18 lines
376 B
YAML
18 lines
376 B
YAML
|
|
overrides:
|
|
ceph:
|
|
log-whitelist:
|
|
- bad backtrace
|
|
- object missing on disk
|
|
- error reading table object
|
|
- error reading sessionmap
|
|
- unmatched fragstat
|
|
- was unreadable, recreating it now
|
|
- Scrub error on inode
|
|
- Metadata damage detected
|
|
|
|
tasks:
|
|
- cephfs_test_runner:
|
|
modules:
|
|
- tasks.cephfs.test_data_scan
|