summaryrefslogtreecommitdiff
path: root/t/binary.t
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2016-07-11 19:06:56 -0700
committerdormando <dormando@rydia.net>2016-07-12 18:42:46 -0700
commitee461d1102053668758e19922813617a0cb9bba6 (patch)
tree2049dcc9b83fd9b20a3216ece114ab6a54d89f77 /t/binary.t
parent6975235c3d3a3af812a1fc2896f07d9dab1d2eee (diff)
downloadmemcached-ee461d1102053668758e19922813617a0cb9bba6.tar.gz
slabs reassigns works with chunks and chunked items.
also fixes the new LRU algorithm to balance by total bytes used rather than total chunks used, since total chunks used isn't tracked for multi-chunk items. also fixes a bug where the lru limit wasn't being utilized for HOT_LRU also some cleanup from previous commits.
Diffstat (limited to 't/binary.t')
-rwxr-xr-xt/binary.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/binary.t b/t/binary.t
index 2a014a9..b4444b3 100755
--- a/t/binary.t
+++ b/t/binary.t
@@ -121,7 +121,7 @@ $empty->('x');
$empty->('y');
{
- # diag "Same chunked item tests";
+ # diag "Some chunked item tests";
my $s2 = new_memcached('-o slab_chunk_max=4096');
ok($s2, "started the server");
my $m2 = MC::Client->new($s2);