Bugzilla – Attachment 52009 Details for
Bug 16088
Excessive CGI->new() calls hurting cache performace under plack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16088: Fix the number of tests to skip
Bug-16088-Fix-the-number-of-tests-to-skip.patch (text/plain), 831 bytes, created by
Jesse Weaver
on 2016-06-03 13:56:11 UTC
(
hide
)
Description:
Bug 16088: Fix the number of tests to skip
Filename:
MIME Type:
Creator:
Jesse Weaver
Created:
2016-06-03 13:56:11 UTC
Size:
831 bytes
patch
obsolete
>From e5cc057bcbf10ae60146e96f403307d75b60dc8a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 11 May 2016 13:13:38 +0100 >Subject: [PATCH] Bug 16088: Fix the number of tests to skip > >Signed-off-by: Jacek Ablewicz <abl@biblos.pk.edu.pl> > >Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com> >--- > t/Cache.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/Cache.t b/t/Cache.t >index cc8096b..b2ea1de 100644 >--- a/t/Cache.t >+++ b/t/Cache.t >@@ -35,7 +35,7 @@ SKIP: { > $ENV{ MEMCACHED_NAMESPACE } = 'unit_tests'; > my $cache = Koha::Cache->get_instance(); > >- skip "Cache not enabled", 33 >+ skip "Cache not enabled", 37 > unless ( $cache->is_cache_active() && defined $cache ); > > # test fetching an item that isnt in the cache >-- >2.8.1
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 16088
:
49322
|
49489
|
49588
|
51335
|
51392
|
51398
|
51405
|
51415
|
51418
|
51420
|
51429
|
52008
| 52009