X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Ftests%2Ftwo-volume-test;h=920beb57ac68bab9d52e7454411266f848d9ab7b;hb=28b32f20b7278613564755efe4ac7800fcb89bf0;hp=55b3bba6cd34db4f6b77985fcbbcdd598c49d306;hpb=98d8e5d7741282a0368186b0006c7bb2f589b57d;p=bacula%2Fbacula diff --git a/regress/tests/two-volume-test b/regress/tests/two-volume-test index 55b3bba6cd..920beb57ac 100755 --- a/regress/tests/two-volume-test +++ b/regress/tests/two-volume-test @@ -7,34 +7,25 @@ # # Note we use the viritual disk autochanger # -. config.out -if test x${AUTOCHANGER} = x/dev/null ; then - echo "two-volume-test skipped. No autochanger." - exit -fi -debug=0 -if test "$debug" -eq 1 ; then - out="tee" -else - out="output" -fi +TestName="two-volume-test" +JobName=TwoVolume +. scripts/functions + cwd=`pwd` scripts/cleanup scripts/copy-2disk-confs scripts/prepare-two-disks -echo "${cwd}/build" >/tmp/file-list +echo "${cwd}/build" >${cwd}/tmp/file-list outf="tmp/sed_tmp" echo "s%# Maximum File Size% Maximum File Size%g" >${outf} cp ${cwd}/bin/bacula-sd.conf ${cwd}/tmp/1 sed -f ${outf} ${cwd}/tmp/1 >${cwd}/bin/bacula-sd.conf -echo " " -echo " " -echo " === Starting Two Volume Test at `date +%R:%S` ===" -echo " === Starting Two Volume Test at `date +%R:%S` ===" >>working/log -echo " " +change_jobname NightlySave $JobName +start_test + # Write out bconsole commands cat <tmp/bconcmds @$out /dev/null @@ -43,9 +34,18 @@ messages label storage=DDS-4 volume=TestVolume001 slot=1 pool=Default drive=0 label storage=DDS-4 volume=TestVolume002 slot=2 pool=Default drive=0 update Volume=TestVolume001 MaxVolBytes=3000000 pool=Default drive=0 -@#setdebug level=1000 client -run job=NightlySave yes +sql +select * from Storage; +select VolumeName,InChanger,StorageId from Media; + +@#setdebug level=1000 client=$CLIENT +run job=$JobName yes wait +update slots scan storage=DDS-4 +sql +select * from Storage; +select VolumeName,InChanger,StorageId from Media; + messages @# @# now do a restore @@ -59,29 +59,10 @@ messages quit END_OF_DATA -if test "$debug" -eq 1 ; then - bin/bacula start - cat tmp/bconcmds | bin/bconsole -c bin/bconsole.conf -else - bin/bacula start 2>&1 >/dev/null - cat tmp/bconcmds | bin/bconsole -c bin/bconsole.conf 2>&1 >/dev/null -fi -scripts/check_for_zombie_jobs storage=DDS-4 +run_bacula +check_for_zombie_jobs storage=DDS-4 +stop_bacula -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 " !!!!! Two Volume Test Bacula source failed!!! !!!!! " - echo " !!!!! Two Volume Test failed!!! !!!!! " >>test.out - echo " " -else - echo " ===== Two Volume Test Bacula source OK ===== " - echo " ===== Two Volume Test OK ===== " >>test.out -# scripts/cleanup -fi +check_two_logs +check_restore_diff +end_test