https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32442 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #11 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Marcel de Rooy from comment #10)
Running the test adds barcodes to the table like:
+---------------------+ | barcode | +---------------------+ | a_t_barcode | | another_t_barcode | | another_t_barcode_3 | | IROjihTVYw1IMlUDV4 | | msuHU5tofEXn | | NMhOFzbI7Yjf | | oTfqL7AeaoSq9tDTJWQ | | Pu2W1UbP7HAvqZkum | | sblzCdKniw_bfJubrZA | | SXpFbuhE5TtTTq | | twTvJHKIkgDCZqh9R | | U8T51kYicLV4_JP | | UmNgCvommVa | | vf_sVPEcyM861c9 | | wY_QRsZyUSpFc | +---------------------+
This might not be the direct cause of this patch. But we should fix it here now where we are also dealing with the rollback etc.
I don't recreate and, if true, I don't think it should be done on this bug report. That sounds something different. select count(*) from items; # 961 prove t/db_dependent/Letters/TemplateToolkit.t t/db_dependent/Letters/TemplateToolkit.t .. ok All tests successful. select count(*) from items; # 961 -- You are receiving this mail because: You are watching all bug changes.