http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15081 Bug ID: 15081 Summary: TestBuilder should not handle the transaction Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Test Suite Assignee: chris@bigballofwax.co.nz Reporter: tomascohen@gmail.com QA Contact: gmcharlt@gmail.com Right now, TestBuilder has the side effect of introducing a race condition on the DBIC transaction. The consecquences are uncomfortable, because warnings are raised on all tests that use it. A patch removing it should make sure the tests have their own rollback handling using the Koha::Databases-provided schema. -- You are receiving this mail because: You are watching all bug changes.