Skip to content

Commit 02ec8a5

Browse files
tests: update nginx to 1.31.0.
1 parent 23ab627 commit 02ec8a5

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18-
- name: "nginx 1.29.8 + OpenSSL"
19-
NGINX_VERSION: "1.29.8"
18+
- name: "nginx 1.31.0 + OpenSSL"
19+
NGINX_VERSION: "1.31.0"
2020
TEST_NGINX_TIMEOUT: "5"
2121

22-
- name: "nginx 1.29.8 + OpenSSL + HTTP/2"
23-
NGINX_VERSION: "1.29.8"
22+
- name: "nginx 1.31.0 + OpenSSL + HTTP/2"
23+
NGINX_VERSION: "1.31.0"
2424
TEST_NGINX_TIMEOUT: "5"
2525
TEST_NGINX_USE_HTTP2: "1"
2626

27-
- name: "nginx 1.29.8 + OpenSSL + HTTP/3"
28-
NGINX_VERSION: "1.29.8"
27+
- name: "nginx 1.31.0 + OpenSSL + HTTP/3"
28+
NGINX_VERSION: "1.31.0"
2929
TEST_NGINX_USE_HTTP3: "1"
3030
TEST_NGINX_QUIC_IDLE_TIMEOUT: "3"
3131

32-
- name: "nginx 1.29.8 + BoringSSL + HTTP/3"
33-
NGINX_VERSION: "1.29.8"
32+
- name: "nginx 1.31.0 + BoringSSL + HTTP/3"
33+
NGINX_VERSION: "1.31.0"
3434
BORINGSSL: "1"
3535
TEST_NGINX_USE_HTTP3: "1"
3636
TEST_NGINX_QUIC_IDLE_TIMEOUT: "3"

t/023-rewrite/socket-keepalive.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,7 @@ qr/lua tcp socket connection pool size: 25\b/]
792792
}
793793
794794
location /foo {
795+
keepalive_timeout 60s;
795796
echo foo;
796797
}
797798

t/138-balancer.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ GET /t
735735
--- response_body eval
736736
qr/502 Bad Gateway/
737737
--- no_error_log
738-
[error]
738+
[crit]
739739
--- error_log eval
740-
qr/SSL_do_handshake.*(?:no application protocol|NO_APPLICATION_PROTOCOL).*SSL alert number 120\) while SSL handshaking to upstream/
740+
qr/SSL_do_handshake.*(?:no application protocol|NO_APPLICATION_PROTOCOL).*alert number 120\) while SSL handshaking to upstream/
741741
--- skip_nginx: 4: < 1.29.4

0 commit comments

Comments
 (0)