Skip to content

Commit 59df54e

Browse files
committed
test/crimson/seastore/CMakeLists: [arm64] disable omap manager
Signed-off-by: Matan Breizman <[email protected]>
1 parent 25a1611 commit 59df54e

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

src/test/crimson/seastore/CMakeLists.txt

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
if(NOT CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64|AARCH64|arm|ARM")
2+
# See https://tracker.ceph.com/issues/70254
23
add_executable(unittest-transaction-manager
34
test_block.cc
45
test_transaction_manager.cc
@@ -9,6 +10,16 @@ if(NOT CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64|AARCH64|arm|ARM")
910
unittest-transaction-manager
1011
${CMAKE_DL_LIBS}
1112
crimson-seastore)
13+
14+
add_executable(unittest-omap-manager
15+
test_omap_manager.cc
16+
../gtest_seastar.cc)
17+
add_ceph_unittest(unittest-omap-manager
18+
--memory 256M --smp 1)
19+
target_link_libraries(
20+
unittest-omap-manager
21+
${CMAKE_DL_LIBS}
22+
crimson-seastore)
1223
endif(NOT CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64|AARCH64|arm|ARM")
1324

1425
add_executable(unittest-btree-lba-manager
@@ -66,16 +77,6 @@ target_link_libraries(
6677
crimson-os
6778
crimson-common)
6879

69-
add_executable(unittest-omap-manager
70-
test_omap_manager.cc
71-
../gtest_seastar.cc)
72-
add_ceph_unittest(unittest-omap-manager
73-
--memory 256M --smp 1)
74-
target_link_libraries(
75-
unittest-omap-manager
76-
${CMAKE_DL_LIBS}
77-
crimson-seastore)
78-
7980
add_executable(unittest-seastore
8081
test_seastore.cc
8182
../gtest_seastar.cc)

0 commit comments

Comments
 (0)