Re: Continuous testing tools

2006-06-08 Thread Tels
Moin, On Thursday 08 June 2006 18:10, Chris Dolan wrote: > On Jun 8, 2006, at 10:39 AM, Tels wrote: > > On my todo (well, wish list) is still a project that works rouhgly > > like a > > server/client model. > > > > You upload a snapshot to the server, it notifies the clients, they > > download the

Re: Continuous testing tools

2006-06-08 Thread Chris Dolan
On Jun 8, 2006, at 10:39 AM, Tels wrote: On my todo (well, wish list) is still a project that works rouhgly like a server/client model. You upload a snapshot to the server, it notifies the clients, they download the package, run the tests and report the result back. Reports are viewed on t

Re: Continuous testing tools

2006-06-08 Thread Tels
Moin, On Thursday 08 June 2006 15:11, Michael Peters wrote: > Andrew Savige wrote: > > We are looking at introducing continuous builds/smoke tests at > > work across a number of platforms (mainly Windows and Unix), > > building a number of different languages (mainly C++). > > > > I quick google u

Re: Continuous testing tools

2006-06-08 Thread Geoffrey Young
> Since you're using C++, you can probably use libtap > (http://www.onlamp.com/pub/a/onlamp/2006/01/19/libtap.html and > http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap) for writing the tests and > then you could use a Perl harnes to collect those results. just out of curiosity, has anyone got

Re: Continuous testing tools

2006-06-08 Thread Michael Peters
Andrew Savige wrote: > We are looking at introducing continuous builds/smoke tests at > work across a number of platforms (mainly Windows and Unix), > building a number of different languages (mainly C++). > > I quick google uncovered the list below. > > Anyone got any advice? I would advise k

Re: Error Message "Magic number checking on storable file..." when running "cover" to merge data

2006-06-08 Thread Paul Johnson
On Mon, Jun 05, 2006 at 08:13:38PM -0700, Scott Wang wrote: > Hi All, > > I got below error message from running "cover" to > merge my coverage data, any clue? The "Magic number > checking on storable file ..." message also shows up > in my test log, I am wondering if this means that my > coverag

Re: Question - (1) Devel:;Cover and B::Deparse issue (2) "cover" and its momory consuming issue

2006-06-08 Thread Paul Johnson
On Sat, Jun 03, 2006 at 08:29:09PM -0700, Scott Wang wrote: > Thanks!...Scott Does this mean everything is working OK for you? "Deep recursion on subroutine" is just a warning, though Devel::Cover seems to tickle it through B::Deparse fairly regularly. I'll try to do something about that one wa

Re: Devel::Cover and HTML::Mason

2006-06-08 Thread Paul Johnson
On Sat, Jun 03, 2006 at 10:18:46PM -0500, jason gessner wrote: > Hi All. > > Has anyone successfully used Devel::Cover under mod_perl to do > coverage for a mason application? > > My preliminary experiments were mixed. I used D::C from my .pl > handler file and ran apache with -X, but saw i