From: Josh Durgin Date: Mon, 19 Mar 2012 18:57:02 +0000 (-0700) Subject: filestore_idempotent: get coverage and coredumps X-Git-Tag: 1.1.0~2601 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bdb72c282f7953ec22121ecb52bbbfe4f67472b2;p=teuthology.git filestore_idempotent: get coverage and coredumps --- diff --git a/teuthology/task/filestore_idempotent.py b/teuthology/task/filestore_idempotent.py index a9c9b2f03..45c424caf 100644 --- a/teuthology/task/filestore_idempotent.py +++ b/teuthology/task/filestore_idempotent.py @@ -34,14 +34,22 @@ def task(ctx, config): 'count=100']) log.info('writing some data and simulating a failure') - remote.run(args=[ + remote.run( + args=[ + '/tmp/cephtest/enable-coredump', + '/tmp/cephtest/binary/usr/local/bin/ceph-coverage', + '/tmp/cephtest/archive/coverage', '/tmp/cephtest/binary/usr/local/bin/test_filestore_idempotent', '-c', '/tmp/cephtest/ceph.conf', 'write', dir, journal ]) log.info('verifying journal replay gives the correct result') - remote.run(args=[ + remote.run( + args=[ + '/tmp/cephtest/enable-coredump', + '/tmp/cephtest/binary/usr/local/bin/ceph-coverage', + '/tmp/cephtest/archive/coverage', '/tmp/cephtest/binary/usr/local/bin/test_filestore_idempotent', '-c', '/tmp/cephtest/ceph.conf', 'verify', dir, journal