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 53bca0f5f42 Fix TLS integration tests for use with http1 - addendum
53bca0f5f42 is described below
commit 53bca0f5f42ce01d0ab97325b834aa0d51fc5c41
Author: Houston Putman <[email protected]>
AuthorDate: Mon Oct 30 14:21:50 2023 -0400
Fix TLS integration tests for use with http1 - addendum
---
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 e327b71df08..0af57e34420 100644
--- a/solr/packaging/test/test_ssl.bats
+++ b/solr/packaging/test/test_ssl.bats
@@ -362,7 +362,7 @@ teardown() {
sleep 5
run ! solr api -verbose -get
"https://localhost:${SOLR3_PORT}/solr/test/select?q=*:*&rows=0"
- assert_output --regexp '(certificate_unknown|Server refused connection)'
+ assert_output --regexp
'(certificate_unknown|java.nio.channels.ClosedChannelException|Server refused
connection)'
}
@test "start solr with mTLS wanted" {