Skip to content

Commit

Permalink
parallel-jobs: make test go by quicker
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsura authored and BareosBot committed Aug 23, 2023
1 parent 0340e5a commit 9f72b4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
Expand Up @@ -10,4 +10,5 @@ Device {
Description = "File device. A connecting Director must have the same Name and MediaType."

Maximum Block Size = 64k
Maximum Concurrent Jobs = 12
}
12 changes: 0 additions & 12 deletions systemtests/tests/parallel-jobs/testrunner-parallel-jobs
Expand Up @@ -34,12 +34,6 @@ run job=${backupjob} level=Full yes
run job=${backupjob} level=Full yes
run job=${backupjob} level=Full yes
run job=${backupjob} level=Full yes
run job=${backupjob} level=Full yes
run job=${backupjob} level=Full yes
run job=${backupjob} level=Full yes
run job=${backupjob} level=Full yes
run job=${backupjob} level=Full yes
run job=${backupjob} level=Full yes
wait
messages
quit
Expand All @@ -61,12 +55,6 @@ restore jobid=${backup_jobids[2]} where=$tmp/restore3 all done yes
restore jobid=${backup_jobids[3]} where=$tmp/restore4 all done yes
restore jobid=${backup_jobids[4]} where=$tmp/restore5 all done yes
restore jobid=${backup_jobids[5]} where=$tmp/restore6 all done yes
restore jobid=${backup_jobids[6]} where=$tmp/restore7 all done yes
restore jobid=${backup_jobids[7]} where=$tmp/restore8 all done yes
restore jobid=${backup_jobids[8]} where=$tmp/restore9 all done yes
restore jobid=${backup_jobids[9]} where=$tmp/restore10 all done yes
restore jobid=${backup_jobids[10]} where=$tmp/restore11 all done yes
restore jobid=${backup_jobids[11]} where=$tmp/restore12 all done yes
wait
messages
quit
Expand Down

0 comments on commit 9f72b4d

Please sign in to comment.