]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/osd/scrub: scrubber backend test files
authorRonen Friedman <rfriedma@redhat.com>
Wed, 20 Apr 2022 05:49:46 +0000 (05:49 +0000)
committerRonen Friedman <rfriedma@redhat.com>
Wed, 11 May 2022 06:28:15 +0000 (06:28 +0000)
commitb7d2b25232c3c50f012857d60c91728069e047b5
treedc87b97312930a0869b273a9f9f2e00474e55690
parent2852ea77cb455e2e8d26d46d2b27282d19e9220b
test/osd/scrub: scrubber backend test files

introducing the scrubber_generators to create
scrubber test data, and the scrubber_test_datasets
for pre-prepared test configurations.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/osd/osd_types_fmt.h
src/test/osd/CMakeLists.txt
src/test/osd/scrubber_generators.cc [new file with mode: 0644]
src/test/osd/scrubber_generators.h [new file with mode: 0644]
src/test/osd/scrubber_test_datasets.cc [new file with mode: 0644]
src/test/osd/scrubber_test_datasets.h [new file with mode: 0644]
src/test/osd/test_scrubber_be.cc [new file with mode: 0644]