From 434589a3206aafe94de5a3b95b67eddb2cfc3bdb Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Fri, 15 Jun 2018 15:57:05 +0200 Subject: [PATCH] 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 --- src/test/objectstore/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/objectstore/CMakeLists.txt b/src/test/objectstore/CMakeLists.txt index bcebd19ea93ef..ddfaa5be14d51 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 -- 2.39.5