https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42882 --- Comment #21 from David Nind <david@davidnind.com> --- Created attachment 203667 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203667&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. Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.