Re: [Bacula-devel] CTest testers needed

2008-02-29 Thread Frank Sweetser
Kern Sibbald wrote: > 3. I looked through the ctest section of the manual, but didn't find anything > that could set a time limit on a particular test -- that would be very useful > because particularly for the multidrive tests, Bacula will sometimes stall, > and I would prefer that after 10 mi

Re: [Bacula-devel] CTest testers needed

2008-02-29 Thread Kern Sibbald
On Friday 29 February 2008 01.29:19 Frank Sweetser wrote: > Kern Sibbald wrote: > >>> which does all the regression tests including the tape tests, and it > >>> turns on REGRESS_DEBUG so that the full output should be available. > >> > >> Heh. I was about to suggest that, but I see you beat me to

Re: [Bacula-devel] CTest testers needed

2008-02-28 Thread Frank Sweetser
Kern Sibbald wrote: >>> which does all the regression tests including the tape tests, and it >>> turns on REGRESS_DEBUG so that the full output should be available. >> Heh. I was about to suggest that, but I see you beat me to the punch =) > > :-) > > I am interested in seeing the volume of data

Re: [Bacula-devel] CTest testers needed

2008-02-28 Thread Kern Sibbald
On Thursday 28 February 2008 19.21:56 Frank Sweetser wrote: > Kern Sibbald wrote: > > Hello, > > > > I have tweaked the cool new Dart code developed by Frank just a bit to > > add the Bacula version to the BuildName line, so before running ctest > > again, you must do: > > > > scripts/do_sed > > >

Re: [Bacula-devel] CTest testers needed

2008-02-28 Thread Frank Sweetser
Kern Sibbald wrote: > Hello, > > I have tweaked the cool new Dart code developed by Frank just a bit to add > the > Bacula version to the BuildName line, so before running ctest again, you must > do: > > scripts/do_sed > > I've also added > > ./nightly-all > > which does all the regression

Re: [Bacula-devel] CTest testers needed

2008-02-28 Thread Kern Sibbald
Hello, I have tweaked the cool new Dart code developed by Frank just a bit to add the Bacula version to the BuildName line, so before running ctest again, you must do: scripts/do_sed I've also added ./nightly-all which does all the regression tests including the tape tests, and it turns on

Re: [Bacula-devel] CTest testers needed

2008-02-28 Thread Kern Sibbald
On Thursday 28 February 2008 13.01:19 Frank Sweetser wrote: > Allan Black wrote: > > Dan's patch was identical to yours, except it contained: > > > > if [ ! -d build ] ; then > > > > Which is correct? > > Dan's patch is, I simply attached the wrong version in email. I've also applied it to the SVN

Re: [Bacula-devel] CTest testers needed

2008-02-28 Thread Kern Sibbald
On Thursday 28 February 2008 12.52:35 Allan Black wrote: > The second patch (fix-update-ctest.diff) looks as if it has already > been applied to SVN - is that correct? Yes, I have applied it. Kern > > Also, scripts/update-ctest.in (and the patch) contain this code: > > if [ -d build ] ; then >

Re: [Bacula-devel] CTest testers needed

2008-02-28 Thread Frank Sweetser
Allan Black wrote: > Dan's patch was identical to yours, except it contained: > > if [ ! -d build ] ; then > > Which is correct? Dan's patch is, I simply attached the wrong version in email. -- Frank Sweetser fs at wpi.edu | For every problem, there is a solution that WPI Senior Network Eng

Re: [Bacula-devel] CTest testers needed

2008-02-28 Thread Allan Black
The second patch (fix-update-ctest.diff) looks as if it has already been applied to SVN - is that correct? Also, scripts/update-ctest.in (and the patch) contain this code: if [ -d build ] ; then echo "Build directory not present, will run make setup" [...] which will run make setup if th

Re: [Bacula-devel] CTest testers needed

2008-02-27 Thread Frank Sweetser
Allan Black wrote: > If I apply these patches, will there be any way to run the > regression tests without submitting the results to the dashboard? > > If I am testing a patch, for example, we would not really want any > failures to be logged on the dashboard, if the problems are only > transient

Re: [Bacula-devel] CTest testers needed

2008-02-27 Thread Allan Black
If I apply these patches, will there be any way to run the regression tests without submitting the results to the dashboard? If I am testing a patch, for example, we would not really want any failures to be logged on the dashboard, if the problems are only transient ones while hacking at a bit of

Re: [Bacula-devel] CTest testers needed

2008-02-27 Thread Dan Langille
On Feb 27, 2008, at 3:19 PM, Frank Sweetser wrote: > Frank Sweetser wrote: >> Hi all, >> >> I have a working first pass at a Dart dashboard up and running. >> Before I >> call it good, though, I was hoping a few other people who are already >> comfortable running regression tests could give

Re: [Bacula-devel] CTest testers needed

2008-02-27 Thread Frank Sweetser
Well, that didn't take long to find some problems =) First, the url should be http://bacula-test.wpi.edu:8081/ Second, the first patch left a few hardcoded paths; the attached patch should fix them. -- Frank Sweetser fs at wpi.edu | For every problem, there is a solution that WPI Senior Net

Re: [Bacula-devel] CTest testers needed

2008-02-27 Thread Frank Sweetser
Frank Sweetser wrote: > Hi all, > > I have a working first pass at a Dart dashboard up and running. Before I > call it good, though, I was hoping a few other people who are already > comfortable running regression tests could give it a try and make sure they > can generate and submit results. >