modcluster / mod_proxy_cluster

mod_cluster is an intelligent native Apache httpd-based and pure-Java Undertow-based load-balancer
https://www.modcluster.io
Apache License 2.0
7 stars 15 forks source link

test: Add a dependecy check for used commands #225

Closed jajik closed 6 months ago

jajik commented 6 months ago

When I tried running the testsuite on a fresh system (ubuntu), I forgot to install curl. The testuite then failed because it assumed httpd was not ready, but in reality it was missing curl. This PR adds a check for the required commands into the dependencies setup.

jajik commented 6 months ago

Well, there exists people like me who even though open the docs, they forget to install some of the tools... :smile:

Thanks for the merge.

rhusar commented 6 months ago

Well, there exists people like me who even though open the docs, they forget to install some of the tools... 😄

Thanks for the merge.

Yeah my take is that it saves a lot of unnecessary debugging in those cases