3 # Run two jobs at the same time
6 scripts/copy-test-confs
8 echo "${cwd}/build" >/tmp/file-list
12 echo " === Starting four-concurrent-jobs-test ==="
13 echo " === Starting four-concurrent-jobs-test ===" >>working/log
16 bin/bacula start 2>&1 >/dev/null
17 bin/bconsole -c bin/bconsole.conf <<END_OF_DATA
25 update Volume=TestVolume001 MaxVolBytes=100000000
28 run job=NightlySave level=Full Storage=File1
30 run job=NightlySave level=Full Storage=File1
32 run job=NightlySave level=Full Storage=File1
34 run job=NightlySave level=Full Storage=File1
46 restore where=${cwd}/tmp/bacula-restores select storage=File1
56 scripts/check_for_zombie_jobs storage=File1
58 bin/bacula stop 2>&1 >/dev/null
59 grep "^Termination: *Backup OK" tmp/log1.out 2>&1 >/dev/null
61 grep "^Termination: *Restore OK" tmp/log2.out 2>&1 >/dev/null
63 diff -r build tmp/bacula-restores${cwd}/build 2>&1 >/dev/null
64 if [ $? != 0 -o $bstat != 0 -o $rstat != 0 ] ; then
67 echo " !!!!! four-concurrent-jobs-test Bacula source failed!!! !!!!! "
68 echo " !!!!! four-concurrent-jobs-test failed!!! !!!!! " >>test.out
72 echo " ===== four-concurrent-jobs-test Bacula source OK ===== "
73 echo " ===== four-concurrent-jobs-test OK ===== " >>test.out