To reproduce: Prove t/db_dependent/Koha/Biblio.t Look at the list of item types Notice nonsense test values
Created attachment 182782 [details] [review] Bug 36625: Run subtests in txn - Koha/Biblio.t Test plan: select count(*) from itemtypes; run the tests exectute the select query again => No itemtypes should have been created
This seems to be related to a bad rebase of bug 28478: 1b4bb5709299264e33b2fec7df174742c31f7ea7 it even reverted some normalization of the tests names.
Created attachment 182785 [details] [review] Bug 36625: Run subtests in txn - Koha/Biblio.t Test plan: select count(*) from itemtypes; run the tests exectute the select query again => No itemtypes should have been created Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Created attachment 182786 [details] [review] Bug 36625: (follow-up) Restore subtest titles Due to a bad rebase we ended up changing subtest names in commit 1b4bb5709299264e33b2fec7df174742c31f7ea7 This patch restores them and has no effect on the tests themselves. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Nice work everyone! Pushed to main for 25.11
I see in 25.05.x
Pushed to 24.11.x for 24.11.06
Nice work everyone! Pushed to 25.05.x for 25.05.03