comparison lib/Test/Nginx.pm @ 571:5c3946ebd867

Tests: basic stream tests for upstream hash.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 12 May 2015 18:07:28 +0300
parents f3434de79a7f
children 2cd00179f4b2
comparison
equal deleted inserted replaced
570:f7bc1f74970a 571:5c3946ebd867
133 smtp => '(?s)^(?!.*--without-mail_smtp_module)', 133 smtp => '(?s)^(?!.*--without-mail_smtp_module)',
134 pcre => '(?s)^(?!.*--without-pcre)', 134 pcre => '(?s)^(?!.*--without-pcre)',
135 split_clients 135 split_clients
136 => '(?s)^(?!.*--without-http_split_clients_module)', 136 => '(?s)^(?!.*--without-http_split_clients_module)',
137 stream => '--with-stream(?!\S)', 137 stream => '--with-stream(?!\S)',
138 stream_upstream_hash
139 => '(?s)^(?!.*--without-stream_upstream_hash_module)',
138 stream_upstream_least_conn 140 stream_upstream_least_conn
139 => '(?s)^(?!.*--without-stream_upstream_least_conn_m)', 141 => '(?s)^(?!.*--without-stream_upstream_least_conn_m)',
140 stream_upstream_zone 142 stream_upstream_zone
141 => '(?s)^(?!.*--without-stream_upstream_zone_module)', 143 => '(?s)^(?!.*--without-stream_upstream_zone_module)',
142 ); 144 );