[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.05-16-g5808b3d

Git repo owner gitmaster at git.koha-community.org
Wed Apr 6 15:41:24 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, 3.22.x has been updated
       via  5808b3de5b40bf964813b0c3509f7f7cd0429422 (commit)
      from  80737996ec728d0cb6264f35a2a98a6f33ee445f (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 5808b3de5b40bf964813b0c3509f7f7cd0429422
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>
    (cherry picked from commit 8255a18edc9c2eee52b01bfa20114b088b9bf555)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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