Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./auth_basic.t fails #10

Open
raboof opened this issue Nov 19, 2024 · 0 comments
Open

./auth_basic.t fails #10

raboof opened this issue Nov 19, 2024 · 0 comments

Comments

@raboof
Copy link

raboof commented Nov 19, 2024

When testing against nginx-1.26.2 on NixOS, ./auth_basic.t fails:

./auth_basic.t ............................. 1/26 
#   Failed test 'normal crypt'
#   at ./auth_basic.t line 91.
#                   'HTTP/1.1 500 Internal Server Error
# Server: nginx/1.27.2
# Date: Tue, 19 Nov 2024 22:50:00 GMT
# Content-Type: text/html
# Content-Length: 177
# Connection: close
# 
# <html>
# <head><title>500 Internal Server Error</title></head>
# <body>
# <center><h1>500 Internal Server Error</h1></center>
# <hr><center>nginx/1.27.2</center>
# </body>
# </html>
# '
#     doesn't match '(?^:SEETHIS)'

#   Failed test 'crypt $1$ (md5)'
#   at ./auth_basic.t line 94.
#                   'HTTP/1.1 500 Internal Server Error
# Server: nginx/1.27.2
# Date: Tue, 19 Nov 2024 22:50:00 GMT
# Content-Type: text/html
# Content-Length: 177
# Connection: close
# 
# <html>
# <head><title>500 Internal Server Error</title></head>
# <body>
# <center><h1>500 Internal Server Error</h1></center>
# <hr><center>nginx/1.27.2</center>
# </body>
# </html>
# '
#     doesn't match '(?^:SEETHIS)'

#   Failed test 'crypt $1$ broken'
#   at ./auth_basic.t line 97.
#                   'HTTP/1.1 500 Internal Server Error
# Server: nginx/1.27.2
# Date: Tue, 19 Nov 2024 22:50:00 GMT
# Content-Type: text/html
# Content-Length: 177
# Connection: close
# 
# <html>
# <head><title>500 Internal Server Error</title></head>
# <body>
# <center><h1>500 Internal Server Error</h1></center>
# <hr><center>nginx/1.27.2</center>
# </body>
# </html>
# '
#     doesn't match '(?^:401 Unauthorized)'
# Looks like you failed 3 tests of 26.
./auth_basic.t ............................. Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/26 subtests 

Is that somehow expected or something to look into?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant