Ticket #1568 (closed bug: fixed)
`make smoke` reports a timeout error
Reported by: | brianwisti | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 2.4 |
Component: | testing | Version: | |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | applied | Platform: | darwin |
Description
I'm seeing timeout issues running make smoke today that I didn't when I last built Parrot a few months ago:
- $perl Configure.pl # checked Perl 5.10.1 and 5.12
- make
- make test
- make smoke
... All tests successful. Files=348, Tests=12468, 98 wallclock secs ( 2.22 usr 1.18 sys + 48.27 cusr 22.63 csys = 74.30 CPU) Result: PASS TAP Archive created at /Users/brian/src/parrot-2.3.0/parrot_test_run.tar.gz Could not upload report to Smolder at http://smolder.plusthree.com HTTP CODE: 500 (read timeout) make: *** [smolder_test] Error 255
The actual smoke test report appears to be here.
I'm able to duplicate the behavior using Perl 5.10 and 5.12, building smoke reports for Parrot 2.0 and 2.3. I will attach the output of perl5.10.1 -V in case it is relevant, and not just a temporary network hiccup.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.