summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-02-15 06:57:04 +0100
committerByron Jones <bjones@mozilla.com>2013-02-15 06:57:04 +0100
commitb6dedf486972c23b05f16a00c2be1c32e139eb1f (patch)
tree7451ee504401e8d075d32a76d9d6ad28adfe71bc /t
parent9986a6db7d542365f03f45246553060dcfcff388 (diff)
downloadbugzilla-b6dedf486972c23b05f16a00c2be1c32e139eb1f.tar.gz
bugzilla-b6dedf486972c23b05f16a00c2be1c32e139eb1f.tar.xz
Bug 832893: changes jobqueue.pl to spawn worker processes to deliver bugmail to avoid memory leaks
r=dkl, a=LpSolit
Diffstat (limited to 't')
-rw-r--r--t/011pod.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/011pod.t b/t/011pod.t
index 7fdafd910..92474d553 100644
--- a/t/011pod.t
+++ b/t/011pod.t
@@ -30,7 +30,7 @@ use constant DEFAULT_WHITELIST => qr/^(?:new|new_from_list|check|run_create_vali
use constant SUB_WHITELIST => (
'Bugzilla::Flag' => qr/^(?:(force_)?retarget|force_cleanup)$/,
'Bugzilla::FlagType' => qr/^sqlify_criteria$/,
- 'Bugzilla::JobQueue' => qr/^work_once$/,
+ 'Bugzilla::JobQueue' => qr/(?:^work_once|subprocess_worker)$/,
);
# These modules do not need to be documented, generally because they