http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13967
--- Comment #25 from Jonathan Druart <[email protected]> --- (In reply to Robin Sheat from comment #24) > (In reply to Kyle M Hall from comment #21) > > (In reply to Robin Sheat from comment #19) > > > This sounds dangerous for plack. > > > > I was not aware of that! Should we create a bug report to re-add the > > rollback to all unit tests? > > I think I was confused, I didn't realise it was referencing test cases, > which won't be run under plack at all, and was to do with regular koha > scripts. Yes, transactions are not used using the interface (except from tools/batch_delete_records.pl, this script explicitly rollbacks). We could add the rollback call at the end of each db dependent test file, but... it's just useless. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
