X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Ftests%2Ffour-concurrent-jobs-test;h=bd7e20f8850448cd6cf32ee351124aba71058e3c;hb=5fe92a377764dd973ff27c0ce9c0bb742d33df71;hp=7f621a772a66d2118e5ccffc7c9f5d6819ed74e9;hpb=63b7dc63b83d3261dd467cc2e0c2504aba0b8a03;p=bacula%2Fbacula diff --git a/regress/tests/four-concurrent-jobs-test b/regress/tests/four-concurrent-jobs-test index 7f621a772a..bd7e20f885 100755 --- a/regress/tests/four-concurrent-jobs-test +++ b/regress/tests/four-concurrent-jobs-test @@ -2,22 +2,22 @@ # # Run two jobs at the same time # -cwd=`pwd` -scripts/copy-test-confs +TestName="four-concurrent-jobs-test" +JobName=Four-concurrent-jobs +. scripts/functions +set_debug 0 + scripts/cleanup +scripts/copy-test-confs echo "${cwd}/build" >/tmp/file-list -echo " " -echo " " -echo " === Starting four-concurrent-jobs-test `date +%R:%S` ===" -echo " === Starting four-concurrent-jobs-test `date +%R:%S` ===" >>working/log -echo " " +change_jobname NightlySave $JobName +start_test -bin/bacula start 2>&1 >/dev/null -bin/bconsole -c bin/bconsole.conf <tmp/bconcmds @output /dev/null messages -@output tmp/log1.out +@$out tmp/log1.out label storage=File1 TestVolume001 label storage=File1 @@ -25,16 +25,16 @@ TestVolume002 update Volume=TestVolume001 MaxVolBytes=100000000 @#50000000 @#12 -run job=NightlySave level=Full Storage=File1 +run job=$JobName level=Full Storage=File1 yes reload -run job=NightlySave level=Full Storage=File1 +run job=$JobName level=Full Storage=File1 yes reload -run job=NightlySave level=Full Storage=File1 +run job=$JobName level=Full Storage=File1 yes reload -run job=NightlySave level=Full Storage=File1 +run job=$JobName level=Full Storage=File1 yes reload reload @@ -53,7 +53,7 @@ messages @# @# now do a restore @# -@output tmp/log2.out +@$out tmp/log2.out restore where=${cwd}/tmp/bacula-restores select storage=File1 unmark * mark * @@ -66,31 +66,11 @@ messages @output quit END_OF_DATA -scripts/check_for_zombie_jobs storage=File1 -bin/bacula stop 2>&1 >/dev/null -grep "^ Termination: *Backup OK" tmp/log1.out 2>&1 >/dev/null -bstat=$? -grep "^ Termination: *Restore OK" tmp/log2.out 2>&1 >/dev/null -rstat=$? -diff -r build tmp/bacula-restores${cwd}/build 2>&1 >/dev/null -if [ $? != 0 -o $bstat != 0 -o $rstat != 0 ] ; then - echo " " - echo " " - echo " !!!!! four-concurrent-jobs-test Bacula source failed!!! !!!!! " - echo " !!!!! four-concurrent-jobs-test failed!!! !!!!! " >>test.out - if [ $bstat != 0 -o $rstat != 0 ] ; then - echo " !!!!! Bad Job termination status !!!!! " - echo " !!!!! Bad Job termination status !!!!! " >>test.out - else - echo " !!!!! Restored files differ !!!!! " - echo " !!!!! Restored files differ !!!!! " >>test.out - fi - echo " " - exit 1 -else - echo " ===== four-concurrent-jobs-test Bacula source OK ===== " - echo " ===== four-concurrent-jobs-test OK ===== " >>test.out -# scripts/cleanup - exit 0 -fi +run_bacula +check_for_zombie_jobs storage=File1 +stop_bacula + +check_two_logs +check_restore_diff +end_test