epugh commented on PR #1954:
URL: https://github.com/apache/solr/pull/1954#issuecomment-1743655383
> `Dbasicauth`
I looked at `test_ssl.bats` and it has these lines:
```
solr start -c
solr auth enable -type basicAuth -credentials name:password
solr assert --started https://localhost:${SOLR_PORT}/solr --timeout 5000
```
Notice the assert does not have the `-u` or `-credentials` parameter? Yet
we are successfully asserting the start?
--
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]