janhoy commented on code in PR #4478:
URL: https://github.com/apache/solr/pull/4478#discussion_r3358172953
##########
solr/packaging/test/test_healthcheck.bats:
##########
@@ -29,22 +29,18 @@ teardown() {
}
@test "healthcheck on cloud solr" {
- solr start -e films
- run solr healthcheck -c films
+ solr start
+ solr create -c healthcheck_test -d _default
+ # Local
+ run solr healthcheck -c healthcheck_test
refute_output --partial 'error'
-
-}
-
-@test "healthcheck on remote cloud solr" {
- solr start -e films
- run solr healthcheck -c films --solr-connection
http://localhost:${SOLR_PORT}/solr
+ # Remote
+ run solr healthcheck -c healthcheck_test --solr-connection
http://localhost:${SOLR_PORT}/solr
Review Comment:
@epugh I merged the local and remote test in the same solr invocation
--
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]