[Bug 24881] New: Circulation.t still fails if tests are ran slowly
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Bug ID: 24881 Summary: Circulation.t still fails if tests are ran slowly Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Test Suite Assignee: chris@bigballofwax.co.nz Reporter: jonathan.druart@bugs.koha-community.org QA Contact: testopia@bugs.koha-community.org Depends on: 22917 Bug 22917 - Circulation.t fails if tests are ran slowly Not fixed, or regression added after. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22917 [Bug 22917] Circulation.t fails if tests are ran slowly -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 100778 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=100778&action=edit Bug 24881: [19.05.x] Try to fix random failure from Circulation.t -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com --- Comment #2 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Lucas, if you can recreate that one, could you confirm this patch fixes the failures on 19.05? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 --- Comment #3 from Lucas Gass <lucas@bywatersolutions.com> --- Jonathan, I still get this: # Subtest: CanBookBeRenewed tests 1..71 DBD::mysql::st execute failed: Unknown column 'me.guarantorid' in 'field list' [for Statement "SELECT `me`.`borrowernumber`, `me`.`cardnumber`, `me`.`surname`, `me`.`firstname`, `me`.`title`, `me`.`othernames`, `me`.`initials`, `me`.`streetnumber`, `me`.`streettype`, `me`.`address`, `me`.`address2`, `me`.`city`, `me`.`state`, `me`.`zipcode`, `me`.`country`, `me`.`email`, `me`.`phone`, `me`.`mobile`, `me`.`fax`, `me`.`emailpro`, `me`.`phonepro`, `me`.`B_streetnumber`, `me`.`B_streettype`, `me`.`B_address`, `me`.`B_address2`, `me`.`B_city`, `me`.`B_state`, `me`.`B_zipcode`, `me`.`B_country`, `me`.`B_email`, `me`.`B_phone`, `me`.`dateofbirth`, `me`.`branchcode`, `me`.`categorycode`, `me`.`dateenrolled`, `me`.`dateexpiry`, `me`.`date_renewed`, `me`.`gonenoaddress`, `me`.`lost`, `me`.`debarred`, `me`.`debarredcomment`, `me`.`contactname`, `me`.`contactfirstname`, `me`.`contacttitle`, `me`.`guarantorid`, `me`.`borrowernotes`, `me`.`relationship`, `me`.`sex`, `me`.`password`, `me`.`flags`, `me`.`userid`, `me`.`opacnote`, `me`.`contactnote`, `me`.`sort1`, `me`.`sort2`, `me`.`altcontactfirstname`, `me`.`altcontactsurname`, `me`.`altcontactaddress1`, `me`.`altcontactaddress2`, `me`.`altcontactaddress3`, `me`.`altcontactstate`, `me`.`altcontactzipcode`, `me`.`altcontactcountry`, `me`.`altcontactphone`, `me`.`smsalertnumber`, `me`.`sms_provider_id`, `me`.`privacy`, `me`.`privacy_guarantor_checkouts`, `me`.`checkprevcheckout`, `me`.`updated_on`, `me`.`lastseen`, `me`.`lang`, `me`.`login_attempts`, `me`.`overdrive_auth_token`, `me`.`anonymized` FROM `borrowers` `me` WHERE ( `me`.`borrowernumber` = ? )" with ParamValues: 0='84'] at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1836. # No tests run! not ok 15 - No tests run for subtest "CanBookBeRenewed tests" # Failed test 'No tests run for subtest "CanBookBeRenewed tests"' # at /kohadevbox/koha/t/db_dependent/Circulation.t line 998. DBD::mysql::st execute failed: Unknown column 'me.guarantorid' in 'field list' [for Statement "SELECT `me`.`borrowernumber`, `me`.`cardnumber`, `me`.`surname`, `me`.`firstname`, `me`.`title`, `me`.`othernames`, `me`.`initials`, `me`.`streetnumber`, `me`.`streettype`, `me`.`address`, `me`.`address2`, `me`.`city`, `me`.`state`, `me`.`zipcode`, `me`.`country`, `me`.`email`, `me`.`phone`, `me`.`mobile`, `me`.`fax`, `me`.`emailpro`, `me`.`phonepro`, `me`.`B_streetnumber`, `me`.`B_streettype`, `me`.`B_address`, `me`.`B_address2`, `me`.`B_city`, `me`.`B_state`, `me`.`B_zipcode`, `me`.`B_country`, `me`.`B_email`, `me`.`B_phone`, `me`.`dateofbirth`, `me`.`branchcode`, `me`.`categorycode`, `me`.`dateenrolled`, `me`.`dateexpiry`, `me`.`date_renewed`, `me`.`gonenoaddress`, `me`.`lost`, `me`.`debarred`, `me`.`debarredcomment`, `me`.`contactname`, `me`.`contactfirstname`, `me`.`contacttitle`, `me`.`guarantorid`, `me`.`borrowernotes`, `me`.`relationship`, `me`.`sex`, `me`.`password`, `me`.`flags`, `me`.`userid`, `me`.`opacnote`, `me`.`contactnote`, `me`.`sort1`, `me`.`sort2`, `me`.`altcontactfirstname`, `me`.`altcontactsurname`, `me`.`altcontactaddress1`, `me`.`altcontactaddress2`, `me`.`altcontactaddress3`, `me`.`altcontactstate`, `me`.`altcontactzipcode`, `me`.`altcontactcountry`, `me`.`altcontactphone`, `me`.`smsalertnumber`, `me`.`sms_provider_id`, `me`.`privacy`, `me`.`privacy_guarantor_checkouts`, `me`.`checkprevcheckout`, `me`.`updated_on`, `me`.`lastseen`, `me`.`lang`, `me`.`login_attempts`, `me`.`overdrive_auth_token`, `me`.`anonymized` FROM `borrowers` `me` WHERE ( `me`.`borrowernumber` = ? )" with ParamValues: 0='84'] at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1836. # Looks like your test exited with 11 just after 15. Dubious, test returned 11 (wstat 2816, 0xb00) Failed 32/46 subtests -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 --- Comment #4 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Lucas, this means that you are using a master DB on a 19.05.x branch. reset_all on 19.05.x and you should not get that error. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 --- Comment #5 from Lucas Gass <lucas@bywatersolutions.com> --- ahh, of course. Thanks Jonathan. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |19.05.09 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hayleymapley@catalyst.net.n | |z -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 --- Comment #6 from Lucas Gass <lucas@bywatersolutions.com> --- backported to 19.05.x for 19.05.09 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 --- Comment #7 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Lucas Gass from comment #6)
backported to 19.05.x for 19.05.09
Can you confirm this patch did fix something? Which error did you get? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 --- Comment #8 from Lucas Gass <lucas@bywatersolutions.com> --- Jonathan, no errors. This makes Circulation.t pass all tests. TY. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 --- Comment #9 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Lucas Gass from comment #8)
Jonathan, no errors. This makes Circulation.t pass all tests. TY.
I do not understand what happened here. What are the failing tests this patch fixed? It's not supposed to fix the failures you reported on comment 3. If other tests are fixed we need to have the patch into master as well. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 --- Comment #10 from Lucas Gass <lucas@bywatersolutions.com> --- Sorry Jonathan, It fixes Circulation.t tests for me, the problems in comment 3 were my own problem. I wrongly assumed this one was for [19.05.x] only so I pushed to that branch. I will revert. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to oldstable |ASSIGNED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED Assignee|chris@bigballofwax.co.nz |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #11 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- I forgot if this test was really failing. Holding on for now, until it reappears. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 --- Comment #12 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 100970 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=100970&action=edit Bug 24881: Try to fix random failure from Circulation.t This is a follow-up of bug 22917. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #13 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Sending to RM queue. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|19.05.09 |20.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 --- Comment #14 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Joy Nelson <joy@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy@bywatersolutions.com --- Comment #15 from Joy Nelson <joy@bywatersolutions.com> --- does not apply to 19.11.x. not backported. please rebase if needed. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25551 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25551 [Bug 25551] [OMNIBUS] Some tests are failing randomly -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 --- Comment #16 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 105169 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105169&action=edit Bug 24881: [19.11.x] Try to fix random failure from Circulation.t This is a follow-up of bug 22917. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Joy Nelson <joy@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00 |20.05.00, 19.11.06 released in| | Status|Pushed to master |Pushed to stable --- Comment #17 from Joy Nelson <joy@bywatersolutions.com> --- Pushed to 19.11.x for 19.11.06 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=25665 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor@tuxayo.net --- Comment #18 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Info: patch of comment 1 is still in 19.05.x and isn't not the cause of bug 25665 (test t/db_dependent/Circulation.t fails on a specific date) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 --- Comment #19 from Victor Grousset/tuxayo <victor@tuxayo.net> --- On the CI of branch 19.05 I've had 3 failures on this test (can't replicate locally) koha_1 | # Failed test 'Hourly rental charge calculated correctly with finesCalendar = noFinesWhenClosed and closed Wednesdays (168h - 24h * 0.25u)' koha_1 | # at t/db_dependent/Circulation.t line 3245. koha_1 | # got: '30' koha_1 | # expected: '36' koha_1 | # Looks like you failed 1 test of 20. koha_1 | koha_1 | # Failed test 'Incremented fee tests' koha_1 | # at t/db_dependent/Circulation.t line 3270. https://jenkins.koha-community.org/view/19.05/job/Koha_19.05_D8/234/consoleT... https://jenkins.koha-community.org/view/19.05/job/Koha_19.05_D9/228/consoleT... https://jenkins.koha-community.org/view/19.05/job/Koha_19.05_U18/229/console... Does this look related to this bug? It seems to not affect 19.11, 20.05 and master after looking at all the test failure since almost 3 weeks in these branches. Which is why it might be related to this ticket. As 19.05 seems to be a bit different in regard to was happened in this ticket. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 --- Comment #20 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Locally I can have the following two possible errors. (confirmed only on 19.05.x) Patch from comment 1 (which in 19.05) doesn't seem to have an impact when kept or reverted. t/db_dependent/Circulation.t .. 29/46 # Failed test 'ISSUED_TO_ANOTHER question flag should be set if AutoReturnCheckedOutItems is disabled and item is checked out to another' # at t/db_dependent/Circulation.t line 1974. # got: undef # expected: '1' # Looks like you planned 2 tests but ran 1. # Looks like you failed 1 test of 1 run. t/db_dependent/Circulation.t .. 30/46 # Failed test 'CanBookBeIssued + AutoReturnCheckedOutItems' # at t/db_dependent/Circulation.t line 1981. Can't call method "borrowernumber" on an undefined value at t/db_dependent/Circulation.t line 1978. # Looks like your test exited with 255 just after 30. ##### And also ##### t/db_dependent/Circulation.t .. 28/46 # Failed test 'AddReturn must have debarred the patron' # at t/db_dependent/Circulation.t line 86. # got: '' # expected: '1' # AddReturn returned message $VAR1 = { # 'WasReturned' => 1 # }; # Failed test 'Test at line 1924' # at t/db_dependent/Circulation.t line 90. # got: '0' # expected: '1' # Failed test 'Test at line 1924' # at t/db_dependent/Circulation.t line 93. # got: undef # expected: '2020-06-22' # Looks like you failed 3 tests of 21. t/db_dependent/Circulation.t .. 29/46 # Failed test 'AddReturn + suspension_chargeperiod' # at t/db_dependent/Circulation.t line 1933. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 --- Comment #21 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 105721 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105721&action=edit Bug 24881: [19.05.x] Try to fix random failure from Circulation.t This is a follow-up of bug 22917. Signed-off-by: Joy Nelson <joy@bywatersolutions.com> (cherry picked from commit b0551cfd178565b5b30980096f53d4fffcfca454) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 --- Comment #22 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Jonathan Druart from comment #21)
Created attachment 105721 [details] [review] Bug 24881: [19.05.x] Try to fix random failure from Circulation.t
This is a follow-up of bug 22917.
Signed-off-by: Joy Nelson <joy@bywatersolutions.com> (cherry picked from commit b0551cfd178565b5b30980096f53d4fffcfca454)
Victor, this is a rebased patch of the 19.11.x version. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 --- Comment #23 from Victor Grousset/tuxayo <victor@tuxayo.net> --- I can still get the following error locally. I confirm that have applied the patch of comment 21 on top of 19.05.x without reverting the old patch t/db_dependent/Circulation.t .. 29/46 # Failed test 'ISSUED_TO_ANOTHER question flag should be set if AutoReturnCheckedOutItems is disabled and item is checked out to another' # at t/db_dependent/Circulation.t line 1975. # got: undef # expected: '1' # Looks like you planned 2 tests but ran 1. t/db_dependent/Circulation.t .. 30/46 # Looks like you failed 1 test of 1 run. # Failed test 'CanBookBeIssued + AutoReturnCheckedOutItems' # at t/db_dependent/Circulation.t line 1982. Can't call method "borrowernumber" on an undefined value at t/db_dependent/Circulation.t line 1979. # Looks like your test exited with 255 just after 30. t/db_dependent/Circulation.t .. Dubious, test returned 255 (wstat 65280, 0xff00) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 --- Comment #24 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Should I push the patch of comment 21 anyway? If we still expect to fix part of the flaky tests. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 --- Comment #25 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Victor Grousset/tuxayo from comment #23)
I can still get the following error locally. I confirm that have applied the patch of comment 21 on top of 19.05.x without reverting the old patch
t/db_dependent/Circulation.t .. 29/46 # Failed test 'ISSUED_TO_ANOTHER question flag should be set if AutoReturnCheckedOutItems is disabled and item is checked out to another' # at t/db_dependent/Circulation.t line 1975. # got: undef # expected: '1' # Looks like you planned 2 tests but ran 1. t/db_dependent/Circulation.t .. 30/46 # Looks like you failed 1 test of 1 run.
# Failed test 'CanBookBeIssued + AutoReturnCheckedOutItems' # at t/db_dependent/Circulation.t line 1982. Can't call method "borrowernumber" on an undefined value at t/db_dependent/Circulation.t line 1979. # Looks like your test exited with 255 just after 30. t/db_dependent/Circulation.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
This is because 19.05 is lacking: Bug 24062: Make sure TestBuilder will stop generate X or other invalid category's types -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 --- Comment #26 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Great find, will try that. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.05.00, 19.11.06 |20.05.00, 19.11.06, released in| |19.05.12 --- Comment #27 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Backported to 19.05.x branch for 19.05.12 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24881 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to oldstable |Pushed to oldoldstable -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org