comparison lib/Test/Nginx.pm @ 411:17c5a1cc8757

Tests: upstream hash tests.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 03 Jun 2014 12:09:09 +0400
parents d7d9b4367bab
children 020c4e47ecac
comparison
equal deleted inserted replaced
410:9fe6fc05c1d1 411:17c5a1cc8757
107 limit_req 107 limit_req
108 => '(?s)^(?!.*--without-http_limit_req_module)', 108 => '(?s)^(?!.*--without-http_limit_req_module)',
109 empty_gif 109 empty_gif
110 => '(?s)^(?!.*--without-http_empty_gif_module)', 110 => '(?s)^(?!.*--without-http_empty_gif_module)',
111 browser => '(?s)^(?!.*--without-http_browser_module)', 111 browser => '(?s)^(?!.*--without-http_browser_module)',
112 upstream_hash
113 => '(?s)^(?!.*--without-http_upstream_hash_module)',
112 upstream_ip_hash 114 upstream_ip_hash
113 => '(?s)^(?!.*--without-http_upstream_ip_hash_module)', 115 => '(?s)^(?!.*--without-http_upstream_ip_hash_module)',
114 upstream_least_conn 116 upstream_least_conn
115 => '(?s)^(?!.*--without-http_upstream_least_conn_mod)', 117 => '(?s)^(?!.*--without-http_upstream_least_conn_mod)',
116 upstream_keepalive 118 upstream_keepalive