epugh commented on code in PR #1849: URL: https://github.com/apache/solr/pull/1849#discussion_r1297753161
########## 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: Did you mean this change? I guess this is demonstrating that bin/solr create works with https? When you define those variables? -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org