Skip to content

Commit 0928f7b

Browse files
committed
rados/test: Remove cls_remote_reade since gather deprecated
https://tracker.ceph.com/issues/64258 Signed-off-by: Nitzan Mordechai <[email protected]>
1 parent 6cddadf commit 0928f7b

File tree

5 files changed

+1
-159
lines changed

5 files changed

+1
-159
lines changed

qa/workunits/rados/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ for f in \
3636
api_service api_service_pp \
3737
api_c_write_operations \
3838
api_c_read_operations \
39-
api_cls_remote_reads \
4039
list_parallel \
4140
open_pools_parallel \
4241
delete_pools_parallel

src/cls/CMakeLists.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -363,12 +363,4 @@ set_target_properties(cls_fifo PROPERTIES
363363
target_link_libraries(cls_fifo ${FMT_LIB})
364364
install(TARGETS cls_fifo DESTINATION ${cls_dir})
365365

366-
# cls_test_remote_reads
367-
set(cls_test_remote_reads_srcs test_remote_reads/cls_test_remote_reads.cc)
368-
add_library(cls_test_remote_reads SHARED ${cls_test_remote_reads_srcs})
369-
set_target_properties(cls_test_remote_reads PROPERTIES
370-
VERSION "1.0.0"
371-
SOVERSION "1"
372-
INSTALL_RPATH ""
373-
CXX_VISIBILITY_PRESET hidden)
374-
install(TARGETS cls_test_remote_reads DESTINATION ${cls_dir})
366+

src/cls/test_remote_reads/cls_test_remote_reads.cc

Lines changed: 0 additions & 87 deletions
This file was deleted.

src/test/librados/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,6 @@ add_executable(ceph_test_rados_api_snapshots_stats_pp
152152
target_link_libraries(ceph_test_rados_api_snapshots_stats_pp
153153
librados ${UNITTEST_LIBS} radostest-cxx)
154154

155-
add_executable(ceph_test_rados_api_cls_remote_reads
156-
cls_remote_reads.cc
157-
$<TARGET_OBJECTS:unit-main>)
158-
target_link_libraries(ceph_test_rados_api_cls_remote_reads
159-
librados global ${UNITTEST_LIBS} radostest-cxx)
160-
161155
install(TARGETS
162156
ceph_test_rados_api_aio
163157
ceph_test_rados_api_aio_pp
@@ -183,7 +177,6 @@ install(TARGETS
183177
ceph_test_rados_api_tier_pp
184178
ceph_test_rados_api_watch_notify
185179
ceph_test_rados_api_watch_notify_pp
186-
ceph_test_rados_api_cls_remote_reads
187180
DESTINATION ${CMAKE_INSTALL_BINDIR})
188181

189182
# unittest_librados

src/test/librados/cls_remote_reads.cc

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)