From: Kern Sibbald Date: Tue, 16 Oct 2007 19:47:09 +0000 (+0000) Subject: Commit win32 regression patch from Michael Short X-Git-Tag: Release-7.0.0~5530 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=30b92ebfc85bb5091512fa06eef8ba0d85b2b97a;p=bacula%2Fbacula Commit win32 regression patch from Michael Short git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5755 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/scripts/bacula-dir-migration.conf.in b/regress/scripts/bacula-dir-migration.conf.in index 36fcfbff33..9202de981f 100644 --- a/regress/scripts/bacula-dir-migration.conf.in +++ b/regress/scripts/bacula-dir-migration.conf.in @@ -216,7 +216,7 @@ Pool { Storage = File Migration High Bytes = 40M Migration Low Bytes = 20M - Migration Time = 60 + Migration Time = 1 } Pool { diff --git a/regress/tests/migration-time-test b/regress/tests/migration-time-test index 99de021cf2..96e968bb02 100755 --- a/regress/tests/migration-time-test +++ b/regress/tests/migration-time-test @@ -39,20 +39,18 @@ run job=$JobName level=Full yes run job=$JobName level=Full yes wait update volume=FileVolume001 VolStatus=Used -sql -update Job SET RealEndTime='2004-01-01 12:01:01' WHERE JobId IN (2,3); - llist jobid=2,3 list jobs list volumes +@#setdebug level=20 dir @# should migrate only jobid=2 and 3 run job=migrate-time yes wait messages wait -purge volume=FileVolume001 list jobs list volumes +purge volume=FileVolume001 @# @# now do a restore @# diff --git a/regress/tests/weird-files-test b/regress/tests/weird-files-test index 1c1c34d294..dbd88e00af 100755 --- a/regress/tests/weird-files-test +++ b/regress/tests/weird-files-test @@ -74,6 +74,5 @@ cd ${cwd} check_two_logs #diff ${cwd}/tmp/original ${cwd}/tmp/restored 2>&1 >/dev/null diff ${cwd}/tmp/original ${cwd}/tmp/restored - dstat=$? end_test