Nginx-tests are failing for version 1.19.5 and prior.

2021-06-14 Thread tung pham
Hi all, We have recently run a full test using the nginx-tests tip for Nginx 1.19.0, 1.19.5, 1.19.10 and 1.20.0 and the tests are reported failing for 1.19.0 and 1.19.5. Below is a summary of the test report: Test Summary Report --- tests/nginx-tests/http_keepalive.t

Re: [nginx-quic]

2021-06-14 Thread Vladimir Homutov
14.06.2021 19:43, Lucas Cuminato пишет: Hi, Vladimir, thanks for replying. I'm not using any protocol over QUIC, just using QUIC to send/receive raw data to/from my application and the server, and having nginx proxy it to a TCP server. I do have a proxy_pass configured in my setup. I just

Re: [nginx-quic]

2021-06-14 Thread Vladimir Homutov
14.06.2021 18:08, Lucas Cuminato пишет: Hello, Not sure If this is a bug in nginx-quic or if I'm not configuring it correctly but when trying to use nginx-quic with the following settings. stream {     server {         listen quic reuseport;         ssl_session_cache off;        

[nginx-quic]

2021-06-14 Thread Lucas Cuminato
Hello, Not sure If this is a bug in nginx-quic or if I'm not configuring it correctly but when trying to use nginx-quic with the following settings. stream { server { listen quic reuseport; ssl_session_cache off; ssl_client_certificate ca.pem

Re: [nginx-quic]

2021-06-14 Thread Lucas Cuminato
Hi, Vladimir, thanks for replying. I'm not using any protocol over QUIC, just using QUIC to send/receive raw data to/from my application and the server, and having nginx proxy it to a TCP server. I do have a proxy_pass configured in my setup. I just omitted for simplicity. R, Lucas. On Mon,

Re: Nginx-tests are failing for version 1.19.5 and prior.

2021-06-14 Thread tung pham
Thanks Maxim. I was a bit confused before since there were checks for 1.17.* versions and I had expected them to be removed long ago, not now together with the more recent 1.19.* versions. If the purpose of the test is always for the mainline version then I will look to remove the 1.19.* from our