| Summary: | Circulation.t is failing randomly | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Test Suite | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Martin Renvoize (ashimema) <martin.renvoize> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | lucas, martin.renvoize |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: |
22.11.00
|
Circulation function: | |
| Bug Depends on: | |||
| Bug Blocks: | 25551 | ||
| Attachments: |
Bug 32269: Prevent Circulation.t to fail randomly
Bug 32269: Prevent Circulation.t to fail randomly Bug 32269: Prevent Circulation.t to fail randomly |
||
|
Description
Jonathan Druart
2022-11-18 14:31:06 UTC
Created attachment 144067 [details] [review] Bug 32269: Prevent Circulation.t to fail randomly Highlighted by Bug 32030: fix test builder for boolean # Failed test 'Checkouts with auto-renewal can be renewed earliest on due date if no renewalbefore' # at t/db_dependent/Circulation.t line 343. # got: '2022-11-18T14:16:12' # expected: '2022-12-02T00:00:00' # Failed test 'Checkouts with auto-renewal can be renewed earliest on due date if no renewalbefore' # at t/db_dependent/Circulation.t line 349. # got: '2022-11-18T14:16:12' # expected: '2022-12-02T23:59:00' # Looks like you failed 2 tests of 5 We were reaching return $now Created attachment 144090 [details] [review] Bug 32269: Prevent Circulation.t to fail randomly Highlighted by Bug 32030: fix test builder for boolean # Failed test 'Checkouts with auto-renewal can be renewed earliest on due date if no renewalbefore' # at t/db_dependent/Circulation.t line 343. # got: '2022-11-18T14:16:12' # expected: '2022-12-02T00:00:00' # Failed test 'Checkouts with auto-renewal can be renewed earliest on due date if no renewalbefore' # at t/db_dependent/Circulation.t line 349. # got: '2022-11-18T14:16:12' # expected: '2022-12-02T23:59:00' # Looks like you failed 2 tests of 5 We were reaching return $now Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 144192 [details] [review] Bug 32269: Prevent Circulation.t to fail randomly Highlighted by Bug 32030: fix test builder for boolean # Failed test 'Checkouts with auto-renewal can be renewed earliest on due date if no renewalbefore' # at t/db_dependent/Circulation.t line 343. # got: '2022-11-18T14:16:12' # expected: '2022-12-02T00:00:00' # Failed test 'Checkouts with auto-renewal can be renewed earliest on due date if no renewalbefore' # at t/db_dependent/Circulation.t line 349. # got: '2022-11-18T14:16:12' # expected: '2022-12-02T23:59:00' # Looks like you failed 2 tests of 5 We were reaching return $now Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Pushed to master for 22.11. Nice work everyone, thanks! Can you please backport random failure fixes? *** Bug 32674 has been marked as a duplicate of this bug. *** |