s3/lib/ctdbd_conn: assert hdr following read/recv
[Samba.git] / lib / util / tests / README
blobc1337d5cf58b652f29707efd7de4ee9fe5ff0769
1 tfork tests
2 ===========
4 To run the tfork torture testsuite under valgrind with the helgrind or drd
5 thread checkers, run valgrind with the --suppress option passing a suppressions
6 file.
8 For helgrind:
10 $ valgrind \
11   --trace-children=yes \
12   --tool=helgrind \
13   --suppressions=lib/util/tests/tfork-helgrind.supp \
14   ./bin/smbtorture ncalrpc:localhost local.tfork.tfork_threads
16 For drd:
18 $ valgrind \
19   --trace-children=yes \
20   --tool=drd \
21   --suppressions=lib/util/tests/tfork-drd.supp \
22   ./bin/smbtorture ncalrpc:localhost local.tfork.tfork_threads