]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
ctest: Removing unittest_alloc_bench
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)
commit434589a3206aafe94de5a3b95b67eddb2cfc3bdb
tree5902b87c15ba4293413666720313928059752ee6
parenteb615410d3310172d6c7d97e63f45308fb465775
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 <erwan@redhat.com>
src/test/objectstore/CMakeLists.txt