#1568: `make smoke` reports a timeout error
------------------------+---------------------------------------------------
 Reporter:  brianwisti  |        Type:  bug    
   Status:  new         |    Priority:  normal 
Milestone:  2.4         |   Component:  testing
  Version:              |    Severity:  medium 
 Keywords:              |        Lang:         
    Patch:              |    Platform:  darwin 
------------------------+---------------------------------------------------

Comment(by jkeenan):

 Replying to [comment:2 brianwisti]:
 >
 > The reports are being uploaded successfully, but the $ua timeout makes
 it look like a complete failure. The error message (specified in
 lib/Parrot/Harness/Smoke.pm:150) is confusing in this case. I see many
 entries in the recent smoke reports page which appear to be from me, but
 the timeout from Smolder is treated like a complete failure.
 >
 > If I increase the timeout, Smolder has enough time to send back a report
 ID.
 >
 > {{{
 > # lib/Parrot/Harness/Smoke.pm:118
 > my $ua = LWP::UserAgent->new();
 > $ua->timeout(360);
 > $ua->agent( 'Parrot::Harness::Smoke' );
 > $ua->env_proxy();
 > }}}
 >

 This is a problem of long-standing and for the most part is out of our
 control, as our Smolder services are donated to us.

 However, I think your workaround deserves attention.  Could you please
 attach it to this ticket in the form of a patch?

 Thank you very much.

 kid51

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1568#comment:4>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to