On 06/17/2016 08:25 AM, Jacob Perkins wrote:
I’d love to be able to quickly spin up a new RPM on our Apache & PHP
distribution and let automated tests slam it. Right now it’s sort of a
manual process. A lot of what I’ve seen as far as a ‘how-to’ on setting
up Apache Test is something like ‘cpan -i Apache::Test’, but I haven’t
had great luck getting that working 100%.
As far as how to *install* the test suite, once you've checked out the
SVN repo, the README helped me:
http://svn.apache.org/repos/asf/httpd/test/framework/trunk/README
It explains the recommended server configuration about halfway down.
https://perl.apache.org/docs/general/testing/testing.html is where I've
found the most in-depth information on how to actually *run* the test
suite (as well as instructions on how to develop the tests themselves).
It would be nice (TM) to have those consolidated into a single place.
(Even nicer to have the tests integrated into the httpd repo!)
--Jacob