]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rados/objectstore/objectstore: suppress core dumps
authorSage Weil <sage@redhat.com>
Wed, 2 Nov 2016 17:46:45 +0000 (13:46 -0400)
committerSage Weil <sage@redhat.com>
Wed, 2 Nov 2016 17:46:45 +0000 (13:46 -0400)
Some of these tests to fork and assertion tests that leave
core behind, and that is normal.  Disable core dumps.

Signed-off-by: Sage Weil <sage@redhat.com>
suites/rados/objectstore/objectstore.yaml

index f6137a3253df0eaeebeee24ace8e6670c8cde5c8..c3a1127b1f886f6b1077f26a7668a0585962ad17 100644 (file)
@@ -8,5 +8,5 @@ tasks:
 - install:
 - exec:
     client.0:
-      - mkdir $TESTDIR/ostest && cd $TESTDIR/ostest && ceph_test_objectstore --gtest_filter=-*/2
+      - mkdir $TESTDIR/ostest && cd $TESTDIR/ostest && ulimit -c 0 && ceph_test_objectstore --gtest_filter=-*/2
       - rm -rf $TESTDIR/ostest