From 7b9058b945d212e82a8a29856e0d61618b17ee2f Mon Sep 17 00:00:00 2001 From: Nitzan Mordechai Date: Tue, 15 Jul 2025 10:58:40 +0000 Subject: [PATCH] workunits/rados: remove cache tier test Fixes: https://tracker.ceph.com/issues/71930 Signed-off-by: Nitzan Mordechai (cherry picked from commit 2b57f435a1de1a99dd7bcb47478938965587713b) --- qa/workunits/rados/test.sh | 1 - src/test/librados/CMakeLists.txt | 11 ----------- 2 files changed, 12 deletions(-) diff --git a/qa/workunits/rados/test.sh b/qa/workunits/rados/test.sh index 5256bd82d06e..bceef34b5f54 100755 --- a/qa/workunits/rados/test.sh +++ b/qa/workunits/rados/test.sh @@ -27,7 +27,6 @@ for f in \ api_asio api_list \ api_lock api_lock_pp \ api_misc api_misc_pp \ - api_tier_pp \ api_pool \ api_snapshots api_snapshots_pp \ api_stat api_stat_pp \ diff --git a/src/test/librados/CMakeLists.txt b/src/test/librados/CMakeLists.txt index e80f64606578..30893d1422de 100644 --- a/src/test/librados/CMakeLists.txt +++ b/src/test/librados/CMakeLists.txt @@ -125,16 +125,6 @@ add_executable(ceph_test_rados_api_service_pp target_link_libraries(ceph_test_rados_api_service_pp librados global ${UNITTEST_LIBS} radostest-cxx) -add_executable(ceph_test_rados_api_tier_pp - tier_cxx.cc - $) -target_include_directories(ceph_test_rados_api_tier_pp - PUBLIC "${CMAKE_SOURCE_DIR}/src/rgw/driver/rados" - PUBLIC "${CMAKE_SOURCE_DIR}/src/rgw") -target_link_libraries(ceph_test_rados_api_tier_pp - librados global ${UNITTEST_LIBS} Boost::system radostest-cxx cls_cas_internal - cls_cas_client Boost::context) - add_executable(ceph_test_rados_api_snapshots snapshots.cc) target_link_libraries(ceph_test_rados_api_snapshots @@ -174,7 +164,6 @@ install(TARGETS ceph_test_rados_api_snapshots_pp ceph_test_rados_api_stat ceph_test_rados_api_stat_pp - ceph_test_rados_api_tier_pp ceph_test_rados_api_watch_notify ceph_test_rados_api_watch_notify_pp DESTINATION ${CMAKE_INSTALL_BINDIR}) -- 2.47.3