From 2b57f435a1de1a99dd7bcb47478938965587713b 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 --- 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 d954a24b066c8..62ae8356497f1 100755 --- a/qa/workunits/rados/test.sh +++ b/qa/workunits/rados/test.sh @@ -10,7 +10,6 @@ RADOS_TESTS=( 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 e80f646065781..30893d1422ded 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.39.5