]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test: suppress core dumping in there tests as well 25311/head
authorWillem Jan Withagen <wjw@digiware.nl>
Wed, 28 Nov 2018 21:17:53 +0000 (22:17 +0100)
committerWillem Jan Withagen <wjw@digiware.nl>
Thu, 29 Nov 2018 09:25:01 +0000 (10:25 +0100)
commit99ea7fdb02aa859b32558cefb18b377008d90041
tree31f011c7aca70fa700aff7fd9478fa09ea538478
parent4db915d06ddbe6306151a22543ee40f4ada4c4d8
test: suppress core dumping in there tests as well

On FreeBSD coredumps are enabled by default.
And thus tests in teardown() in ceph-helpers.sh can fail because of
unwaranted cores.

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/test/common/test_lockdep.cc
src/test/common/test_mutex.cc