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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 21 Jun 2019 11:33:40 +0000 (12:33 +0100)
commitc7a707d60b187fa2c18c4bacd3a6b472de25da98
tree926f02f7f8f9916372afb3df61925413e45d3aec
parent95a303c8f351bdd926136b5e9110ba9957df52f1
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>
t/db_dependent/Circulation.t