From: Kern Sibbald Date: Sat, 2 May 2009 06:12:33 +0000 (+0000) Subject: Don't run backup at same time as restore to avoid deadlock in concurrent test X-Git-Tag: Release-7.0.0~3087 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5dc28b5fe57908dbbfde94ca7f2fa74946555166;p=bacula%2Fbacula Don't run backup at same time as restore to avoid deadlock in concurrent test git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8778 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/tests/four-concurrent-jobs-test b/regress/tests/four-concurrent-jobs-test index 6f10087dbc..fbcdf23d5c 100755 --- a/regress/tests/four-concurrent-jobs-test +++ b/regress/tests/four-concurrent-jobs-test @@ -87,11 +87,14 @@ select JobId,MediaId,StartFile,StartBlock,EndFile,EndBlock from JobMedia; @$out ${cwd}/tmp/log2.out +status storage=File1 +setdebug level=100 Storage=File1 restore where=${cwd}/tmp/bacula-restores select storage=File1 unmark * mark * done yes +wait run job=$JobName level=Full Storage=File1 yes wait @#reload