]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/osd: fix test_scrub_sched following scrubber changes 55453/head
authorRonen Friedman <rfriedma@redhat.com>
Mon, 12 Feb 2024 14:50:22 +0000 (08:50 -0600)
committerRonen Friedman <rfriedma@redhat.com>
Fri, 16 Feb 2024 06:34:25 +0000 (00:34 -0600)
commita1cf175ee1874824b8b2152c242dee5530eebd6b
tree200c2e3ccb52f02502f0c15b2cc20b5a4ca660d9
parentace4bacdf4c4f0a17b40f04b5818bdf9c8862524
test/osd: fix test_scrub_sched following scrubber changes

Replacing PgScrubber::determine_scrub_time() with a local copy,
as a stop-gap measure to keep the test running.
The scrub scheduling refactoring will remove the need for
this function, and the test will be updated accordingly.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/test/osd/test_scrub_sched.cc