[Bug 21213] New: Circulation.t needs diagnostics
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21213 Bug ID: 21213 Summary: Circulation.t needs diagnostics Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Test Suite Assignee: jonathan.druart@bugs.koha-community.org Reporter: jonathan.druart@bugs.koha-community.org QA Contact: testopia@bugs.koha-community.org Depends on: 20721 koha_1 | # Failed test 'Test at line 1896' koha_1 | # at t/db_dependent/Circulation.t line 2424. koha_1 | # got: '0' koha_1 | # expected: '1' koha_1 | koha_1 | # Failed test 'Test at line 1896' koha_1 | # at t/db_dependent/Circulation.t line 2427. koha_1 | # got: undef koha_1 | # expected: '2018-08-25' koha_1 | # Looks like you failed 2 tests of 14. koha_1 | koha_1 | # Failed test 'AddReturn + suspension_chargeperiod' koha_1 | # at t/db_dependent/Circulation.t line 1905. koha_1 | # Looks like you failed 1 test of 118. koha_1 | [19:23:06] t/db_dependent/Circulation.t Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20721 [Bug 20721] Circulation.t keeps failing randomly -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21213 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- I have no idea why this is failing. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21213 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=21213 --- Comment #2 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 77754 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77754&action=edit Bug 21213: Add diagnostics to Circulation.t Jenkins reported failures on a D9 run. No idea why it is failing so adding diag and wait for the next failure. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21213 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com Status|Needs Signoff |Signed Off --- Comment #3 from Nick Clemens <nick@bywatersolutions.com> --- Trivial patch to enhance debugging, skipping SO/QA Pushed to master for 18.11 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21213 Nick Clemens <nick@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=21213 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- 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=21213 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |martin.renvoize@ptfs-europe | |.com --- Comment #4 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Pushed to 18.05.x for 18.05.03 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21213 Bug 21213 depends on bug 20721, which changed state. Bug 20721 Summary: Circulation.t keeps failing randomly https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20721 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Stable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21213 Fridolin SOMERS <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m Status|Pushed to Stable |RESOLVED Resolution|--- |FIXED --- Comment #5 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- Does not apply easy on 17.11.x but UT t/db_dependent/Circulation.t is actually OK -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21213 --- Comment #6 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Fridolin SOMERS from comment #5)
Does not apply easy on 17.11.x but UT t/db_dependent/Circulation.t is actually OK
They are random failures. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21213 --- Comment #7 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- (In reply to Jonathan Druart from comment #6)
(In reply to Fridolin SOMERS from comment #5)
Does not apply easy on 17.11.x but UT t/db_dependent/Circulation.t is actually OK
They are random failures.
Ah ok. I'll push if a patch is created for 17.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21213 --- Comment #8 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- It failed on last run! koha_1 | # Failed test 'AddReturn must have debarred the patron' koha_1 | # at t/db_dependent/Circulation.t line 2976. koha_1 | # got: '' koha_1 | # expected: '1' koha_1 | # AddReturn returned message $VAR1 = { koha_1 | # 'WasReturned' => 1 koha_1 | # }; koha_1 | koha_1 | # Failed test 'Test at line 1845' koha_1 | # at t/db_dependent/Circulation.t line 2980. koha_1 | # got: '0' koha_1 | # expected: '1' koha_1 | koha_1 | # Failed test 'Test at line 1845' koha_1 | # at t/db_dependent/Circulation.t line 2983. koha_1 | # got: undef koha_1 | # expected: '2019-03-13' koha_1 | # Looks like you failed 3 tests of 21. koha_1 | koha_1 | # Failed test 'AddReturn + suspension_chargeperiod' -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21213 --- Comment #9 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Same today, I have a fix coming. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21213 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |22917 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=21213 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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org