Summary: | UI/Form/Builder/Item.t is failing randomly (itemtypes sort) | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Test Suite | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | RESOLVED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | tomascohen |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
23.05.00,22.11.05
|
|
Circulation function: | |||
Bug Depends on: | 28445 | ||
Bug Blocks: | 25551, 37870 | ||
Attachments: |
Bug 32710: Try to prevent UI/Form/Builder/Item.t to fail randomly
Bug 32710: Try to prevent UI/Form/Builder/Item.t to fail randomly |
Description
Jonathan Druart
2023-01-24 15:11:20 UTC
koha_1 | # Failed test 'Item types should be sorted by description and an empty entry should be shown' koha_1 | # at t/db_dependent/Koha/UI/Form/Builder/Item.t line 135. koha_1 | # Structures begin differing at: koha_1 | # $got->[11] = 'qbZe6s__5Y' koha_1 | # $expected->[11] = 'REF' koha_1 | # Looks like you failed 1 test of 2. koha_1 | koha_1 | # Failed test 'itemtypes' koha_1 | # at t/db_dependent/Koha/UI/Form/Builder/Item.t line 143. koha_1 | # Looks like you failed 1 test of 5. koha_1 | koha_1 | # Failed test 'authorised values' koha_1 | # at t/db_dependent/Koha/UI/Form/Builder/Item.t line 144. koha_1 | # Looks like you failed 1 test of 9. koha_1 | [16:48:09] t/db_dependent/Koha/UI/Form/Builder/Item.t Koha_Master/2449 Created attachment 149018 [details] [review] Bug 32710: Try to prevent UI/Form/Builder/Item.t to fail randomly See the FIXME, and commit 77a34e099a9f3bcef2076a4170e8c8d843c403eb Actually we are doing the trick (of removing _) before we are creating another itemtype, we need to do it right before we are comparing. Test plan: Run in a loop, be patient, it failed for me (without the patch) at run 245 Created attachment 149020 [details] [review] Bug 32710: Try to prevent UI/Form/Builder/Item.t to fail randomly See the FIXME, and commit 77a34e099a9f3bcef2076a4170e8c8d843c403eb Actually we are doing the trick (of removing _) before we are creating another itemtype, we need to do it right before we are comparing. Test plan: Run in a loop, be patient, it failed for me (without the patch) at run 245 Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Pushed to master for 23.05. Nice work everyone, thanks! Nice work everyone! Pushed to stable for 22.11.x Koha_Main_D11 run #681 on Docker_13 12:41:15 koha_1 | # Failed test at t/db_dependent/Koha/UI/Form/Builder/Item.t line 104. 12:41:15 koha_1 | # Structures begin differing at: 12:41:15 koha_1 | # $got->[2] = 'jNZJX3dNq' 12:41:15 koha_1 | # $expected->[2] = 'lcc' 12:41:15 koha_1 | 12:41:15 koha_1 | # Failed test at t/db_dependent/Koha/UI/Form/Builder/Item.t line 108. 12:41:15 koha_1 | # Structures begin differing at: 12:41:15 koha_1 | # $got->{jNZJX3dNq} = 'VgHW_hzenA' 12:41:15 koha_1 | # $expected->{jNZJX3dNq} = Does not exist 12:41:15 koha_1 | # Looks like you failed 2 tests of 2. 12:41:15 koha_1 | 12:41:15 koha_1 | # Failed test 'cn_source' 12:41:15 koha_1 | # at t/db_dependent/Koha/UI/Form/Builder/Item.t line 112. 12:41:15 koha_1 | # Looks like you failed 1 test of 5. 12:41:15 koha_1 | 12:41:15 koha_1 | # Failed test 'authorised values' 12:41:15 koha_1 | # at t/db_dependent/Koha/UI/Form/Builder/Item.t line 150. 12:41:15 koha_1 | # Looks like you failed 1 test of 9. 12:41:15 koha_1 | [10:41:02] t/db_dependent/Koha/UI/Form/Builder/Item.t Koha_Main_U24/73/ Docker_10 07:56:32 koha_1 | # Failed test at t/db_dependent/Koha/UI/Form/Builder/Item.t line 104. 07:56:32 koha_1 | # Structures begin differing at: 07:56:32 koha_1 | # $got->[1] = 'LPSRMWmf' 07:56:32 koha_1 | # $expected->[1] = 'ddc' 07:56:32 koha_1 | 07:56:32 koha_1 | # Failed test at t/db_dependent/Koha/UI/Form/Builder/Item.t line 108. 07:56:32 koha_1 | # Structures begin differing at: 07:56:32 koha_1 | # $got->{LPSRMWmf} = 'pZtLIdi5k' 07:56:32 koha_1 | # $expected->{LPSRMWmf} = Does not exist 07:56:32 koha_1 | # Looks like you failed 2 tests of 2. 07:56:32 koha_1 | 07:56:32 koha_1 | # Failed test 'cn_source' 07:56:32 koha_1 | # at t/db_dependent/Koha/UI/Form/Builder/Item.t line 112. 07:56:32 koha_1 | # Looks like you failed 1 test of 5. 07:56:32 koha_1 | 07:56:32 koha_1 | # Failed test 'authorised values' 07:56:32 koha_1 | # at t/db_dependent/Koha/UI/Form/Builder/Item.t line 150. 07:56:32 koha_1 | # Looks like you failed 1 test of 9. 07:56:32 koha_1 | [05:51:21] t/db_dependent/Koha/UI/Form/Builder/Item.t Failing on Biblio.t as well 07:45:12 koha_1 | # Failed test at t/db_dependent/Koha/UI/Form/Builder/Biblio.t line 147. 07:45:12 koha_1 | # Structures begin differing at: 07:45:12 koha_1 | # $got->[1] = 'LPSRMWmf' 07:45:12 koha_1 | # $expected->[1] = 'ddc' 07:45:12 koha_1 | # Looks like you failed 1 test of 3. 07:45:12 koha_1 | 07:45:12 koha_1 | # Failed test 'generate_subfield_form class sources' 07:45:12 koha_1 | # at t/db_dependent/Koha/UI/Form/Builder/Biblio.t line 148. |