X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Ftests%2Fcompressed-test;h=c373a5878529ba513c071229821ebc594a132812;hb=a752597b2a79ba0f2dfb0ec6b6da8403464e092b;hp=c766d44396c1946afb018fc5b00d9a2d41df74d2;hpb=5e421660c424d90acb6a0fd43f35d93ca570004c;p=bacula%2Fbacula diff --git a/regress/tests/compressed-test b/regress/tests/compressed-test index c766d44396..c373a58785 100755 --- a/regress/tests/compressed-test +++ b/regress/tests/compressed-test @@ -7,42 +7,44 @@ cwd=`pwd` scripts/copy-test-confs scripts/cleanup echo "${cwd}/build" >/tmp/file-list -bin/bacula stop 2>&1 >/dev/null -bin/drop_sqlite_tables -bin/make_sqlite_tables echo " " echo " " -echo " === Starting compressed-test ===" -echo " === Starting compressed-test ===" >>working/log +echo " === Starting compressed-test at `date +%R:%S` ===" +echo " === Starting compressed-test at `date +%R:%S` ===" >>working/log echo " " bin/bacula start 2>&1 >/dev/null -bin/console -c bin/console.conf <&1 >/dev/null +@tee /dev/null status all status all messages -@output tmp/log1.out +@tee tmp/log1.out label storage=File volume=TestVolume001 -run job=CompressedTest yes +run job=CompressedTest storage=File yes wait messages @# @# now do a restore @# -@output tmp/log2.out -restore where=${cwd}/tmp/bacula-restores select all +@tee tmp/log2.out +restore where=${cwd}/tmp/bacula-restores select storage=File +unmark * +mark * +done yes wait messages -@output +@tee quit END_OF_DATA +scripts/check_for_zombie_jobs storage=File bin/bacula stop 2>&1 >/dev/null -grep "^Termination: *Backup OK" tmp/log1.out 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 +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 @@ -50,6 +52,13 @@ if [ $? != 0 -o $bstat != 0 -o $rstat != 0 ] ; then echo " " echo " !!!!! compressed-test Bacula source failed!!! !!!!! " echo " !!!!! compressed-test failed!!! !!!!! " >>test.out + if [ $bstat != 0 -o $rstat != 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 " ===== compressed-test Bacula source OK ===== "