From 9401bc6013bd01fc04f7900d1dbaef1e696e5b50 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Fri, 16 Aug 2019 18:08:09 +0200 Subject: [PATCH] TT#65100 Temporary disable rtpegine cores, until it is fixed. Currently Jenkins abort upgrade testing if unknown cores detected to allow investigation. Right now rtpegine often fails but Richard is going to the vacation and we need to continue LTS testing here. Temporary disable rtpegine cores reporting until the issue is solved. Change-Id: I77d2b55a89078804d60446e23dc7eef1e1921798 --- testrunner | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/testrunner b/testrunner index 19da376..16f5784 100755 --- a/testrunner +++ b/testrunner @@ -21,6 +21,18 @@ if ls /var/lib/systemd/coredump/core.perl-fcgi* >/dev/null 2>&1 ; then diag "========================== DONE ==============================" fi +if ls /var/lib/systemd/coredump/core.rtpengine* >/dev/null 2>&1 ; then + diag "================== NOTE: CORE DUMP DETECTED ==================" + diag "= 2) TT#65100: Renaming ngcp-rtpengine cores /var/lib/systemd/coredump/core.rtpengine" + ls -la /var/lib/systemd/coredump/core.rtpengine* + for file in /var/lib/systemd/coredump/core.rtpengine* ; do + mv "${file}" /var/lib/systemd/coredump/RENAMED_"$(basename "${file}")" + done + diag "= New cores names are:" + ls -la /var/lib/systemd/coredump/RENAMED_core.rtpengine* + diag "========================== DONE ==============================" +fi + goss="goss-0.3.5-e6140f90+patch_319-linux-amd64" if [ ! -x "/usr/sbin/${goss}" ] ; then