]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
teuthology/misc: Valgrind exits on first detected error. 1503/head
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Wed, 3 Jun 2020 13:44:26 +0000 (15:44 +0200)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Thu, 4 Jun 2020 21:30:45 +0000 (23:30 +0200)
commita98eb3e1405c8ca8f6933eb0356c03955e4e2e83
treee31436b933ac164fe1f599db450f7e84187d8819
parent5aab241fb9a0be2ccd3800fbe092e4192f324be3
teuthology/misc: Valgrind exits on first detected error.

Valgrind v3.14 brought the `--exit-on-first-error` option
which causes termination of the process on first encountered
error. Although it does nothing for memory leaks, it should
help with pin-pointing e.g. `UninitValue` without imposing
the costly `--track-origins=yes`.

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
teuthology/misc.py