creamygoodness has asked for the wisdom of the Perl Monks concerning the following question:

Greets,

I'm looking to set up a smoke testing regime for one of my CPAN distros. I imagine that it could take the form of a script that performs the following sequence of actions:

That seems straightforward enough, but I wonder: has anyone solved this same problem in another way? I can imagine extending the regime, e.g. to provide benchmarking data.

--
Marvin Humphrey
Rectangular Research ― http://www.rectangular.com

Replies are listed 'Best First'.
Re: Smoke testing a CPAN distro
by kyle (Abbot) on Jan 21, 2008 at 21:34 UTC
Re: Smoke testing a CPAN distro
by dpavlin (Friar) on Jan 22, 2008 at 17:12 UTC
    I also waited for cpan-smoking solution in a box to start testing my modules. However, at last YAPC Europe I was enlightened that whole purpose of testing is to have your own different test configuration, and not yet-another-copy.

    This somehow makes perfect sense to me, since most valuable test reports are from different machines, not from different version of same testing environment.

    Somehow, I also promised to make CPAN testing site on qemu-neo1973, which I still didn't do :-)


    2share!2flame...