This is an automated email from the ASF dual-hosted git repository.
houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new eb498c8eb67 Add one more error reason for mtls integration test
eb498c8eb67 is described below
commit eb498c8eb67f0c859a54ee69a00cdd78b877944b
Author: Houston Putman <[email protected]>
AuthorDate: Tue Dec 12 11:57:56 2023 -0500
Add one more error reason for mtls integration test
---
solr/packaging/test/test_ssl.bats | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solr/packaging/test/test_ssl.bats
b/solr/packaging/test/test_ssl.bats
index 7d02ebebe03..4569acee517 100644
--- a/solr/packaging/test/test_ssl.bats
+++ b/solr/packaging/test/test_ssl.bats
@@ -350,7 +350,7 @@ teardown() {
export SOLR_SSL_CLIENT_KEY_STORE_PASSWORD=
run ! solr api -verbose -get
"https://localhost:${SOLR_PORT}/solr/test/select?q=*:*&rows=0"
- assert_output --regexp '(bad_certificate|Server refused connection)'
+ assert_output --regexp
'(bad_certificate|java.nio.channels.ClosedChannelException|Server refused
connection)'
)
)