[koha-commits] main Koha release repository branch master updated. v20.05.00-1905-g926ad3c1a6

Git repo owner gitmaster at git.koha-community.org
Fri Nov 20 11:09:24 CET 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  926ad3c1a69074b2905d9ef03e639db6ba8d6865 (commit)
       via  05085ddc61332bfb82401a7d5b8d5b0fa24cdea6 (commit)
       via  3376a9440050d795ce0738e20b0616b782143f4b (commit)
      from  1aeeaf4c2b6f4c8f79e2472b7c66a832d0daf802 (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 926ad3c1a69074b2905d9ef03e639db6ba8d6865
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 10 11:56:31 2020 +0100

    Bug 25514: Try to fix random failure from REST/Plugin/Objects.t
    
    It's causing a "Premature connection close" error
    
    https://docs.mojolicious.org/Mojolicious/Guides/FAQ#What-does-Premature-connection-close-mean
    
    This is just a guess but maybe it would help to have the Test::Mojo
    object initiated just before the get?
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 05085ddc61332bfb82401a7d5b8d5b0fa24cdea6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Nov 20 10:31:33 2020 +0100

    Bug 27062: Fix pickup_location tests when existing libraries exist
    
    If there are existing libraries in the DB, the tests will fail.
    
    There were several changes related to those tests recently, this bug report is a follow-up for them.
    
    bug 26984, bug 27002 and bug 26963.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 3376a9440050d795ce0738e20b0616b782143f4b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Nov 13 09:32:50 2020 +0100

    Bug 27007: Don't call GetMarcSubfieldStructure with unsafe in tests
    
    It does not feel correct to call GetMarcSubfieldStructure with the unsafe flag set in tests:
       my $mss = C4::Biblio::GetMarcSubfieldStructure( '', { unsafe => 1 } );
    
    Some tests are failing is run twice
    
    Use of uninitialized value $code_wanted in string eq at /usr/share/perl5/MARC/Field.pm line 314.
    [x~10]
    Use of uninitialized value $code_wanted in string eq at /usr/share/perl5/MARC/Field.pm line 314.
    
        #   Failed test 'Value is mapped correctly for column biblionumber'
        #   at t/db_dependent/Koha/Item.t line 115.
        #          got: undef
        #     expected: '483'
    [etc.]
    
    Test plan:
    Run the tests twice, without the patch it fails, with the patch it
    passes
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 t/db_dependent/Koha/Biblio.t              | 17 +++----
 t/db_dependent/Koha/Item.t                | 77 +++++++++++++++++++------------
 t/db_dependent/Koha/REST/Plugin/Objects.t | 12 ++++-
 3 files changed, 63 insertions(+), 43 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list