X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Ftests%2Fbextract-test;h=3aa8a194ae2b978acf8d1824f5f9762199a309dd;hb=70f4723a1094c8c55d7a501ff52c1ff51a3542bf;hp=182f6ec41016aaaa46f49c35a6c76c7bdbf59bd0;hpb=d20552c57c3b820e9bc81ad10df5b95ddb07a246;p=bacula%2Fbacula diff --git a/regress/tests/bextract-test b/regress/tests/bextract-test index 182f6ec410..3aa8a194ae 100755 --- a/regress/tests/bextract-test +++ b/regress/tests/bextract-test @@ -4,62 +4,53 @@ # 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 + scripts/cleanup -echo "${cwd}/build" >/tmp/file-list -bin/bacula stop 2>&1 >/dev/null -bin/drop_sqlite_tables -bin/make_sqlite_tables +scripts/copy-test-confs +echo "${cwd}/build" >${cwd}/tmp/file-list -echo " " -echo " " -echo " === Starting bextract-test ===" -echo " === Starting bextract-test ===" >working/log -echo " " +change_jobname NightlySave $JobName +start_test -bin/bacula start 2>&1 >/dev/null -bin/console -c bin/console.conf <${cwd}/tmp/bconcmds @output /dev/null messages -@output tmp/log1.out -label storage=File1 -TestVolume001 -label storage=File1 -TestVolume002 -update Volume=TestVolume001 -6 -3000000 -10 -run job=NightlySave storage=File1 -yes +@$out ${cwd}/tmp/log1.out +label storage=File1 volume=TestVolume001 pool=Default +label storage=File1 volume=TestVolume002 pool=Default +update Volume=TestVolume001 MaxVolBytes=3000000 +@#setdebug level=400 dir +setdebug level=400 storage=File1 +run job=$JobName storage=File1 yes wait messages @# -@# now build the bsr file +@# now build the bsr file but do not restore @# -@output tmp/log2.out -restore where=${cwd}/tmp/bacula-restores current all +@$out ${cwd}/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 -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 -grep "^Termination: *Backup OK" tmp/log1.out 2>&1 >/dev/null -bstat=$? -diff -r build tmp/bacula-restores${cwd}/build -if [ $? != 0 -o $bstat != 0 ] ; then - echo " " - echo " " - echo " !!!!! bextract-test Bacula source failed!!! !!!!! " - echo " !!!!! bextract-test failed!!! !!!!! " >>test.out - echo " " +if test "$debug" -eq 1 ; then + $bin/bextract -v -b working/restore.bsr -c bin/bacula-sd.conf ${cwd}/tmp ${cwd}/tmp/bacula-restores else - echo " ===== bextract-test Bacula source OK ===== " - echo " ===== bextract-test OK ===== " >>test.out - scripts/cleanup + $bin/bextract -b working/restore.bsr -c bin/bacula-sd.conf ${cwd}/tmp ${cwd}/tmp/bacula-restores 2>&1 >/dev/null fi +rstat=$? +grep "^ Termination: *Backup OK" ${cwd}/tmp/log1.out 2>&1 >/dev/null +bstat=$? +check_restore_diff +end_test