On Tue, Nov 11, 2008 at 11:17:00PM +0100, Oliver Paukstadt wrote:

> If I remember correctly I restarted testing at 6:22, because last report
> was sent at 4:18 and most smokers hung in WWW-Mechanize tests ...

Mechanize's tests always hang 5.6.2.  Here's my distroprefs rule to skip
it.  You'll need to change the path to perl, obviously.

$ cat .cpandistprefs/WWW-Mechanize-5.6.2.yml
---
comment: "disable WWW-Mechanize on 5.6.2"
match:
  distribution: "^PETDANCE/WWW-Mechanize-1.50"
  perl: "/home/david/cpantesting/perl-5.6.2/bin/perl"
  disabled: 1

> ... killall perl ...
> 
> So looks like I missed one of the running perl processes even if I do
> not understand why.

Because the process might not be called perl - it might have started and
then changed its argv[0].  This is another reason why killall is a Bad
Idea.

-- 
David Cantrell | London Perl Mongers Deputy Chief Heretic

There's no problem so complex that it can't be solved
by killing everyone even remotely associated with it

Reply via email to