summaryrefslogtreecommitdiff
path: root/t/extstore.t
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2017-11-05 17:24:34 -0800
committerdormando <dormando@rydia.net>2017-11-28 14:18:05 -0800
commit46a2f17c7df192c0ca662f6c63a3b407df890c40 (patch)
tree1359a15d0d2c8861e7d7741ba9fc7a9d55fc23bc /t/extstore.t
parentb084b25b173467c381d3478f2d199cf844135212 (diff)
downloadmemcached-46a2f17c7df192c0ca662f6c63a3b407df890c40.tar.gz
extstore: don't start with UDP support
also fixes a bug where setting -U 0 would disable TCP automatically... and vice versa.
Diffstat (limited to 't/extstore.t')
-rw-r--r--t/extstore.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/extstore.t b/t/extstore.t
index ba09899..74038af 100644
--- a/t/extstore.t
+++ b/t/extstore.t
@@ -17,7 +17,7 @@ if (!supports_extstore()) {
$ext_path = "/tmp/extstore.$$";
-my $server = new_memcached("-m 64 -o ext_page_size=8,ext_page_count=8,ext_wbuf_size=2,ext_wbuf_count=3,ext_threads=1,ext_io_depth=2,ext_item_size=512,ext_item_age=2,ext_recache_rate=10000,ext_max_frag=0.9,ext_path=$ext_path");
+my $server = new_memcached("-m 64 -U 0 -o ext_page_size=8,ext_page_count=8,ext_wbuf_size=2,ext_wbuf_count=3,ext_threads=1,ext_io_depth=2,ext_item_size=512,ext_item_age=2,ext_recache_rate=10000,ext_max_frag=0.9,ext_path=$ext_path");
my $sock = $server->sock;
my $value;