| Summary: | Auth_with_ldap.t is failing | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | kyle, mtj, tomascohen |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Bug 17637: Fix tests Auth_with_ldap.t
Bug 17637: Fix tests Auth_with_ldap.t Bug 17637: Fix tests Auth_with_ldap.t |
||
|
Description
Jonathan Druart
2016-11-16 07:43:40 UTC
Created attachment 57522 [details] [review] Bug 17637: Fix tests Auth_with_ldap.t Koha::Patron->delete create a transaction and so we need to use txn_begin to have nested txn DBD::mysql::db begin_work failed: Already in a transaction Created attachment 57538 [details] [review] Bug 17637: Fix tests Auth_with_ldap.t Koha::Patron->delete create a transaction and so we need to use txn_begin to have nested txn DBD::mysql::db begin_work failed: Already in a transaction Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Created attachment 57544 [details] [review] Bug 17637: Fix tests Auth_with_ldap.t Koha::Patron->delete create a transaction and so we need to use txn_begin to have nested txn DBD::mysql::db begin_work failed: Already in a transaction Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Pushed to master for 16.11, thanks Jonathan! Pushed to 16.05.x, for 16.05.06 release |