@@ -5,7 +5,7 @@ use Test::Nginx::Socket;
55
66repeat_each(1);
77
8- plan tests => repeat_each() * (blocks() * 3 + 6 * 1);
8+ plan tests => repeat_each() * (blocks() * 4 + 6 * 1);
99
1010our $http_config = <<'_EOC_' ;
1111 proxy_cache_path /tmp/ngx_cache_purge_cache keys_zone=test_cache:10m;
@@ -80,7 +80,9 @@ GET /proxy/passwd
8080Content-Type: text/plain
8181--- response_body_like: root
8282--- timeout: 10
83- --- skip_nginx2: 3: < 0.8.3 or < 0.7.62
83+ --- no_error_log eval
84+ qr/\[(warn|error|crit|alert|emerg)\]/
85+ --- skip_nginx2: 4: < 0.8.3 or < 0.7.62
8486
8587
8688
@@ -95,7 +97,9 @@ Content-Type: text/plain
9597X-Cache-Status: HIT
9698--- response_body_like: root
9799--- timeout: 10
98- --- skip_nginx2: 4: < 0.8.3 or < 0.7.62
100+ --- no_error_log eval
101+ qr/\[(warn|error|crit|alert|emerg)\]/
102+ --- skip_nginx2: 5: < 0.8.3 or < 0.7.62
99103
100104
101105
@@ -109,7 +113,9 @@ PURGE /proxy/passwd
109113Content-Type: text/html
110114--- response_body_like: Successful purge
111115--- timeout: 10
112- --- skip_nginx2: 3: < 0.8.3 or < 0.7.62
116+ --- no_error_log eval
117+ qr/\[(warn|error|crit|alert|emerg)\]/
118+ --- skip_nginx2: 4: < 0.8.3 or < 0.7.62
113119
114120
115121
@@ -123,7 +129,9 @@ PURGE /proxy/passwd
123129Content-Type: text/html
124130--- response_body_like: 404 Not Found
125131--- timeout: 10
126- --- skip_nginx2: 3: < 0.8.3 or < 0.7.62
132+ --- no_error_log eval
133+ qr/\[(warn|error|crit|alert|emerg)\]/
134+ --- skip_nginx2: 4: < 0.8.3 or < 0.7.62
127135
128136
129137
@@ -138,7 +146,9 @@ Content-Type: text/plain
138146X-Cache-Status: MISS
139147--- response_body_like: root
140148--- timeout: 10
141- --- skip_nginx2: 4: < 0.8.3 or < 0.7.62
149+ --- no_error_log eval
150+ qr/\[(warn|error|crit|alert|emerg)\]/
151+ --- skip_nginx2: 5: < 0.8.3 or < 0.7.62
142152
143153
144154
@@ -153,7 +163,9 @@ Content-Type: text/plain
153163X-Cache-Status: HIT
154164--- response_body_like: root
155165--- timeout: 10
156- --- skip_nginx2: 4: < 0.8.3 or < 0.7.62
166+ --- no_error_log eval
167+ qr/\[(warn|error|crit|alert|emerg)\]/
168+ --- skip_nginx2: 5: < 0.8.3 or < 0.7.62
157169
158170
159171
@@ -167,7 +179,9 @@ PURGE /proxy/passwd
167179Content-Type: text/html
168180--- response_body_like: Successful purge
169181--- timeout: 10
170- --- skip_nginx2: 3: < 0.8.3 or < 0.7.62
182+ --- no_error_log eval
183+ qr/\[(warn|error|crit|alert|emerg)\]/
184+ --- skip_nginx2: 4: < 0.8.3 or < 0.7.62
171185
172186
173187
@@ -181,7 +195,9 @@ PURGE /proxy/passwd
181195Content-Type: text/html
182196--- response_body_like: 404 Not Found
183197--- timeout: 10
184- --- skip_nginx2: 3: < 0.8.3 or < 0.7.62
198+ --- no_error_log eval
199+ qr/\[(warn|error|crit|alert|emerg)\]/
200+ --- skip_nginx2: 4: < 0.8.3 or < 0.7.62
185201
186202
187203
@@ -196,7 +212,9 @@ Content-Type: text/plain
196212X-Cache-Status: MISS
197213--- response_body_like: root
198214--- timeout: 10
199- --- skip_nginx2: 4: < 0.8.3 or < 0.7.62
215+ --- no_error_log eval
216+ qr/\[(warn|error|crit|alert|emerg)\]/
217+ --- skip_nginx2: 5: < 0.8.3 or < 0.7.62
200218
201219
202220
@@ -211,7 +229,9 @@ Content-Type: text/plain
211229X-Cache-Status: HIT
212230--- response_body_like: root
213231--- timeout: 10
214- --- skip_nginx2: 4: < 0.8.3 or < 0.7.62
232+ --- no_error_log eval
233+ qr/\[(warn|error|crit|alert|emerg)\]/
234+ --- skip_nginx2: 5: < 0.8.3 or < 0.7.62
215235
216236
217237
@@ -225,7 +245,9 @@ PURGE /proxy/passwd
225245Content-Type: text/html
226246--- response_body_like: 403 Forbidden
227247--- timeout: 10
228- --- skip_nginx2: 3: < 0.8.3 or < 0.7.62
248+ --- no_error_log eval
249+ qr/\[(warn|error|crit|alert|emerg)\]/
250+ --- skip_nginx2: 4: < 0.8.3 or < 0.7.62
229251
230252
231253
@@ -240,7 +262,9 @@ Content-Type: text/plain
240262X-Cache-Status: HIT
241263--- response_body_like: root
242264--- timeout: 10
243- --- skip_nginx2: 4: < 0.8.3 or < 0.7.62
265+ --- no_error_log eval
266+ qr/\[(warn|error|crit|alert|emerg)\]/
267+ --- skip_nginx2: 5: < 0.8.3 or < 0.7.62
244268
245269
246270
@@ -263,7 +287,9 @@ PURGE /proxy/passwd
263287Content-Type: text/html
264288--- response_body_like: 404 Not Found
265289--- timeout: 10
266- --- skip_nginx2: 4: < 0.8.3 or < 0.7.62
290+ --- no_error_log eval
291+ qr/\[(warn|error|crit|alert|emerg)\]/
292+ --- skip_nginx2: 5: < 0.8.3 or < 0.7.62
267293
268294
269295
@@ -286,7 +312,9 @@ PURGE /proxy/passwd
286312Content-Type: text/html
287313--- response_body_like: 403 Forbidden
288314--- timeout: 10
289- --- skip_nginx2: 4: < 0.8.3 or < 0.7.62
315+ --- no_error_log eval
316+ qr/\[(warn|error|crit|alert|emerg)\]/
317+ --- skip_nginx2: 5: < 0.8.3 or < 0.7.62
290318
291319
292320
@@ -316,4 +344,6 @@ PURGE /proxy/passwd
316344Content-Type: text/html
317345--- response_body_like: Successful purge
318346--- timeout: 10
319- --- skip_nginx2: 4: < 0.8.3 or < 0.7.62
347+ --- no_error_log eval
348+ qr/\[(warn|error|crit|alert|emerg)\]/
349+ --- skip_nginx2: 5: < 0.8.3 or < 0.7.62
0 commit comments