Bugzilla – Attachment 51765 Details for
Bug 16166
Improve L1 cache performance and safety
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16166: Update number of tests to run in t/Cache.t
Bug-16166-Update-number-of-tests-to-run-in-tCachet.patch (text/plain), 953 bytes, created by
Jacek Ablewicz
on 2016-05-25 09:44:47 UTC
(
hide
)
Description:
Bug 16166: Update number of tests to run in t/Cache.t
Filename:
MIME Type:
Creator:
Jacek Ablewicz
Created:
2016-05-25 09:44:47 UTC
Size:
953 bytes
patch
obsolete
>From 8beb97764fe83623fc89e1fb2282b03dc1cdc7de Mon Sep 17 00:00:00 2001 >From: Jacek Ablewicz <abl@biblos.pk.edu.pl> >Date: Wed, 25 May 2016 11:36:47 +0200 >Subject: [PATCH] Bug 16166: Update number of tests to run in t/Cache.t > >Update number of tests to run + number of tests to skip in case when >cache is not active. >--- > t/Cache.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/Cache.t b/t/Cache.t >index e7da563..034db92 100644 >--- a/t/Cache.t >+++ b/t/Cache.t >@@ -17,7 +17,7 @@ > > use Modern::Perl; > >-use Test::More tests => 39; >+use Test::More tests => 40; > use Test::Warn; > > my $destructorcount = 0; >@@ -34,7 +34,7 @@ SKIP: { > $ENV{ MEMCACHED_NAMESPACE } = 'unit_tests'; > my $cache = Koha::Cache->get_instance(); > >- skip "Cache not enabled", 35 >+ skip "Cache not enabled", 36 > unless ( $cache->is_cache_active() && defined $cache ); > > # test fetching an item that isnt in the cache >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16166
:
49670
|
49729
|
49730
|
49739
|
50192
|
50708
|
50709
|
51763
|
51764
|
51765
|
52246
|
52265
|
52266
|
52509
|
52510
|
52863
|
52864