summaryrefslogtreecommitdiff
path: root/t/binary.t
diff options
context:
space:
mode:
authorDaniel PaƱeda <dpaneda@gmail.com>2013-02-14 19:24:56 +0100
committerdormando <dormando@rydia.net>2013-12-19 23:35:36 -0800
commita2f5ca50a28cb2348ec39ee2b3c202b57ffc94f3 (patch)
treee81bbb4b54bd8dda221f412da83f09b452dbf0b6 /t/binary.t
parentba6d5705b4857f9f8ef92af6b66577e29f3f771e (diff)
downloadmemcached-a2f5ca50a28cb2348ec39ee2b3c202b57ffc94f3.tar.gz
Added parameter to disable flush_all (nice to have on production)
Diffstat (limited to 't/binary.t')
-rwxr-xr-xt/binary.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/binary.t b/t/binary.t
index 2781af6..c1b595d 100755
--- a/t/binary.t
+++ b/t/binary.t
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use Test::More tests => 3564;
+use Test::More tests => 3568;
use FindBin qw($Bin);
use lib "$Bin/lib";
use MemcachedTest;
@@ -414,6 +414,7 @@ $mc->silent_mutation(::CMD_ADDQ, 'silentadd', 'silentaddval');
is('NULL', $stats{'domain_socket'});
is('on', $stats{'evictions'});
is('yes', $stats{'cas_enabled'});
+ is('yes', $stats{'flush_enabled'});
}
# diag "Test quit commands.";