[koha-commits] main Koha release repository branch new/bug_8092 created. v3.08.00-211-g841f8f4

Git repo owner gitmaster at git.koha-community.org
Sat Jun 9 13:14:35 CEST 2012


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, new/bug_8092 has been created
        at  841f8f4d63b6b8261e5c7e57a781f9807879ae8f (commit)

- Log -----------------------------------------------------------------
commit 841f8f4d63b6b8261e5c7e57a781f9807879ae8f
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Mon May 28 10:07:35 2012 -0400

    Bug 8092 follow-up: Add optional dependency on CHI
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit d5d6daad1cc5ae1a9b0b41c6ed577dbcbf17df7a
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Tue May 15 13:03:30 2012 -0400

    Bug 8092: Convert Koha::Cache to use CHI
    
    Implements cache handlers for Memcached, mmap shared-file persistent,
    and in-process memory caches. If CHI is unavailable, Koha::Cache::Memcached
    will fall back to using Cache::Memcached::Fast, or caching will be skipped
    without croaking.
    
    To test: run t/Cache.t with the following options, before and after
    installing CHI:
    
    2. Tests 3-9 should be skipped with the following:
    export CACHING_SYSTEM=
    
    2. You should receive two failures with the following if CHI is not installed:
    export CACHING_SYSTEM=memory
    
    3. You should receive two failures with the following if CHI is not installed:
    export CACHING_SYSTEM=fastmmap
    
    4. You will need memcached activated for the following to work (but it
       will work both with and without CHI):
    export CACHING_SYSTEM=memcached
    export MEMCACHED_SERVERS=127.0.0.1:11211
    export MEMCACHED_NAMESPACE=KOHA
    
    5. You should receive two failures with the following:
    export CACHING_SYSTEM=thisdoesntexist
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Works as advertised, now we need a follow up to add the new dependency.
    
    http://bugs.koha-community.org/show_bug.cgi?id=8029

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list