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

--- Comment #21 from David Nind <[email protected]> ---
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 <[email protected]>

-- 
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/

Reply via email to