diff options
author | Byron Jones <glob@mozilla.com> | 2014-06-11 22:47:34 +0800 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-06-11 22:47:34 +0800 |
commit | 4d5e362475a95c83f478b846ed847ac5ebe31234 (patch) | |
tree | ead03fed8c931c4f68d4252f6e6b1c5ded12c9cd /t | |
parent | Bug 1004370: Add personal tags to Bug.get (diff) | |
download | bugzilla-4d5e362475a95c83f478b846ed847ac5ebe31234.tar.gz bugzilla-4d5e362475a95c83f478b846ed847ac5ebe31234.tar.bz2 bugzilla-4d5e362475a95c83f478b846ed847ac5ebe31234.zip |
Bug 962424: jobqueue's worker process should process messages in batches
r=?,a=?
Diffstat (limited to 't')
-rw-r--r-- | t/011pod.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/011pod.t b/t/011pod.t index 37cd2da37..c3ec39898 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|subprocess_worker)$/, + 'Bugzilla::JobQueue' => qr/(?:^work_once|work_until_done|subprocess_worker)$/, 'Bugzilla::Search' => qr/^SPECIAL_PARSING$/, ); |