[Koha-bugs] [Bug 18055] Speed up '00-strict.t' test, with Parallel::ForkManager

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 6 20:39:48 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18055

Mason James <mtj at kohaaloha.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Needs Signoff

--- Comment #7 from Mason James <mtj at kohaaloha.com> ---
(In reply to M. Tompsett from comment #4)
> > $ sudo apt-get install libparallel-forkmanager-perl libsys-cpu-perl
> 
> Shouldn't this be a PerlDependencies tweak too? 

yes, the patch includes this already...

-------------
diff --git a/C4/Installer/PerlDependencies.pm
b/C4/Installer/PerlDependencies.pm
index 4e1f75f..1ed5943 100644
--- a/C4/Installer/PerlDependencies.pm
+++ b/C4/Installer/PerlDependencies.pm
@@ -852,6 +852,16 @@ our $PERL_DEPS = {
         required => 1,
         min_ver => '0.28',
     },
+    'Parallel::ForkManager' => {
+        usage => 'Core',
+        required => 0,
+        min_ver => '0.75',
+    },
+    'Sys::CPU' => {
+        usage => 'Core',
+        required => 0,
+        min_ver => '0.52',
+    },
 };
-------------

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list