Skip to content

Commit 2187c49

Browse files
committed
test/osd: delete test_scrub_sched (for now)
removing this unit-test, as it must be rewritten to match the changes in the implementation of the scrub scheduling mechanism, and that implementation is still in flux. Signed-off-by: Ronen Friedman <[email protected]>
1 parent 58cce75 commit 2187c49

File tree

2 files changed

+0
-459
lines changed

2 files changed

+0
-459
lines changed

src/test/osd/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,6 @@ add_executable(unittest_scrubber_be
7777
add_ceph_unittest(unittest_scrubber_be)
7878
target_link_libraries(unittest_scrubber_be osd os global ${CMAKE_DL_LIBS} mon ${BLKID_LIBRARIES})
7979

80-
# unittest_scrub_sched
81-
add_executable(unittest_scrub_sched
82-
test_scrub_sched.cc
83-
)
84-
add_ceph_unittest(unittest_scrub_sched)
85-
target_link_libraries(unittest_scrub_sched osd os global ${CMAKE_DL_LIBS} mon ${BLKID_LIBRARIES})
86-
8780
# unittest_pglog
8881
add_executable(unittest_pglog
8982
TestPGLog.cc

0 commit comments

Comments
 (0)