Hey folks.
I am having some trouble getting Smolder to count my passes and fails.
Here's the problem:
I generate my test archive file with this:
prove -Iapp -v --merge --archive my_test_run.tar.gz
I upload it using LWP:
smolder_smoke_signal --server XXX --port 3000 --file my_test_run.tar.gz
--username
amirib --password XXX --project amirib --verbose
I get this error:
Error POSTing http://XXX:3000/app/projects/process_add_report/1: read timeout
at /mnt/ebs/home/users/amirib/perl5/bin/smolder_smoke_signal line 250
But the file is uploaded and visible in the web interface. It even counts the
number of test files. But there's no statistical information.
Amiri