summaryrefslogtreecommitdiff
path: root/t/stats.t
diff options
context:
space:
mode:
authorPatrick Galbraith <patg@northscale.com>2010-05-31 19:12:56 -0700
committerTrond Norbye <trond.norbye@gmail.com>2010-06-03 15:04:32 +0200
commitc8fa60f57612a00630a718b2d89ff280b0b0ca5d (patch)
tree628eaf03fde111f9f9d85936beda7ea9aada9cde /t/stats.t
parent48376648ea4cd8bbe90b0234ea82933128542278 (diff)
downloadmemcached-c8fa60f57612a00630a718b2d89ff280b0b0ca5d.tar.gz
BUG(s) #1077,#1101 Fixed binary-sasl.t test
Change-Id: Ibcb256c31c1cd9332de328fa641a0d6f6ec1b4fd
Diffstat (limited to 't/stats.t')
-rwxr-xr-xt/stats.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/stats.t b/t/stats.t
index cb8f41e..a855fce 100755
--- a/t/stats.t
+++ b/t/stats.t
@@ -37,6 +37,7 @@ my $sock = $server->sock;
## STAT cas_hits 0
## STAT cas_badval 0
## STAT auth_cmds 0
+## STAT auth_errors 0
## STAT auth_unknowns 0
## STAT bytes_read 7
## STAT bytes_written 0
@@ -60,7 +61,7 @@ if ($stats->{'auth_sasl_enabled'} == 'yes') {
$sasl_enabled = 1;
}
-is(scalar(keys(%$stats)), 38, "38 stats values");
+is(scalar(keys(%$stats)), 39, "39 stats values");
# Test initial state
foreach my $key (qw(curr_items total_items bytes cmd_get cmd_set get_hits evictions get_misses