[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #25 from Tomás Cohen Arazi --- This bug is related to an original bug we reported to DBD::mysql RT: https://rt.cpan.org/Public/Bug/Display.html?id=119904 which is now migrated to:

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 Tomás Cohen Arazi changed: What|Removed |Added Version|unspecified |master QA

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-25 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #24 from Victor Grousset/tuxayo --- In total, overnight, the tests passed 4649 times. Unconceivable to reach without the patch. -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #23 from Victor Grousset/tuxayo --- On master + only the fix: the tests passed 1350 times and counting. Looks pretty solid :) -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 Victor Grousset/tuxayo changed: What|Removed |Added Status|Needs Signoff |Signed Off

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 Victor Grousset/tuxayo changed: What|Removed |Added Attachment #105265|0 |1 is

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 Tomás Cohen Arazi changed: What|Removed |Added CC||tomasco...@gmail.com

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #19 from Jonathan Druart --- Additional notes: 1. This may break Jessie, so we should have a patch for stables that will "fix" the tests by adding specific value to the order we create 2. There is a "format" parameter

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 Jonathan Druart changed: What|Removed |Added Assignee|ch...@bigballofwax.co.nz

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #18 from Jonathan Druart --- Created attachment 105265 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105265=edit Bug 25513: Fix random failure from acquisitions_orders.t No idea if this is correct,

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 Jonathan Druart changed: What|Removed |Added Depends on||17932 Referenced Bugs:

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-22 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 Jonathan Druart changed: What|Removed |Added Status|NEW |Needs Signoff -- You

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #17 from Jonathan Druart --- (In reply to Jonathan Druart from comment #14) > buster has JSON=4.02 > stretch has JSON=2.90 > > % more xxx.pl > use Modern::Perl; > use Mojo::JSON qw(decode_json encode_json); > my $bytes

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #16 from Jonathan Druart --- (In reply to didier from comment #15) > Could be something like? > https://dba.stackexchange.com/questions/172216/why-would-mysqls-roundn-dd-1- >

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #15 from didier --- Could be something like? https://dba.stackexchange.com/questions/172216/why-would-mysqls-roundn-dd-1-sometimes-show-no-digits-after-the-decimal-place -- You are receiving this mail because: You are

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #14 from Jonathan Druart --- buster has JSON=4.02 stretch has JSON=2.90 % more xxx.pl use Modern::Perl; use Mojo::JSON qw(decode_json encode_json); my $bytes = encode_json {foo => 9963405519357589504, bar =>

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #13 from Jonathan Druart --- However, using Postman I see the same output (exponent format) with both stretch and buster: "unit_price": 1.01775599577536e+19, "ecost_tax_excluded": 9.96340551935759e+18, -- You are

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

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

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

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

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #10 from Jonathan Druart --- Didier, ping me on IRC when you are available :) -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #9 from Jonathan Druart --- Indeed! But still not fail for me (I tried yesterday and wrote the patch this morning...) -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #8 from didier --- Hi There's a thinko in the patch should be: -value => { orderstatus => 'new' } +value => { orderstatus => 'new', ecost_tax_excluded => 9963405519357589504, unitprice =>

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #7 from Jonathan Druart --- You could try this patch. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #6 from Jonathan Druart --- Created attachment 105170 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105170=edit Bug 25513: DO NOT PUSH - try recreating the failure -- You are receiving this mail

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #5 from Jonathan Druart --- It comes from a wrong formatting, and I think it depends on some locale settings (for instance it seems to only fail on Docker_2). The thing people should try is to set 9963405519357589504

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-21 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 didier changed: What|Removed |Added CC||didier.gautheron@biblibre.c

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

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

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #3 from Jonathan Druart --- Master_U18 #772 01:45:29 koha_1 | # Failed test 'SWAGGER3.3.2' 01:45:29 koha_1 | # at t/db_dependent/api/v1/acquisitions_orders.t line 129. 01:45:29 koha_1 |

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-20 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #2 from Jonathan Druart --- Those two runs were on Docker_2 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 --- Comment #1 from Jonathan Druart --- Master_U18 #788 14:48:26 koha_1 | # Failed test 'SWAGGER3.3.2' 14:48:26 koha_1 | # at t/db_dependent/api/v1/acquisitions_orders.t line 129. 14:48:26 koha_1 |

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

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

[Koha-bugs] [Bug 25513] acquisitions_orders.t is failing randomly

2020-05-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513 Jonathan Druart changed: What|Removed |Added Depends on||18731 Referenced Bugs: