From: Nathan Cutler Date: Tue, 4 Jul 2017 09:57:20 +0000 (+0200) Subject: doc: dev: unit tests are not linked against tcmalloc X-Git-Tag: v12.1.1~104^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5ec6c7c2c36b91dde9a761a211ac0b50552e34d4;p=ceph.git doc: dev: unit tests are not linked against tcmalloc Signed-off-by: Nathan Cutler --- diff --git a/doc/dev/index.rst b/doc/dev/index.rst index 1e16a39a1596..4d9870918425 100644 --- a/doc/dev/index.rst +++ b/doc/dev/index.rst @@ -723,15 +723,13 @@ command to complete successfully on x86_64 (other architectures may have different constraints). Depending on your hardware, it can take from 20 minutes to three hours to complete, but it's worth the wait. -Future sections ---------------- +Caveats +------- -* Principles of `make check`_ tests -* Where to find test results -* How to interpret test results -* Find the corresponding source code -* Writing `make check`_ tests -* Caveats +1. Unlike the various Ceph daemons and ``ceph-fuse``, the `make check`_ tests + are linked against the default memory allocator (glibc) unless explicitly + linked against something else. This enables tools like valgrind to be used + in the tests. Testing - integration tests ===========================