diff 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
line wrap: on
line diff
--- a/lib/Test/Nginx.pm
+++ b/lib/Test/Nginx.pm
@@ -135,6 +135,8 @@ sub has_module($) {
 		split_clients
 			=> '(?s)^(?!.*--without-http_split_clients_module)',
 		stream	=> '--with-stream(?!\S)',
+		stream_upstream_hash
+			=> '(?s)^(?!.*--without-stream_upstream_hash_module)',
 		stream_upstream_least_conn
 			=> '(?s)^(?!.*--without-stream_upstream_least_conn_m)',
 		stream_upstream_zone