comparison gunzip_memcached.t @ 397:847ea345becb

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 05 May 2014 11:46:01 +0400
parents c28ecaef065f
children c0b4ae82fd9d
comparison
equal deleted inserted replaced
396:5eb0df61f371 397:847ea345becb
69 push @memopts, '-U', '0'; 69 push @memopts, '-U', '0';
70 } 70 }
71 71
72 $t->run_daemon('memcached', '-l', '127.0.0.1', '-p', '8081', @memopts); 72 $t->run_daemon('memcached', '-l', '127.0.0.1', '-p', '8081', @memopts);
73 73
74 $t->try_run('no memcached_gzip_flag')->plan(2); 74 $t->run()->plan(2);
75 75
76 $t->waitforsocket('127.0.0.1:8081') 76 $t->waitforsocket('127.0.0.1:8081')
77 or die "Can't start memcached"; 77 or die "Can't start memcached";
78 78
79 # Put compressed value into memcached. This requires compress_threshold to be 79 # Put compressed value into memcached. This requires compress_threshold to be