X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Ftests%2Ftruncate-bug-tape;h=635b4dfa5284a5827f1ce173b336198c3fad5cd8;hb=5fe92a377764dd973ff27c0ce9c0bb742d33df71;hp=9e581388d7fb860737bea5abc83e0c4a8ea6942b;hpb=2f8a7f67669235dc0a914498b069bac1e60cdd6a;p=bacula%2Fbacula diff --git a/regress/tests/truncate-bug-tape b/regress/tests/truncate-bug-tape index 9e581388d7..635b4dfa52 100755 --- a/regress/tests/truncate-bug-tape +++ b/regress/tests/truncate-bug-tape @@ -2,46 +2,48 @@ # # Test for a tape truncation bug. # -cwd=`pwd` +TestName="truncate-bug-tape" +JobName=truncatebug +. scripts/functions + +set_debug 0 +copy_tape_confs -scripts/copy-tape-confs -scripts/cleanup-tape echo "${cwd}/build" >/tmp/file-list -echo " " -echo " " -echo " === Starting truncate-bug-tape test at `date +%R:%S` ===" -echo " === Starting truncate-bug-tape test at `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 -label storage=DDS-4 volume=TestVolume001 slot=0 +@$out tmp/log1.out +label storage=DDS-4 volume=TestVolume001 slot=0 pool=Default @# do a bunch of saves so we have 12 files on the tape -run job=NightlySave yes -run level=Full job=NightlySave yes -run level=Full job=NightlySave yes -run level=Full job=NightlySave yes -run level=Full job=NightlySave yes -run level=Full job=NightlySave yes -run level=Full job=NightlySave yes -run level=Full job=NightlySave yes -run level=Full job=NightlySave yes -run level=Full job=NightlySave yes -run level=Full job=NightlySave yes -run level=Full job=NightlySave yes +run job=$JobName yes +run level=Full job=$JobName yes +run level=Full job=$JobName yes +run level=Full job=$JobName yes +run level=Full job=$JobName yes +run level=Full job=$JobName yes +run level=Full job=$JobName yes +run level=Full job=$JobName yes +run level=Full job=$JobName yes +run level=Full job=$JobName yes +run level=Full job=$JobName yes +run level=Full job=$JobName yes wait messages quit END_OF_DATA + +run_bacula scripts/check_for_zombie_jobs storage=DDS-4 -bin/bconsole -c bin/bconsole.conf <tmp/bconcmds @output /dev/null messages -@output tmp/log1.out +@$out tmp/log2.out @# @# now do a restore @# @@ -59,29 +61,26 @@ messages @output quit END_OF_DATA + +run_bconsole scripts/check_for_zombie_jobs storage=DDS-4 -bin/bconsole -c bin/bconsole.conf <tmp/bconcmds @output /dev/null messages -@output tmp/log2.out -run level=Full job=NightlySave yes +@$out tmp/log3.out +run level=Full job=$JobName yes wait messages quit END_OF_DATA -bin/bacula stop 2>&1 >/dev/null -grep "^ Termination: *Backup OK" tmp/log1.out 2>&1 >/dev/null -bstat=$? -grep "^ Termination: *Backup OK" tmp/log2.out 2>&1 >/dev/null -rstat=$? -if [ $bstat != 0 -o $rstat != 0 ] ; then - echo " " - echo " " - echo " !!!!! truncate-bug-tape test Bacula source failed!!! !!!!! " - echo " !!!!! truncate-bug-tape test failed!!! !!!!! " >>test.out - echo " " -else - echo " ===== truncate-bug-tape test Bacula source OK ===== " - echo " ===== truncate-bug-tape test OK ===== " >>test.out - scripts/cleanup -fi + +run_bconsole +check_for_zombie_jobs storage=DDS-4 +stop_bacula + +check_two_logs +grep "^ Termination: *Backup OK" tmp/log3.out 2>&1 >/dev/null +dstat=$? +end_test