[Koha-bugs] [Bug 14778] Get rid of DBIx::Connector

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 7 15:41:20 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14778

--- Comment #17 from Tomás Cohen Arazi <tomascohen at gmail.com> ---

Ok, a brief about the errors and causes.

Trivial:
t/db_dependent/Borrower.t: transaction race, probably TestBuilder's fault.
t/db_dependent/Installer.t: Uses DBI directly, should be easy to tweak
t/db_dependent/Items.t: transaction race, probably TestBuilder's fault.
t/db_dependent/Reports_Guided.t: DBIx doesn't raise the warning the test
expect.
t/db_dependent/Search.t: It seems to be failing to connect. The code actually
mocks the connection, the _new_dbh function. There shouldn't be a behaviour
change, but it fails.
t/db_dependent/Sitemapper.t: It seems to be failing to connect. The code
actually mocks the connection, the _new_dbh function. There shouldn't be a
behaviour change, but it fails.


Might be an important issue:
t/db_dependent/Circulation_issuingrules.t: results differ from expected

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


More information about the Koha-bugs mailing list