From: Kern Sibbald Date: Sun, 3 Aug 2003 16:10:40 +0000 (+0000) Subject: Update a couple of tests X-Git-Tag: Release-1.32~57 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c190154e1eb5bff56ce7fff0232669d961f89fdd;p=bacula%2Fbacula Update a couple of tests git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@662 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/tests/bscan-test b/regress/tests/bscan-test index 006707adf6..27e71505a6 100755 --- a/regress/tests/bscan-test +++ b/regress/tests/bscan-test @@ -28,10 +28,7 @@ label storage=File1 TestVolume001 label storage=File1 TestVolume002 -update Volume=TestVolume001 -6 -3000000 -10 +update Volume=TestVolume001 MaxVolBytes=3000000 run job=NightlySave storage=File1 yes wait diff --git a/regress/tests/bsr-opt-test b/regress/tests/bsr-opt-test index c366cfed5d..dab543e461 100755 --- a/regress/tests/bsr-opt-test +++ b/regress/tests/bsr-opt-test @@ -3,7 +3,8 @@ # Run a simple backup of the Bacula build directory but # split the archive into two volumes, then restore # files on only one of the volumes and ensure that -# the other volume is not used. +# the other volume is not used. I.e. bsr optimization +# works. # cwd=`pwd` scripts/copy-test-confs diff --git a/regress/tests/recycle-test b/regress/tests/recycle-test index 3044693085..239de70cc5 100755 --- a/regress/tests/recycle-test +++ b/regress/tests/recycle-test @@ -3,7 +3,7 @@ # Run a simple backup of the Bacula build directory but # create three volumes and do six backups causing the # volumes to be recycled, and cycling through the volumes -# twice. +# twice. Tests maxvoljobs and volretention. # cwd=`pwd` scripts/copy-test-confs @@ -19,8 +19,7 @@ echo " === Starting recycle-test ===" echo " === Starting recycle-test ===" >working/log echo " " -#bin/bacula start 2>&1 >/dev/null -bin/bacula start +bin/bacula start 2>&1 >/dev/null bin/console -c bin/console.conf <