]> git.koha-community.org Git - koha.git/commit
Bug 31598: Fix random failure on Jenkins for Upload.t
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 22 Sep 2022 08:09:41 +0000 (08:09 +0000)
committerArthur Suzuki <arthur.suzuki@biblibre.com>
Mon, 14 Nov 2022 16:32:13 +0000 (17:32 +0100)
commitc9056ce0ace0d6733c750619d12bbf5b904edeb7
tree6f3e5dbe8cb271fb41f607fe71d5d5d46fd65e97
parent9dfe399261e60936e7620280f0dc64c5c96cd41c
Bug 31598: Fix random failure on Jenkins for Upload.t

At some point the warn is made conditional for permanent
files. So it failed when TestBuilder picked a zero value
for permanent. Trivial fix.

Test plan:
Run t/db_dependent/Upload.t a few times

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 9a92ee31945af6f535e8be81b3410d13affd8b5f)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit d7bf6f7084cfe00c7f1f4cf17aa525f6c2893f11)
Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com>
t/db_dependent/Upload.t