[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.48-33-gc3b7b47
Andreas Beckmann
debian at abeckmann.de
Tue Dec 11 16:27:48 UTC 2012
The following commit has been merged in the develop branch:
commit 544e8a8576c83eca577a9eb073fab9cc90cb87c2
Author: Andreas Beckmann <debian at abeckmann.de>
Date: Sat Dec 1 14:45:10 2012 +0100
kpr: drop excessive_output in favor of resource_violation
and untangle runtime_exceeded from processes_running
Signed-off-by: Andreas Beckmann <debian at abeckmann.de>
diff --git a/debian/changelog b/debian/changelog
index c0d1c54..ab2165a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ piuparts (0.49) UNRELEASED; urgency=low
* pre_remove_50_find_missing_copyright: Skip check for packages that are not
installed or have only config files remaining.
* post_remove_exceptions: Cleanup dovecot certificates.
+ * Merge known problem analyses excessive_output and runtime_exceeded into
+ new known problem resource_violation.
* New bug template: partial-upgrade-file-overwrite.
-- Andreas Beckmann <debian at abeckmann.de> Fri, 30 Nov 2012 13:11:25 +0100
diff --git a/known_problems/excessive_output_error.conf b/known_problems/excessive_output_error.conf
deleted file mode 100644
index 2ef97bd..0000000
--- a/known_problems/excessive_output_error.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-# detect packages which failed due to being terminated after excessive output
-#
-COMMAND='grep "Terminating command due to excessive output"'
-WHERE='fail bugged affected'
-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 3MB.
-</p>
-'
diff --git a/known_problems/processes_running_error.conf b/known_problems/processes_running_error.conf
index e44a349..363de94 100644
--- a/known_problems/processes_running_error.conf
+++ b/known_problems/processes_running_error.conf
@@ -1,7 +1,7 @@
#
# detect packages which failed because of processes are running inside chroot
#
-COMMAND='grep -E "(Process KILLED - exceed maximum run time|ERROR: FAIL: Processes are running inside chroot)"'
+COMMAND='grep -E "ERROR: FAIL: Processes are running inside chroot"'
WHERE='fail bugged affected'
ISSUE=0
HEADER='Packages with failed logs because of processes left behind'
diff --git a/piuparts-report.py b/piuparts-report.py
index 62250d3..40054e5 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -364,7 +364,6 @@ linktarget_by_template = [
("disappeared_files_after_purge_error.tpl", "due to files having disappeared after purge"),
("diversion_error.tpl", "due to diversions being modified after purge"),
("processes_running_error.tpl", "due to leaving processes running behind"),
- ("excessive_output_error.tpl", "due to being terminated after excessive output"),
("resource_violation_error.tpl", "due to resource violation"),
("conffile_prompt_error.tpl", "due to prompting due to modified conffiles"),
("db_setup_error.tpl", "due to failing to setup a database"),
--
piuparts git repository
More information about the Piuparts-commits
mailing list