[koha-commits] main Koha release repository branch master updated. v19.11.00-3-gece3e5a

Git repo owner gitmaster at git.koha-community.org
Mon Dec 2 18:44:02 CET 2019


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  ece3e5a6a2be3870b53cde01516a189d23423a68 (commit)
       via  1a78447367d9fb23f17f64ed405bfad9c333e190 (commit)
       via  1548f0300ffbfaade13d276fc904475d0fa54222 (commit)
      from  0553463d0407275c2aab20bebd16c9453abe634c (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 ece3e5a6a2be3870b53cde01516a189d23423a68
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Dec 2 17:50:40 2019 +0100

    Bug 24145: (bug 22543 follow-up) Fix Auth.t
    
    Auth.t is failing because of: 1. recent changes from bug 22543 and 2. wrong mocked CGI->param in tests
    Without this patch we hit the exit statement that breaks the tests with the following error:
    
    t/db_dependent/Auth.t .. 1/22 Un-mocked method 'url()' called at /kohadevbox/koha/C4/Auth.pm line 1223.
    Un-mocked method 'redirect()' called at /kohadevbox/koha/C4/Auth.pm line 1227.
    A context appears to have been destroyed without first calling release().
    Based on $@ it does not look like an exception was thrown (this is not always
    a reliable test)
    
    This is a problem because the global error variables ($!, $@, and $?) will
    not be restored. In addition some release callbacks will not work properly from
    inside a DESTROY method.
    
    Here are the context creation details, just in case a tool forgot to call
    release():
      File: t/db_dependent/Auth.t
      Line: 74
      Tool: Test::More::subtest
    
    Cleaning up the CONTEXT stack...
        # Looks like you planned 22 tests but ran 1.
    t/db_dependent/Auth.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 21/22 subtests
    
    Test Summary Report
    -------------------
    t/db_dependent/Auth.t (Wstat: 65280 Tests: 1 Failed: 0)
      Non-zero exit status: 255
      Parse errors: Bad plan.  You planned 22 tests but ran 1.
    Files=1, Tests=1,  2 wallclock secs ( 0.02 usr  0.00 sys +  1.54 cusr  0.24 csys =  1.80 CPU)
    Result: FAIL
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 1a78447367d9fb23f17f64ed405bfad9c333e190
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Dec 2 17:12:06 2019 +0100

    Bug 24144: (bug 23836 follow-up) Fix regressions.t tests
    
    Bug 23836 changes the behavior for tracklinks.pl but did not adjust the
    tests.
    
    We must then expect 404 if the pref is turned off.
    Also mock_preference cannot work (we are hitting the web server and so
    need to set the value in DB and flush the L1 caches)
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 1548f0300ffbfaade13d276fc904475d0fa54222
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Dec 2 17:10:11 2019 +0000

    Koha 19.12 - Dobbie is a free elf...
    
        “Dobby has got a sock. Master threw it, and
        Dobby caught it, and Dobby — Dobby is free."
    
    Koha, the worlds first completely open library system. 🧦
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                              |    2 +-
 docs/teams.yaml                                      |    6 +++---
 installer/data/mysql/updatedatabase.pl               |    6 ++++++
 .../intranet-tmpl/prog/en/includes/about-team.inc    |    2 ++
 t/db_dependent/Auth.t                                |   10 ++++++++--
 t/db_dependent/www/regressions.t                     |   18 ++++++++++--------
 6 files changed, 30 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list