https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18055 --- Comment #13 from M. Tompsett <mtompset@hotmail.com> --- Created attachment 59966 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=59966&action=edit [COUNTER PATCH] Bug 18055: Speed up t/db_dependent/00-strict.t TEST PLAN --------- 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/ 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 4/ run koha qa test tools. -- You are receiving this mail because: You are watching all bug changes.