From b6dedf486972c23b05f16a00c2be1c32e139eb1f Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 15 Feb 2013 13:57:04 +0800 Subject: Bug 832893: changes jobqueue.pl to spawn worker processes to deliver bugmail to avoid memory leaks r=dkl, a=LpSolit --- t/011pod.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') 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 -- cgit v1.2.3-24-g4f1b