]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/cephfs/cephfs_test_case.py: skip cleaning the core dumps 35038/head
authorXiubo Li <xiubli@redhat.com>
Wed, 13 May 2020 08:53:40 +0000 (04:53 -0400)
committerXiubo Li <xiubli@redhat.com>
Mon, 22 Jun 2020 23:22:43 +0000 (19:22 -0400)
commitde62c5393b7fe337b12e30a00c2f8ad4c79d1d15
tree21751f8ed4742ecad6214888a42cb09e3327328d
parent49a3a66e838250765f2eb9d0e314ced9d3781819
qa/tasks/cephfs/cephfs_test_case.py: skip cleaning the core dumps

|/usr/libexec/abrt-hook-ccpp %s %c %p %u %g %t e %P %I %h

If the first character of this file is a pipe symbol (|), then the
remainder of the line is interpreted as the command-line for a
user-space program (or script) that is to be executed. More detail,
please see: http://man7.org/linux/man-pages/man5/core.5.html

Here will just skip cleaning the core dumps in this case.

Fixes: https://tracker.ceph.com/issues/45530
Signed-off-by: Xiubo Li <xiubli@redhat.com>
qa/tasks/cephfs/cephfs_test_case.py