https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42882
--- Comment #14 from Kyle M Hall (khall) <[email protected]> --- Created attachment 203602 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203602&action=edit Bug 42882: (QA follow-up) File transport tests leave rows in the database Several subtests in t/db_dependent/Koha/File/Transport/SFTP.t and t/db_dependent/Koha/File/Transport/FTP.t call $builder->build_object( { class => 'Koha::File::Transports' } ) without wrapping the subtest in a transaction, so the rows are still there after the test finishes. TestBuilder fills every column it wasn't given a value for, nullable ones included, so each leftover row gets a random string in status. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
