You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/11/10 16:36:27 UTC

(solr) branch branch_9_4 updated: Add in other error option for 9.4 ssl tests

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

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


The following commit(s) were added to refs/heads/branch_9_4 by this push:
     new c0518c83445 Add in other error option for 9.4 ssl tests
c0518c83445 is described below

commit c0518c8344533d076ce1c5b87d3952c6f9457352
Author: Houston Putman <ho...@apache.org>
AuthorDate: Fri Nov 10 11:36:02 2023 -0500

    Add in other error option for 9.4 ssl tests
---
 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 0af57e34420..dab2d50af62 100644
--- a/solr/packaging/test/test_ssl.bats
+++ b/solr/packaging/test/test_ssl.bats
@@ -349,7 +349,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)'
     )
   )