The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Helios::Test - Helios::Worker subclass for testing purposes

DESCRIPTION

You can use Helios::Test to test the functionality of Helios collective.

  1. Start a helios.pl daemon to service Helios::Test jobs by issuing:

     helios.pl Helios::Test

    at a command prompt.

  2. Submit a job, either from code you're trying to test, or through the Helios::Panoptes Submit Job page.

  3. Helios should run the test job. The job arguments will be parsed and logged as entries in the Helios log. If argument parsing fails, there will be an error in the log instead.

METHODS

max_retries()

retry_delay()

These are disabled as we don't normally want to retry test jobs.

work()

Helios::Test only sets up job processing (via prep() and getJobArgs()) and logs the params passed to it.

SEE ALSO

Helios::Worker

AUTHOR

Andrew Johnson, <ajohnson at ittoolbox dotcom>

COPYRIGHT AND LICENSE

Copyright (C) 2008 by CEB Toolbox, Inc.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.0 or, at your option, any later version of Perl 5 you may have available.

WARRANTY

This software comes with no warranty of any kind.