[koha-commits] main Koha release repository branch master updated. v3.22.00-1031-g8255a18

Git repo owner gitmaster at git.koha-community.org
Wed Mar 30 15:35:13 CEST 2016


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  8255a18edc9c2eee52b01bfa20114b088b9bf555 (commit)
      from  6325277c64ce119ac2854389678694f4815de8be (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 8255a18edc9c2eee52b01bfa20114b088b9bf555
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 30 10:55:02 2016 +0100

     Bug 14158: www search tests - Cleanup at the end
    
    When something wrong happen, the parent process is waiting for the
    children to finish, but they have been zombified and the test hangs.
    
    To fix that, we should ensure that the cleanup is correctly done and
    that the processes are correctly killed.
    
    Test plan:
    export KOHA_USER=koha
    export KOHA_PASS=koha
    export KOHA_INTRANET_URL=http://do_not_exist_but_its_expected
    export KOHA_OPAC_URL=http://another_url
    prove t/db_dependent/www/search_utf8.t
    
    Without this patch, the tests will hang
    With the patch applied, they won't!
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 t/db_dependent/www/search_utf8.t |    5 +++++
 1 file changed, 5 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list