]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/four-concurrent-jobs-test
Update
[bacula/bacula] / regress / tests / four-concurrent-jobs-test
index 8efd332f1d5bfa6e7da29737692d09aabab065ce..bd7e20f8850448cd6cf32ee351124aba71058e3c 100755 (executable)
@@ -2,78 +2,75 @@
 #
 # Run two jobs at the same time
 #
-cwd=`pwd`
-scripts/copy-test-confs
+TestName="four-concurrent-jobs-test"
+JobName=Four-concurrent-jobs
+. scripts/functions
+set_debug 0
+
 scripts/cleanup
+scripts/copy-test-confs
 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 four-concurrent-jobs-test  ==="
-echo " === Starting four-concurrent-jobs-test  ===" >>working/log
-echo " "
+change_jobname NightlySave $JobName
+start_test
 
-bin/bacula start 2>&1 >/dev/null
-bin/console -c bin/console.conf <<END_OF_DATA
+cat <<END_OF_DATA >tmp/bconcmds
 @output /dev/null
 messages
-@output tmp/log1.out
+@$out   tmp/log1.out
 label storage=File1
 TestVolume001
 label storage=File1
 TestVolume002
-update Volume=TestVolume001
-6
-100000000
+update Volume=TestVolume001 MaxVolBytes=100000000
 @#50000000
-10
-run job=NightlySave level=Full Storage=File1
+@#12
+run job=$JobName level=Full Storage=File1
 yes
-run job=NightlySave level=Full Storage=File1
+reload
+run job=$JobName level=Full Storage=File1
 yes
-run job=NightlySave level=Full Storage=File1
+reload
+run job=$JobName level=Full Storage=File1
 yes
-run job=NightlySave level=Full Storage=File1
+reload
+run job=$JobName level=Full Storage=File1
 yes
+reload
+reload
+reload
+reload
 @sleep 2
 status dir
+reload
 @sleep 5
 messages
+reload
+reload
 wait
+reload
 messages
 @# 
 @# now do a restore
 @#
-@output tmp/log2.out
-restore where=${cwd}/tmp/bacula-restores
-5
+@$out   tmp/log2.out
+restore where=${cwd}/tmp/bacula-restores select storage=File1
+unmark *
+mark *
 done
 yes
 wait
+reload
+reload
 messages
 @output
 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: *Restore OK" tmp/log2.out 2>&1 >/dev/null
-rstat=$?
-diff -r build tmp/bacula-restores${cwd}/build
-if [ $? != 0 -o $bstat != 0 -o $rstat != 0 ] ; then
-   echo " "
-   echo " "
-   echo "  !!!!! four-concurrent-jobs-test Bacula source failed!!! !!!!! "
-   echo "  !!!!! four-concurrent-jobs-test failed!!! !!!!! " >>test.out
-   echo " "
-   exit 1
-else
-   echo "  ===== four-concurrent-jobs-test Bacula source OK ===== "
-   echo "  ===== four-concurrent-jobs-test OK ===== " >>test.out
-   scripts/cleanup
-   exit 0
-fi
+run_bacula
+check_for_zombie_jobs storage=File1
+stop_bacula
+
+check_two_logs
+check_restore_diff
+end_test