[koha-commits] main Koha release repository branch master updated. v19.11.00-1556-g9816e240aa

Git repo owner gitmaster at git.koha-community.org
Mon Mar 30 11:02:53 CEST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  9816e240aa5d629bca98d9f0cb3e327bf2bc5a77 (commit)
      from  624a24b8203624d94cbe0efdb37106065cf6cd92 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9816e240aa5d629bca98d9f0cb3e327bf2bc5a77
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 30 10:16:23 2020 +0200

    Bug 25018: Use new KOHA_TESTING envvar to detect environment testing
    
    In some tests we want to know if we are in a testing environment.
    When run the usual way, our trick works, the perl interpreter matches 'prove':
      $ENV{_} eq 'prove'
    
    In other situations, we have the KOHA_NO_TABLE_LOCKS environment variables, for the SendCirculationAlert race conditions (see bug 15854 and bug 18364).
    
    For unknown reasons, Jenkins runs the tests with /usr/bin/perl.
    
    This patch suggests to rename KOHA_NO_TABLE_LOCKS and use KOHA_TESTING
    instead, when prove is not used (or not correctly detected as it it the
    case for Jenkins)
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/Circulation.pm |  2 +-
 Koha/Database.pm  | 11 +++++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list