[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
Sun Feb 5 02:48:55 CET 2017


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

--- Comment #1 from Mason James <mtj at kohaaloha.com> ---
Created attachment 59900
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=59900&action=edit
Bug 18055 - Speed up '00-strict.t' test, with Parallel::ForkManager

to test...

1/ run 00-strict.t test, (16.5 mins on a 4xcpu system)

$ time prove t/db_dependent/00-strict.t
...
Files=1, Tests=654, 994 wallclock secs ( 0.19 usr  0.04 sys + 873.40 cusr
116.20 csys = 989.83 CPU)
Result: PASS
real    16m34.104s

2/ apply patch

3/ install Parallel::ForkManager package
$ sudo apt-get install libparallel-forkmanager-perl

4/ run 00-strict.t test again, (now 6 mins.. much faster)

$ time prove t/db_dependent/00-strict.t
...
Files=1, Tests=654, 364 wallclock secs ( 0.07 usr  0.01 sys + 1159.20 cusr
153.41 csys = 1312.69 CPU)
Result: PASS
real    6m4.355s

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


More information about the Koha-bugs mailing list