epugh commented on code in PR #4303:
URL: https://github.com/apache/solr/pull/4303#discussion_r3116767996
##########
solr/packaging/test/test_extraction.bats:
##########
@@ -41,7 +41,13 @@ setup_file() {
if command -v docker >/dev/null 2>&1 && docker info >/dev/null 2>&1; then
export TIKA_PORT=$((SOLR_PORT+5))
docker run --rm -p ${TIKA_PORT}:9998 --name bats_tika -d
apache/tika:3.2.3.0-full >/dev/null 2>&1 || true
- echo "Tika Server started on port ${TIKA_PORT}" >&3
Review Comment:
This is awesome. I guess in the past it fired up fast enough most of the
time that we didn't need the wait for?
--
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]