Skip to content

Commit 62bcf65

Browse files
authored
Merge pull request ceph#64504 from NitzanMordhai/wip-nitzan-rados-suites-remove-cache-tier-test
qa/workunits/rados: remove cache tier test Reviewed-by: Kefu Chai <[email protected]> Reviewed-by: Radoslaw Zarzynski <[email protected]>
2 parents 3f51eeb + 2b57f43 commit 62bcf65

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

qa/workunits/rados/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ RADOS_TESTS=(
1010
api_asio api_list
1111
api_lock api_lock_pp
1212
api_misc api_misc_pp
13-
api_tier_pp
1413
api_pool
1514
api_snapshots api_snapshots_pp
1615
api_stat api_stat_pp

src/test/librados/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -125,16 +125,6 @@ add_executable(ceph_test_rados_api_service_pp
125125
target_link_libraries(ceph_test_rados_api_service_pp
126126
librados global ${UNITTEST_LIBS} radostest-cxx)
127127

128-
add_executable(ceph_test_rados_api_tier_pp
129-
tier_cxx.cc
130-
$<TARGET_OBJECTS:unit-main>)
131-
target_include_directories(ceph_test_rados_api_tier_pp
132-
PUBLIC "${CMAKE_SOURCE_DIR}/src/rgw/driver/rados"
133-
PUBLIC "${CMAKE_SOURCE_DIR}/src/rgw")
134-
target_link_libraries(ceph_test_rados_api_tier_pp
135-
librados global ${UNITTEST_LIBS} Boost::system radostest-cxx cls_cas_internal
136-
cls_cas_client Boost::context)
137-
138128
add_executable(ceph_test_rados_api_snapshots
139129
snapshots.cc)
140130
target_link_libraries(ceph_test_rados_api_snapshots
@@ -174,7 +164,6 @@ install(TARGETS
174164
ceph_test_rados_api_snapshots_pp
175165
ceph_test_rados_api_stat
176166
ceph_test_rados_api_stat_pp
177-
ceph_test_rados_api_tier_pp
178167
ceph_test_rados_api_watch_notify
179168
ceph_test_rados_api_watch_notify_pp
180169
DESTINATION ${CMAKE_INSTALL_BINDIR})

0 commit comments

Comments
 (0)