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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 27 15:02:35 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25513

--- Comment #25 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
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:
https://github.com/perl5-dbi/DBD-mysql/issues/212

The basic idea is that under some circumstances DBD::mysql output failed the
looks_like_number test because of wrong flags set on the scalar variable.

This bug is removing our workaround under the assumption current DBD::mysql
versions on our supported OS are patched. This is the case in Stretch, Buster
and Focal. But as the Github link suggests, there's still questions about this
being really fixed for good.

I'm adding a regression test based on Jonathan's DO NOT PUSH patch, so our CI
can catch any issues now and in the future.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list