]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ctest: Removing unittest_alloc_bench 22577/head
authorErwan Velu <erwan@redhat.com>
Fri, 15 Jun 2018 13:57:05 +0000 (15:57 +0200)
committerErwan Velu <erwan@redhat.com>
Fri, 15 Jun 2018 13:59:51 +0000 (15:59 +0200)
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 <erwan@redhat.com>
src/test/objectstore/CMakeLists.txt

index bcebd19ea93ef89e9b738e3469061d3e0b4d2cad..ddfaa5be14d512a7d9d9aac97e91ca9bcef4c25e 100644 (file)
@@ -108,7 +108,6 @@ if(WITH_BLUESTORE)
     Allocator_bench.cc
     $<TARGET_OBJECTS:unit-main>
     )
-  add_ceph_unittest(unittest_alloc_bench)
   target_link_libraries(unittest_alloc_bench os global)
 
   add_executable(unittest_fastbmap_allocator