[koha-commits] main Koha release repository branch master updated. v19.11.00-281-g263c013

Git repo owner gitmaster at git.koha-community.org
Fri Jan 10 12:22:16 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  263c01312164164da951733f2d28e58c9b80335b (commit)
       via  f036038318acb99d56a251ca6c59218a233610d0 (commit)
       via  3e93514ac3fbf35691aaad90fa6121d176bdb9b1 (commit)
       via  2278ff2b08e3e3b4ddd320fa665ee468420874bf (commit)
      from  1c38ddf41032a7da72ce8dedead385e581bf1ff6 (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 263c01312164164da951733f2d28e58c9b80335b
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Jan 10 10:49:45 2020 +0000

    Bug 23377: (QA follow-up) Use OVERRIDE_SYSPREF
    
    SYSPREF_OVERRIDE unfortunately is not supported ;)
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f036038318acb99d56a251ca6c59218a233610d0
Author: Ian Walls <ian at bywatersolutions.com>
Date:   Wed Jul 31 16:32:23 2019 +0000

    Bug 23377: use ENV syspref override instead of complete disable
    
    In an attempt to save time, bulkmarcimport temporarily sets CataloguingLog
    and AuthoritiesLog to 0.  It does this by disabling syspref caching and saving
    the changes to the database (then replacing the original values at completion).
    
    Unfortunately, this disables other key sysprefs from being cached, and results in
    a 50% increase in processing time for the script.
    
    This patch instead utilizes the ENV variable override feature of sysprefs, which
    preempts the cache in C4::Context->preference().
    
    To test:
    1. Perform a bulkmarcimport with a reasonable number of biblios (~1000 will do)
    2. Note the time taken to complete
    3. Apply patch
    4. Revert the biblio load performed
    5. Perform another bulkmarcimport with the same biblios and commandline options
    6. Note the time taken to complete
    7. Compare times.  The time from step 6 should be about 33% less than the time from step 2
    8. Check Cataloguing and Authorities Logs to verify imported records were not logged
    9. Profit!
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3e93514ac3fbf35691aaad90fa6121d176bdb9b1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Jan 10 11:48:09 2020 +0100

    Bug 24200: Try to fix random failures from Borrower_PrevCheckout.t
    
    It failed inconsistently, let's try to use build_sample_item and see if
    it fixes the random failures.
    
    Test plan:
     % prove t/db_dependent/Patron/Borrower_PrevCheckout.t
    must return green
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 2278ff2b08e3e3b4ddd320fa665ee468420874bf
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Jan 10 11:29:15 2020 +0100

    Bug 24396: Fix Suggestions.t with MySQL 8
    
     #   Failed test 'DelSuggestion deletes the correct suggestion'
     #   at t/db_dependent/Suggestions.t line 413.
     #          got: 'my title 3'
     #     expected: 'my deleted title'
     t/db_dependent/Suggestions.t .. 112/113 # Looks like you failed 1 test of 113.
    
    Suggestions were returned in the reverse order. Adding an ORDER BY clause fixes the problem.
    
    Test plan:
     % prove t/db_dependent/Suggestions.t
    must return green
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Suggestions.pm                             |    1 +
 misc/migration_tools/bulkmarcimport.pl        |   18 +++++-------------
 t/db_dependent/Patron/Borrower_PrevCheckout.t |   12 +++---------
 3 files changed, 9 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list