Summary: | 00-strict.t fails to find koha_perl_deps.pl | ||
---|---|---|---|
Product: | Koha | Reporter: | Fridolin Somers <fridolin.somers> |
Component: | Test Suite | Assignee: | Fridolin Somers <fridolin.somers> |
Status: | Pushed to oldstable --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | david, lucas, wainuiwitikapark |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This fixes the tests in t/db_dependent/00-strict.t. The tests were failing as a file (koha_perl_deps.pl) was moved and is no longer required for these tests.
|
Version(s) released in: |
24.11.00,24.05.02,23.11.07
|
Circulation function: | |||
Bug Depends on: | 36323 | ||
Bug Blocks: | |||
Attachments: |
Bug 36999: Fix 00-strict.t fails to find koha_perl_deps.pl
Bug 36999: Fix 00-strict.t fails to find koha_perl_deps.pl Bug 36999: Fix 00-strict.t fails to find koha_perl_deps.pl |
Description
Fridolin Somers
2024-05-31 07:41:54 UTC
Created attachment 167301 [details] [review] Bug 36999: Fix 00-strict.t fails to find koha_perl_deps.pl Since Bug 36323 moved koha_perl_deps.pl it is not needed anymore in 00-strict.t It fails with : koha_1 | Can't stat koha_perl_deps.pl: No such file or directory koha_1 | at /usr/share/perl5/Test/Strict.pm line 151. Patch remove koha_perl_deps.pl from @dirs. It contains misc. Test plan : prove t/db_dependent/00-strict.t Created attachment 167314 [details] [review] Bug 36999: Fix 00-strict.t fails to find koha_perl_deps.pl Since Bug 36323 moved koha_perl_deps.pl it is not needed anymore in 00-strict.t It fails with : koha_1 | Can't stat koha_perl_deps.pl: No such file or directory koha_1 | at /usr/share/perl5/Test/Strict.pm line 151. Patch remove koha_perl_deps.pl from @dirs. It contains misc. Test plan : prove t/db_dependent/00-strict.t Signed-off-by: David Nind <david@davidnind.com> Testing notes (using KTD): 1. It takes a while to run (1,157 tests!), in case you are wondering what is happening: prove t/db_dependent/00-strict.t t/db_dependent/00-strict.t .. ok All tests successful. Files=1, Tests=1157, 105 wallclock secs ( 0.02 usr 0.00 sys + 638.52 cusr 118.27 csys = 756.81 CPU) Result: PASS Created attachment 167666 [details] [review] Bug 36999: Fix 00-strict.t fails to find koha_perl_deps.pl Since Bug 36323 moved koha_perl_deps.pl it is not needed anymore in 00-strict.t It fails with : koha_1 | Can't stat koha_perl_deps.pl: No such file or directory koha_1 | at /usr/share/perl5/Test/Strict.pm line 151. Patch remove koha_perl_deps.pl from @dirs. It contains misc. Test plan : prove t/db_dependent/00-strict.t Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> Strange.. I've not seen any failures on Jenkins for this. Thanks for all the hard work! Pushed to main for the next 24.11.00 release as RM Assistant Backported to 24.05.x for upcoming 24.05.02 Pushed to 23.11.x for 23.11.07 Not backporting to 23.05.x unless requested |