[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 --- Comment #2 from Jonathan Druart --- 75 $t->get_ok( "//$userid:$password@/api/v1/items" ) 76 ->status_is( 200, 'SWAGGER3.2.2' ); This test is the slower when I run it locally, and You got "Inactivity timeout" when it

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 --- Comment #3 from Jonathan Druart --- I do recreate the issue with running several time the tests: for i in {1..6}; do timeout 60 prove -v t/db_dependent/api/v1/items.t& done Make sure you have the timeout, or the whole thing wi

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 --- Comment #4 from Jonathan Druart --- I have tried to extend Mojo timeout https://mojolicious.org/perldoc/Mojolicious/Guides/FAQ#What-does-Inactivity-timeout-mean export MOJO_INACTIVITY_TIMEOUT=120 for i in {1..6}; do timeout 120

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 --- Comment #5 from Jonathan Druart --- Not directly related, but I noticed that we return ALL the items from the DB, and it is what the tests expect: 75 $t->get_ok( "//$userid:$password@/api/v1/items" ) 76 ->status_is(

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-17 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 David Cook changed: What|Removed |Added CC||dc...@prosentient.com.au -- Y

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 --- Comment #6 from Jonathan Druart --- Tomas, I tried to remove the changes made by bug 24700 but it did not work. However, this worked (it is not a fix, but I wanted to confirm it came from there): diff --git a/Koha/REST/Plugin/

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 Jonathan Druart changed: What|Removed |Added Keywords||rel_20_05_candidate -- Y

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 Jonathan Druart changed: What|Removed |Added See Also||https://bugs.koha-communit

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 Jonathan Druart changed: What|Removed |Added Blocks||25551 Referenced Bugs:

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 --- Comment #7 from Tomás Cohen Arazi --- Created attachment 105163 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105163&action=edit Bug 24229: Avoid fetching ALL items in test I'm not sure what we need to test h

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 Tomás Cohen Arazi changed: What|Removed |Added Status|NEW |Needs Signoff -- You a

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 --- Comment #8 from Tomás Cohen Arazi --- (In reply to Jonathan Druart from comment #4) > I have tried to extend Mojo timeout > https://mojolicious.org/perldoc/Mojolicious/Guides/FAQ#What-does-Inactivity- > timeout-mean > > export M

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 --- Comment #9 from Jonathan Druart --- (In reply to Jonathan Druart from comment #5) > Not directly related, but I noticed that we return ALL the items from the > DB, and it is what the tests expect: > > 75 $t->get_ok( "//$us

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 --- Comment #10 from Tomás Cohen Arazi --- (In reply to Jonathan Druart from comment #9) > (In reply to Jonathan Druart from comment #5) > > Not directly related, but I noticed that we return ALL the items from the > > DB, and it is

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 --- Comment #11 from Jonathan Druart --- (In reply to Tomás Cohen Arazi from comment #10) > I think we need to force pagination and at some point I was sure we did. Can you open a bug report for that please? -- You are receiving

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 Jonathan Druart changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are re

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 Jonathan Druart changed: What|Removed |Added Attachment #105163|0 |1 is obsolete|

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 Katrin Fischer changed: What|Removed |Added Attachment #105182|0 |1 is obsolete|

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 Katrin Fischer changed: What|Removed |Added Status|Signed Off |Passed QA Patch complexi

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 --- Comment #14 from Katrin Fischer --- (In reply to Jonathan Druart from comment #11) > (In reply to Tomás Cohen Arazi from comment #10) > > I think we need to force pagination and at some point I was sure we did. > > Can you open

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 Tomás Cohen Arazi changed: What|Removed |Added Blocks||25570 Referenced Bugs:

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 Tomás Cohen Arazi changed: What|Removed |Added QA Contact|testo...@bugs.koha-communit |katrin.fisc...@bsz-bw.de

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 --- Comment #15 from Tomás Cohen Arazi --- (In reply to Katrin Fischer from comment #14) > (In reply to Jonathan Druart from comment #11) > > (In reply to Tomás Cohen Arazi from comment #10) > > > I think we need to force pagination

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 --- Comment #16 from Jonathan Druart --- Tomas, do we need this if we have bug 25570? -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 Martin Renvoize changed: What|Removed |Added Status|Passed QA |Pushed to master

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 --- Comment #17 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing li

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-05-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 Martin Renvoize changed: What|Removed |Added CC||martin.renvoize@ptfs-europ

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-06-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 Aleisha Amohia changed: What|Removed |Added Status|Pushed to master|Pushed to stable

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-06-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 Aleisha Amohia changed: What|Removed |Added Status|Pushed to stable|Pushed to oldstable

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-06-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 Victor Grousset/tuxayo changed: What|Removed |Added CC||vic...@tuxayo.net

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2020-02-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 Jonathan Druart changed: What|Removed |Added CC||jonathan.dru...@bugs.koha-

[Koha-bugs] [Bug 24229] /items API tests fail on Ubuntu 18.04

2019-12-12 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24229 Tomás Cohen Arazi changed: What|Removed |Added Depends on||16825 Assigne