]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
regress: Improve copy-uncopied-test to check for #6637
authorMichal Rakowski <michal.rakowski@baculasystems.com>
Thu, 10 Dec 2020 08:05:42 +0000 (09:05 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:02:59 +0000 (09:02 +0100)
regress/tests/copy-uncopied-test

index f36e4bc508c7e251dd87a2f6c1ec3672a2999681..112d122b490672bdac8e65586d07155781d33fe6 100755 (executable)
@@ -28,6 +28,11 @@ touch ${cwd}/tmp/log2.out
 
 $bperl -e 'add_attribute("$conf/bacula-dir.conf", "Allow Duplicate Jobs", "no", "Job", "MigVolBackup")'
 
+# Add this for bug #6637 verification. Pool setting should not be overriden by settings below
+$bperl -e 'add_attribute("$conf/bacula-dir.conf", "FullBackupPool", "Scratch", "Job", "copy-uncopied")'
+$bperl -e 'add_attribute("$conf/bacula-dir.conf", "IncrementalBackupPool", "Scratch", "Job", "copy-uncopied")'
+$bperl -e 'add_attribute("$conf/bacula-dir.conf", "DifferentialBackupPool", "Scratch", "Job", "copy-uncopied")'
+
 start_test
 
 #