epugh commented on code in PR #1849:
URL: https://github.com/apache/solr/pull/1849#discussion_r1298308801


##########
solr/packaging/test/test_ssl.bats:
##########
@@ -54,8 +54,8 @@ teardown() {
   solr start -c
   solr assert --started https://localhost:8983/solr --timeout 5000
 
-  run curl --cacert "$ssl_dir/solr-ssl.pem" 
'https://localhost:8983/solr/admin/collections?action=CREATE&collection.configName=_default&name=test&numShards=2&replicationFactor=1&router.name=compositeId&wt=json'
-  assert_output --partial '"status":0'
+  run solr create -c test -s 2

Review Comment:
   I looked, and I see another curl example elsewhere in the tests.  I actually 
like the example of using curl with the `solr-ssl.pem`, it helped me understand 
how to interact with Solr in SSL ;-)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to