X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Ftests%2Fbscan-test;h=91fa8598a2c89b9b15e76551c7efba2e1a279aae;hb=5fe92a377764dd973ff27c0ce9c0bb742d33df71;hp=a55851c58d4cf4967cc466ca20bfa7a161c21f98;hpb=c4d3e4a4f6af72c0003ca8b062b6085bc4987d45;p=bacula%2Fbacula diff --git a/regress/tests/bscan-test b/regress/tests/bscan-test index a55851c58d..91fa8598a2 100755 --- a/regress/tests/bscan-test +++ b/regress/tests/bscan-test @@ -5,32 +5,34 @@ # into the catalog after the backup. It also to a limited # extent tests the purge volume and delete volume commands. # + +TestName="bscan-test" +JobName=bscan +. scripts/functions +set_debug 0 + cwd=`pwd` -scripts/copy-test-confs scripts/cleanup +scripts/copy-test-confs echo "${cwd}/build" >/tmp/file-list -echo " " -echo " " -echo " === Starting bscan-test ===" -echo " === Starting bscan-test ===" >working/log -echo " " +change_jobname NightlySave $JobName +start_test -bin/bacula start 2>&1 >/dev/null -bin/bconsole -c bin/bconsole.conf <tmp/bconcmds +@$out /dev/null messages -@output tmp/log1.out +@$out tmp/log1.out label storage=File1 TestVolume001 label storage=File1 TestVolume002 update Volume=TestVolume001 MaxVolBytes=3000000 -run job=NightlySave storage=File1 +run job=$JobName storage=File1 yes wait messages -@output /dev/null +@$out /dev/null @# @# now purge the Volume @# @@ -43,40 +45,40 @@ yes messages quit END_OF_DATA -scripts/check_for_zombie_jobs storage=File1 -bin/bacula stop 2>&1 >/dev/null + +run_bacula +check_for_zombie_jobs storage=File1 +stop_bacula + echo "volume=TestVolume001|TestVolume002" >tmp/bscan.bsr -bin/bscan -w working -m -s -v -b tmp/bscan.bsr -c bin/bacula-sd.conf ${cwd}/tmp 2>&1 >/dev/null -bin/bacula start 2>&1 >/dev/null -bin/bconsole -c bin/bconsole.conf <&1 >/dev/null +fi + +cat <tmp/bconcmds +@$out /dev/null messages -@output tmp/log2.out +@$out tmp/log2.out @# @# now do a restore @# -restore where=${cwd}/tmp/bacula-restores select all storage=File1 done +@#setdebug level=400 storage=File1 +restore bootstrap=${cwd}/tmp/kern.bsr where=${cwd}/tmp/bacula-restores select all storage=File1 done yes wait messages -@output +@$out 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 " !!!!! bscan-test Bacula source failed!!! !!!!! " - echo " !!!!! bscan-test failed!!! !!!!! " >>test.out - echo " " -else - echo " ===== bscan-test Bacula source OK ===== " - echo " ===== bscan-test OK ===== " >>test.out - scripts/cleanup -fi + +# now run restore +run_bacula +check_for_zombie_jobs storage=File1 +stop_bacula + +check_two_logs +check_restore_diff +end_test