Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de021a9 commit 032d1f1Copy full SHA for 032d1f1
t/binary.t
@@ -2,7 +2,7 @@
2
3
use strict;
4
use warnings;
5
-use Test::More tests => 3552;
+use Test::More tests => 3564;
6
use FindBin qw($Bin);
7
use lib "$Bin/lib";
8
use MemcachedTest;
t/stats.t
@@ -58,7 +58,7 @@ my $sock = $server->sock;
58
my $stats = mem_stats($sock);
59
60
# Test number of keys
61
-is(scalar(keys(%$stats)), 48, "48 stats values");
+is(scalar(keys(%$stats)), 49, "49 stats values");
62
63
# Test initial state
64
foreach my $key (qw(curr_items total_items bytes cmd_get cmd_set get_hits evictions get_misses
0 commit comments