Skip to content

Commit e9133c8

Browse files
committed
cmake/common: temporarily remove decode_start_v_checker tests
these test cases appear to be the cause of many 'make check' failures: > error while loading shared libraries: path/to/libceph-common.so.2: file too short Reported in https://tracker.ceph.com/issues/70700 disable the tests until we can fix them Signed-off-by: Casey Bodley <[email protected]>
1 parent d824803 commit e9133c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/common/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,8 @@ if(WITH_SYSTEMD)
453453
add_ceph_unittest(unittest_journald_logger)
454454
endif()
455455

456+
# XXX: disabled for https://tracker.ceph.com/issues/70700
457+
if(0)
456458
# Validation of the DECODE_START's struct_v compile-time checker.
457459
# First, ensure buildability of the test program itself. This is
458460
# useful to avoid false positives coming from other-than-the-assert
@@ -488,6 +490,7 @@ add_test(NAME unittest_decode_start_v_checker_expect_failure
488490
WORKING_DIRECTORY ${CMAKE_BINARY_DIR})
489491
set_tests_properties(unittest_decode_start_v_checker_expect_failure
490492
PROPERTIES WILL_FAIL TRUE)
493+
endif(0)
491494

492495
add_executable(unittest_async_call test_async_call.cc)
493496
target_link_libraries(unittest_async_call ceph-common Boost::system

0 commit comments

Comments
 (0)