epugh commented on code in PR #3706:
URL: https://github.com/apache/solr/pull/3706#discussion_r2623888142


##########
solr/packaging/test/test_start_solr.bats:
##########
@@ -60,6 +60,8 @@ teardown() {
   # for start/stop/restart we parse the args separate from picking the command
   # which means you don't get an error message for passing a start arg, like 
--jvm-opts to a stop commmand.
 
+  # Pre-check
+  timeout || skip "timeout utility is not available"

Review Comment:
   I tried to use the new `wait_for` method but didn't have any luck.  So 
instead, let's just have better handling for when `timeout` isn't available.



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