HoustonPutman commented on code in PR #1849:
URL: https://github.com/apache/solr/pull/1849#discussion_r1298649841
##########
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:
Yep, it's to test the usage!
--
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]