[Piuparts-commits] [SCM] piatti.debian.org configuration files branch, piatti, updated. 7b5ac465de0ea37bc8fafde6cb0f5f117615a29a

Holger Levsen holger at layer-acht.org
Mon Dec 12 12:03:32 UTC 2011


The following commit has been merged in the piatti branch:
commit 7b5ac465de0ea37bc8fafde6cb0f5f117615a29a
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Dec 12 13:02:20 2011 +0100

    detect tests being terminated due to excessive output.

diff --git a/home/piupartsm/bin/known_problems/excessive_output_error.conf b/home/piupartsm/bin/known_problems/excessive_output_error.conf
new file mode 100755
index 0000000..86a70a9
--- /dev/null
+++ b/home/piupartsm/bin/known_problems/excessive_output_error.conf
@@ -0,0 +1,12 @@
+#
+# detect packages which failed due to being terminated after excessive output
+#
+COMMAND='grep "Terminating command due to excessive output"'
+WHERE='fail bugged'
+ISSUE=0
+HEADER='Packages with failed logs due to being terminated after excessive output'
+HELPTEXT='
+<p>
+Testing of these packages was terminated after excessive output, currently this is defined as more than 2MB.
+</p>
+'
diff --git a/home/piupartsm/bin/known_problems/processes_running_error.conf b/home/piupartsm/bin/known_problems/processes_running_error.conf
index d26bcfc..e6d06dc 100755
--- a/home/piupartsm/bin/known_problems/processes_running_error.conf
+++ b/home/piupartsm/bin/known_problems/processes_running_error.conf
@@ -1,7 +1,7 @@
 #
 # detect packages which failed because of processes are running inside chroot
 #
-COMMAND='grep "ERROR: FAIL: Processes are running inside chroot"'
+COMMAND='grep -E "(Process KILLED - exceed maximum run time|ERROR: FAIL: Processes are running inside chroot)"'
 WHERE='fail bugged'
 ISSUE=0
 HEADER='Packages with failed logs because of processes left behind'

-- 
piatti.debian.org configuration files



More information about the Piuparts-commits mailing list