X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Ftests%2Fbextract-test;h=b3cc484a4b8b2eaca51838ca754cc352e6adab54;hb=9e9cb5c143876c2716a3352e78ddfa4930925cae;hp=eca110618b3bf2755bd58e5966e7faf3d91128a4;hpb=63b7dc63b83d3261dd467cc2e0c2504aba0b8a03;p=bacula%2Fbacula diff --git a/regress/tests/bextract-test b/regress/tests/bextract-test index eca110618b..b3cc484a4b 100755 --- a/regress/tests/bextract-test +++ b/regress/tests/bextract-test @@ -4,61 +4,48 @@ # split the archive into two volumes, then build a BSR with # the restore command and use bextract to restore the files. # -cwd=`pwd` -scripts/copy-test-confs +TestName="bextract-test" +JobName="bextract" +. scripts/functions +set_debug 0 + scripts/cleanup +scripts/copy-test-confs echo "${cwd}/build" >/tmp/file-list -echo " " -echo " " -echo " === Starting bextract-test `date +%R:%S` ===" -echo " === Starting bextract-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 volume=TestVolume001 label storage=File1 volume=TestVolume002 update Volume=TestVolume001 MaxVolBytes=3000000 -run job=NightlySave storage=File1 yes +run job=$JobName storage=File1 yes wait messages @# @# now build the bsr file @# -@output tmp/log2.out -restore where=${cwd}/tmp/bacula-restores select all storage=File1 done +@$out tmp/log2.out +restore bootstrap=${cwd}/working/restore.bsr where=${cwd}/tmp/bacula-restores select all storage=File1 done no wait messages -@output +@$out 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 + mkdir -p ${cwd}/tmp/bacula-restores bin/bextract -b working/restore.bsr -c bin/bacula-sd.conf ${cwd}/tmp ${cwd}/tmp/bacula-restores 2>&1 >/dev/null +rstat=$? grep "^ Termination: *Backup OK" tmp/log1.out 2>&1 >/dev/null bstat=$? -diff -r build tmp/bacula-restores${cwd}/build 2>&1 >/dev/null -if [ $? != 0 -o $bstat != 0 ] ; then - echo " " - echo " " - echo " !!!!! bextract-test Bacula source failed!!! !!!!! " - echo " !!!!! bextract-test failed!!! !!!!! " >>test.out - if [ $bstat != 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 " " -else - echo " ===== bextract-test Bacula source OK ===== " - echo " ===== bextract-test OK ===== " >>test.out - scripts/cleanup -fi +check_restore_diff +end_test