Summary: | Checkouts/ReturnClaim.t is failing on MySQL 8 | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Test Suite | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | 1joynelson, lucas, martin.renvoize, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23825 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24509 |
||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.05.00, 19.11.03
|
|
Circulation function: | |||
Bug Depends on: | 14697 | ||
Bug Blocks: | 23996 | ||
Attachments: |
Bug 24507: Make Checkouts/ReturnClaim.t pass on MySQL 8
Bug 24507: Make Checkouts/ReturnClaim.t pass on MySQL 8 |
Description
Jonathan Druart
2020-01-24 10:14:27 UTC
Created attachment 97864 [details] [review] Bug 24507: Make Checkouts/ReturnClaim.t pass on MySQL 8 $ prove t/db_dependent/Koha/Checkouts/ReturnClaim.t t/db_dependent/Koha/Checkouts/ReturnClaim.t .. # Failed test 'Exception field is correct' # at t/db_dependent/Koha/Checkouts/ReturnClaim.t line 97. # got: 'return_claims.issue_id' # expected: 'issue_id' # Looks like you failed 1 test of 8. t/db_dependent/Koha/Checkouts/ReturnClaim.t .. 1/1 # Failed test 'store() tests' # at t/db_dependent/Koha/Checkouts/ReturnClaim.t line 133. This is similar to bug 23825. Test plan: Confirm that the tests pass on MySQL8 and MariaDB Created attachment 97876 [details] [review] Bug 24507: Make Checkouts/ReturnClaim.t pass on MySQL 8 $ prove t/db_dependent/Koha/Checkouts/ReturnClaim.t t/db_dependent/Koha/Checkouts/ReturnClaim.t .. # Failed test 'Exception field is correct' # at t/db_dependent/Koha/Checkouts/ReturnClaim.t line 97. # got: 'return_claims.issue_id' # expected: 'issue_id' # Looks like you failed 1 test of 8. t/db_dependent/Koha/Checkouts/ReturnClaim.t .. 1/1 # Failed test 'store() tests' # at t/db_dependent/Koha/Checkouts/ReturnClaim.t line 133. This is similar to bug 23825. Test plan: Confirm that the tests pass on MySQL8 and MariaDB Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> Trivial fix, tested on ku-my8. Passing QA. Nice work everyone! Pushed to master for 20.05 Pushed to 19.11.x for 19.11.03 missing dependencies for 19.05.x, no backport |