Bug 34841

Summary: The test suite is failing if the DB has been upgraded
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Test SuiteAssignee: Chris Cormack <chris>
Status: RESOLVED FIXED QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 34842, 34843, 34844, 34846, 34847, 34848, 34683, 34720, 34845    
Bug Blocks:    

Description Jonathan Druart 2023-09-20 12:15:34 UTC
If the tests are run after the DB has been upgraded (see bug 34683), then some tests are failing.
Comment 1 Jonathan Druart 2023-09-20 12:16:06 UTC
t/db_dependent/check_sysprefs.t see bug 34720.
Comment 2 Jonathan Druart 2023-09-20 12:20:10 UTC
t/db_dependent/Illrequest/Config.t see bug 34842.
Comment 3 Jonathan Druart 2023-09-20 12:27:23 UTC
t/db_dependent/Koha/Database/Commenter.t see bug 34843
Comment 4 Jonathan Druart 2023-09-20 12:31:45 UTC
t/Koha/Auth/Permissions.t see bug 34844
Comment 5 Jonathan Druart 2023-09-20 13:11:09 UTC
t/db_dependent/Acquisition/GetBasketGroupAsCSV.t see bug 34845
Comment 6 Jonathan Druart 2023-09-20 13:37:01 UTC
t/db_dependent/SIP/ILS.t see bug 34846
Comment 7 Jonathan Druart 2023-09-20 13:44:49 UTC
t/db_dependent/Search.t see bug 34847
Comment 8 Jonathan Druart 2023-09-20 14:22:02 UTC
t/db_dependent/SIP/ILS.t see bug 34848
Comment 9 Jonathan Druart 2023-10-24 14:29:47 UTC
Fixed, for me, but we could go further if needed later.