From: Erwan Velu Date: Fri, 15 Jun 2018 13:57:05 +0000 (+0200) Subject: ctest: Removing unittest_alloc_bench X-Git-Tag: v14.0.1~1099^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F22577%2Fhead;p=ceph.git ctest: Removing unittest_alloc_bench unittest_alloc_bench is very cpu consuming and can take up to 20mn to run. As per a discussion with the original author of this code, this test is only about testing the performance while there is no validation code in it. To save time from people doing make check often or even the CI itself, removing this test will save a lot of time while not reducing the test coverage. This commit is only removing the test from the make check but keep the binary being compiled for those who want to run it manually. Signed-off-by: Erwan Velu --- diff --git a/src/test/objectstore/CMakeLists.txt b/src/test/objectstore/CMakeLists.txt index bcebd19ea93e..ddfaa5be14d5 100644 --- a/src/test/objectstore/CMakeLists.txt +++ b/src/test/objectstore/CMakeLists.txt @@ -108,7 +108,6 @@ if(WITH_BLUESTORE) Allocator_bench.cc $ ) - add_ceph_unittest(unittest_alloc_bench) target_link_libraries(unittest_alloc_bench os global) add_executable(unittest_fastbmap_allocator