Bug 25930 - Datatables_Members.t is failing randomly
Summary: Datatables_Members.t is failing randomly
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: master
Hardware: All All
: P5 - low normal (vote)
Assignee: Chris Cormack
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 25551
  Show dependency treegraph
 
Reported: 2020-07-05 17:49 UTC by Victor Grousset/tuxayo
Modified: 2023-12-11 10:05 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Grousset/tuxayo 2020-07-05 17:49:42 UTC
Two recent failures in the CI

https://jenkins.koha-community.org/view/19.05/job/Koha_19.05_D8/248/consoleText
https://jenkins.koha-community.org/job/Koha_19.05_D9/252/consoleText

And I could reproduce locally in Debian 10 on master.

After 22 tries and 2017 tries

t/db_dependent/Utils/Datatables_Members.t .. 6/53 
#   Failed test 'There are two Doe at nIfpuJszvy'
#   at t/db_dependent/Utils/Datatables_Members.t line 183.
#          got: '3'
#     expected: '2'
t/db_dependent/Utils/Datatables_Members.t .. 45/53 # Looks like you failed 1 test of 53.
Comment 1 Jonathan Druart 2020-07-27 13:58:20 UTC
For the record, the 2 failures were:

koha_1       |     #   Failed test 'We got the 3 patrons we expected'
koha_1       |     #   at t/db_dependent/Utils/Datatables_Members.t line 510.
koha_1       |     #     Structures begin differing at:
koha_1       |     #          $got->[0] = '100'
koha_1       |     #     $expected->[0] = '98'
koha_1       |     # Looks like you failed 1 test of 2.
koha_1       | 
koha_1       | #   Failed test 'Search with permissions'
koha_1       | #   at t/db_dependent/Utils/Datatables_Members.t line 518.

I don't recreate locally.
Comment 2 Victor Grousset/tuxayo 2020-07-27 18:20:41 UTC
Hmm, so what I got was another failure.
Comment 3 Katrin Fischer 2023-12-09 16:24:12 UTC
This is 3 years old now... does it still fail?
Comment 4 Jonathan Druart 2023-12-11 10:05:47 UTC
No, this test file does no longer exist.