[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.08-2-g78c841a

Git repo owner gitmaster at git.koha-community.org
Tue Mar 3 15:06:36 CET 2015


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.16.x has been updated
       via  78c841a164f6fe9b2f82f0a73dccc70fc0fbedc8 (commit)
       via  d60c07e85c7e6a9043055b17dd3a3e10ebf012c9 (commit)
      from  ceb4efa594dfdeaf5816c0baf152efc10a4b984e (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 78c841a164f6fe9b2f82f0a73dccc70fc0fbedc8
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Aug 18 17:20:24 2014 -0300

    Bug 12782: (followup) skip tests that fail because of provider's error
    
    It seems that XISBN is failing sometimes, if you run the tests a couple
    of times in a row. An error 500 is raised by lwp.
    
    This problem should be trapped and related tests skipped. Because too much
    noise could make people pay no attention to this tests failing.
    
    To reproduce:
    - Run the tests several consecutive times:
      $ prove -v t/db_dependent/XISBN.t
    => FAIL: XISBN test will fail eventually, printing a networking-related warning.
    - Apply the patch
    - Repeat the test
    => SUCCESS: when XISBN the networking/connection refused problem arises, the test
      is skipped, and it still passes.
    
    Regards
    To+
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit d60c07e85c7e6a9043055b17dd3a3e10ebf012c9
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Aug 18 16:42:39 2014 -0300

    Bug 12782: t/db_dependent/XISBN.t fails in DOM setup
    
    To test:
    - Have a DOM setup
    - Run
      $ prove -v t/db_dependent/XISBN.t
    => FAIL: Can't call method "field" on an undefined value at .... C4/Search.pm ...
    - Apply the patch
    - Run
      $ prove -v t/db_dependent/XISBN.t
    => SUCCESS: Tests pass.
    - Sign off
    
    Regards
    To+
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 t/db_dependent/XISBN.t |   37 ++++++++++++++++++++++++++++---------
 1 file changed, 28 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list