This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 30714660082 Add one more error reason for mtls integration test
30714660082 is described below

commit 30714660082cb2bb0ae889782780c6c1030bda95
Author: Houston Putman <[email protected]>
AuthorDate: Tue Dec 12 11:57:56 2023 -0500

    Add one more error reason for mtls integration test
    
    (cherry picked from commit eb498c8eb67f0c859a54ee69a00cdd78b877944b)
---
 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)'
     )
   )
 

Reply via email to