summarylogtreecommitdiffstats
path: root/testresults.txt
blob: bc4223a2f21ecda1f6389a2c2721adec673b5946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Ignore failing auth_request_satisfy.t for now since at least an error is
caused (even if not the correct one). Maybe bug caused by one of the further
modules?

Relevant log:

./auth_request.t ....................... ok

#   Failed test 'any deny+unauthorized'
#   at ./auth_request_satisfy.t line 129.
#                   'HTTP/1.1 404 Not Found
# Server: nginx/1.12.2
# Date: Thu, 30 Nov 2017 20:25:33 GMT
# Content-Type: text/html
# Content-Length: 169
# Connection: close
#
# <html>
# <head><title>404 Not Found</title></head>
# <body bgcolor="white">
# <center><h1>404 Not Found</h1></center>
# <hr><center>nginx/1.12.2</center>
# </body>
# </html>
# '
#     doesn't match '(?^: 401 )'

#   Failed test 'any deny+forbidden'
#   at ./auth_request_satisfy.t line 130.
#                   'HTTP/1.1 404 Not Found
# Server: nginx/1.12.2
# Date: Thu, 30 Nov 2017 20:25:33 GMT
# Content-Type: text/html
# Content-Length: 169
# Connection: close
#
# <html>
# <head><title>404 Not Found</title></head>
# <body bgcolor="white">
# <center><h1>404 Not Found</h1></center>
# <hr><center>nginx/1.12.2</center>
# </body>
# </html>
# '
#     doesn't match '(?^: 403 )'

#   Failed test 'any basic+unauthorized'
#   at ./auth_request_satisfy.t line 133.
#                   'HTTP/1.1 404 Not Found
# Server: nginx/1.12.2
# Date: Thu, 30 Nov 2017 20:25:33 GMT
# Content-Type: text/html
# Content-Length: 169
# Connection: close
#
# <html>
# <head><title>404 Not Found</title></head>
# <body bgcolor="white">
# <center><h1>404 Not Found</h1></center>
# <hr><center>nginx/1.12.2</center>
# </body>
# </html>
# '
#     doesn't match '(?^: 401 )'

#   Failed test 'any basic+forbidden'
#   at ./auth_request_satisfy.t line 134.
#                   'HTTP/1.1 404 Not Found
# Server: nginx/1.12.2
# Date: Thu, 30 Nov 2017 20:25:33 GMT
# Content-Type: text/html
# Content-Length: 169
# Connection: close
#
# <html>
# <head><title>404 Not Found</title></head>
# <body bgcolor="white">
# <center><h1>404 Not Found</h1></center>
# <hr><center>nginx/1.12.2</center>
# </body>
# </html>
# '
#     doesn't match '(?^: 401 )'
# Looks like you failed 4 tests of 20.
./auth_request_satisfy.t ...............
Dubious, test returned 4 (wstat 1024, 0x400)