]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
test/osd: unit-tests for the scrubber scheduler
authorRonen Friedman <rfriedma@redhat.com>
Thu, 12 May 2022 15:46:23 +0000 (15:46 +0000)
committerRonen Friedman <rfriedma@redhat.com>
Thu, 19 May 2022 05:07:50 +0000 (05:07 +0000)
commit30a2e863ca4ddb25ecb04f0805e253c65bd8a8c9
tree400b41f596500213c0fe7ff7dc8a2b8b51380dde
parent603a29a81301849743c151fa7d9588a08c4f3bf5
test/osd: unit-tests for the scrubber scheduler

Adding unittest_scrub_sched, testing the way scrubs are scheduled.

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