Summary: | t/db_dependent/api/v1/authorised_values.t is failing under specific circumstances | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Test Suite | Assignee: | Chris Cormack <chris> |
Status: | Pushed to oldoldstable --- | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | fridolin.somers, jonathan.druart, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
24.11.00,24.05.06,23.11.11
|
|
Circulation function: | |||
Attachments: |
Bug 37289: Add sorting to test
Bug 37289: [DONT PUSH] Test only Bug 37289: Add sorting to test |
Description
Katrin Fischer
2024-07-09 12:59:32 UTC
Koha_Main_U20 #1301 on Docker_9 Created attachment 168647 [details] [review] Bug 37289: Add sorting to test Ensure the order of embedded records returned. Dont apply the DONT PUSH patch. prove ./t/db_dependent/api/v1/authorised_values.t ---> Notice if passes Created attachment 168648 [details] [review] Bug 37289: [DONT PUSH] Test only Apply this patch on top of the previous one. This patch is to prove the bug the previous patch is fixing. It proves that the order_by using the embedded field is working as intended. prove ./t/db_dependent/api/v1/authorised_values.t ---> Notice it fails Created attachment 168663 [details] [review] Bug 37289: Add sorting to test Ensure the order of embedded records returned. Dont apply the DONT PUSH patch. prove ./t/db_dependent/api/v1/authorised_values.t ---> Notice if passes Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Picked from QA queue for push to main. Pushed for 24.11! Well done everyone, thank you! Backported to 24.05.x for upcoming 24.05.06 Pushed to 23.11.x for 23.11.11 |