janhoy commented on code in PR #3784:
URL: https://github.com/apache/solr/pull/3784#discussion_r2443389417


##########
solr/packaging/test/test_extraction.bats:
##########
@@ -20,6 +20,8 @@ load bats_helper
 
 setup() {
   common_clean_setup
+  # NOCOMMIT: This test must somehow start a TikaServer on random port
+  # and define a $TIKA_PORT variable

Review Comment:
   Need to solve how to run this BATS test, which now needs TikaServer.
   
   @epugh I started down a path of using `docker run` to start a tika server, 
mapped to SOLR_PORT+5, configure SolrCell with that address and tear it down at 
the end. If the system does not have docker, just pass the test with a message. 
Did not get it fully working but I think that may be the way to go?



-- 
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]

Reply via email to