From: Michal Rakowski Date: Thu, 10 Dec 2020 08:05:42 +0000 (+0100) Subject: regress: Improve copy-uncopied-test to check for #6637 X-Git-Tag: Release-11.3.2~788 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a64dccfad793350259be87c12e9797f9ec5273eb;p=thirdparty%2Fbacula.git regress: Improve copy-uncopied-test to check for #6637 --- diff --git a/regress/tests/copy-uncopied-test b/regress/tests/copy-uncopied-test index f36e4bc50..112d122b4 100755 --- a/regress/tests/copy-uncopied-test +++ b/regress/tests/copy-uncopied-test @@ -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 #