]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: dev: unit tests are not linked against tcmalloc 16079/head
authorNathan Cutler <ncutler@suse.com>
Tue, 4 Jul 2017 09:57:20 +0000 (11:57 +0200)
committerNathan Cutler <ncutler@suse.com>
Tue, 4 Jul 2017 10:25:33 +0000 (12:25 +0200)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
doc/dev/index.rst

index 1e16a39a1596c67548ea4ee3ffb9ab6d439e2f47..4d9870918425b91d05ba01f85cd61b4c28604028 100644 (file)
@@ -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
 ===========================