From 5ec6c7c2c36b91dde9a761a211ac0b50552e34d4 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Tue, 4 Jul 2017 11:57:20 +0200 Subject: [PATCH] doc: dev: unit tests are not linked against tcmalloc Signed-off-by: Nathan Cutler --- doc/dev/index.rst | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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 =========================== -- 2.47.3