nginx-tests icon indicating copy to clipboard operation
nginx-tests copied to clipboard

An official read-only mirror of http://hg.nginx.org/nginx-tests/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes...

Results 8 nginx-tests issues
Sort by recently updated
recently updated
newest added

Tests demonstrating: https://github.com/nginx/nginx/issues/426 Fixed by: https://github.com/nginx/nginx/pull/427

Hello! Where can I find correct information how to test nginx? This repo has only master branch, no branches which have correlation to nginx version. So I try to run...

See https://github.com/nginx/nginx/pull/436

We expect that the SMTP proxy does not authenticate to the backend, except in the `PROXY` case and in the case where `proxy_smtp_auth` is enabled. This makes tests fail when...

Initial HTTP/2 proxy test implementation for review purposes. Currently covers buffered proxy scenario only. Tests basic HTTP/2 proxy functionality with various frame types. Based on https://github.com/nginx/nginx/pull/771

### Proposed changes Only send well-formed messages to NGINX, unless a test is about non-conforming messages being rejected. ### Checklist Before creating a PR, run through this checklist and mark...

### Feature Overview Send requests and responses to NGINX that use CRLF as the line ending, rather than bare LF. If handling of bare LF needs to be considered, move...

enhancement