We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When testing against nginx-1.26.2 on NixOS, ./auth_basic.t fails:
nginx-1.26.2
./auth_basic.t
./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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When testing against
nginx-1.26.2
on NixOS,./auth_basic.t
fails:Is that somehow expected or something to look into?
The text was updated successfully, but these errors were encountered: