changeset 814:b6b407fd5c12

Tests: removed resolver_timeout from proxy_next_upstream_tries.t. The directive isn't needed there and is only used to break tests on occasion.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 21 Dec 2015 14:51:15 +0300
parents 43716ff7f8f5
children 9f5f604a840e
files proxy_next_upstream_tries.t
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/proxy_next_upstream_tries.t
+++ b/proxy_next_upstream_tries.t
@@ -69,7 +69,6 @@ http {
 
         location /tries/resolver {
             resolver 127.0.0.1:8083;
-            resolver_timeout 1s;
 
             proxy_pass http://$host:8081;
             proxy_next_upstream_tries 2;
@@ -92,7 +91,6 @@ http {
 
         location /timeout/resolver {
             resolver 127.0.0.1:8083;
-            resolver_timeout 1s;
 
             proxy_pass http://$host:8081/w2;
             proxy_next_upstream_timeout 3800ms;