Skip to content

Commit

Permalink
chore(tests): add openssl 3.0.8 to matrix (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion authored May 30, 2023
1 parent 7f92be9 commit a5aec22
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,22 @@ jobs:
matrix:
include:
- nginx: "1.21.4"
openssl: "1.1.1s"
openssl: "1.1.1t"
lua_nginx_module: "v0.10.21"
stream_lua_nginx_module: "v0.0.11"
lua_resty_core: "v0.1.23"
- nginx: "1.21.4"
openssl: "3.0.8"
lua_nginx_module: "v0.10.21"
stream_lua_nginx_module: "v0.0.11"
lua_resty_core: "v0.1.23"
- nginx: "1.19.9"
openssl: "1.1.1s"
openssl: "1.1.1t"
lua_nginx_module: "v0.10.20"
stream_lua_nginx_module: "v0.0.10"
lua_resty_core: "v0.1.22"
- nginx: "1.19.3"
openssl: "1.1.1s"
openssl: "1.1.1t"
lua_nginx_module: "v0.10.19"
stream_lua_nginx_module: "v0.0.9"
lua_resty_core: "v0.1.21"
Expand Down
2 changes: 1 addition & 1 deletion t/e2e.t
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ set ecc key
f:close()
ngx.say(data)
end
ngx.say(out or "error")
ngx.say(data or "error")
}
}
--- request eval
Expand Down
2 changes: 1 addition & 1 deletion t/openssl.t
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ __DATA__
--- request
GET /t
--- error_log
using ffi, OpenSSL version linked: 10
using ffi, OpenSSL version linked:
--- no_error_log
[error]
4 changes: 2 additions & 2 deletions t/storage/vault_tls.t
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ __DATA__
unable to SSL handshake with vault.+
nil
"
--- error_log
self signed certificate
--- error_log eval
qr/self.signed certificate/
=== TEST 2: Vault tls_verify off connection ok
--- http_config eval: $::HttpConfig
Expand Down

0 comments on commit a5aec22

Please sign in to comment.