Bug 23177: (QA follow-up) Remove subtest txn_begin and rollback
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 21 Jun 2019 09:15:18 +0000 (09:15 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 16 Jul 2019 06:21:55 +0000 (08:21 +0200)
commit6151e1a613260f759c2017df2307cd99bab76d10
treec686cd5f590a100636ffea19ead3db19efd9fe3b
parent4d6f85b7ef98e980ee332b56f56f88a83377e0ce
Bug 23177: (QA follow-up) Remove subtest txn_begin and rollback

This resolves:
DBIx::Class::Storage::txn_rollback(): A txn_rollback in nested transaction is ineffective! (depth 1)
Removing unneeded subtest txn's. We should probably add them everywhere or
just at global level.

Test plan:
With all three patches applied, run Circulation.t a few times.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit c7a707d60b187fa2c18c4bacd3a6b472de25da98)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
t/db_dependent/Circulation.t