]> git.koha-community.org Git - koha.git/commit
Bug 24062: Make sure TestBuilder will stop generate X or other invalid category's...
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 19 Nov 2019 09:14:31 +0000 (10:14 +0100)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Thu, 11 Jun 2020 16:06:24 +0000 (18:06 +0200)
commit20c7973836148d618defef31ca5d43dca98223f9
treee1da8495255c470373ec486e48cde0174b31182a
parent793b9dd0b2676dfb3e7e234895aef56a65a79449
Bug 24062: Make sure TestBuilder will stop generate X or other invalid category's types

To make sure this kind of random failures will not appear in a future we
are going to fix it at TestBuilder level.

Test plan:
  prove t/db_dependent/TestBuilder.t
and confirm it returns green

You could also only apply the tests against master, run them several
times and confirm that they fail most of the time.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
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 fda209ca505a2a0e0099788aa5f654601f1caf07)
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
t/db_dependent/TestBuilder.t
t/lib/TestBuilder.pm