Bug 39995 - Koha/Biblio.t can fail on slow servers
Summary: Koha/Biblio.t can fail on slow servers
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Jonathan Druart
QA Contact: Katrin Fischer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-26 08:14 UTC by Jonathan Druart
Modified: 2025-05-26 12:49 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
25.05.00
Circulation function:


Attachments
Bug 39995: Prevent Koha/Biblio.t to fail on slow servers (1.15 KB, patch)
2025-05-26 08:15 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2025-05-26 08:14:09 UTC
16:35:27 koha_1       |     #   Failed test 'timestamp is added to the biblio object'
16:35:27 koha_1       |     #   at t/db_dependent/Koha/Biblio.t line 594.
16:35:27 koha_1       |     #          got: '2025-05-23T14:32:59+00:00'
16:35:27 koha_1       |     #     expected: '2025-05-23T14:33:00+00:00'
16:35:27 koha_1       |     # Looks like you failed 1 test of 34.
16:35:27 koha_1       | 
16:35:27 koha_1       | #   Failed test 'to_api() tests'
16:35:27 koha_1       | #   at t/db_dependent/Koha/Biblio.t line 608.
Comment 1 Jonathan Druart 2025-05-26 08:15:21 UTC
Created attachment 182780 [details] [review]
Bug 39995: Prevent Koha/Biblio.t to fail on slow servers
Comment 2 Katrin Fischer 2025-05-26 12:49:20 UTC
Pushed for 25.05!

Well done everyone, thank you!