Skip to content

Commit

Permalink
Add sess_lock_* and store_retry_count entries to moduleinfo test
Browse files Browse the repository at this point in the history
Those entries have been added recently but the test was not updated.
  • Loading branch information
Vincent Bernat committed Jan 8, 2014
1 parent 3d324df commit a8a837d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/experimental/moduleinfo.phpt
Expand Up @@ -26,10 +26,13 @@ memcached.serializer => %s => %s
memcached.sess_binary => %d => %d
memcached.sess_connect_timeout => %d => %d
memcached.sess_consistent_hash => %d => %d
memcached.sess_lock_expire => %d => %d
memcached.sess_lock_max_wait => %d => %d
memcached.sess_lock_wait => %d => %d
memcached.sess_locking => %d => %d
memcached.sess_number_of_replicas => %d => %d
memcached.sess_prefix => %s => %s
memcached.sess_randomize_replica_read => %d => %d
memcached.sess_remove_failed => %d => %d
memcached.use_sasl => %d => %d
memcached.use_sasl => %d => %d
memcached.store_retry_count => %d => %d

0 comments on commit a8a837d

Please sign in to comment.