From 6afcb57a4110c3bf74779769917f826836c6d5f3 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 11 Sep 2012 17:42:20 +0200 Subject: [PATCH] regress: tweak big-files-test --- regress/tests/big-files-test | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/regress/tests/big-files-test b/regress/tests/big-files-test index cdc72b2450..1f8ae60990 100755 --- a/regress/tests/big-files-test +++ b/regress/tests/big-files-test @@ -28,6 +28,9 @@ sed 's%# Label Format% Label Format%' ${cwd}/bin/bacula-dir.conf > ${cwd}/tmp/1 # sed 's%Type = Backup%Type = Backup; Accurate = yes%' ${cwd}/tmp/1 > ${cwd}/bin/bacula-dir.conf sed 's%Type = Backup%Type = Backup%' ${cwd}/tmp/1 > ${cwd}/bin/bacula-dir.conf +$bperl -e "add_attribute('$conf/bacula-dir.conf', 'Max Run Time', '90min', 'Job')" +$bperl -e "add_attribute('$conf/bacula-dir.conf', 'SpoolData', 'no', 'Job')" + change_jobname MonsterFileSet $JobName start_test @@ -40,7 +43,7 @@ status all list pools messages @#setdebug level=110 storage=File -run job=$JobName storage=File yes +run job=$JobName spooldata=no storage=File yes list pools list volumes wait @@ -51,7 +54,7 @@ where Client.Name = 'localhost-fd' group by JobId, Level, StartTime, JobFiles order by JobId desc ; messages -run job=$JobName storage=File yes +run job=$JobName spooldata=no storage=File yes wait messages @# @@ -59,7 +62,7 @@ messages @# @$out ${cwd}/tmp/log2.out @#setdebug level=400 storage=File -restore where=${cwd}/tmp/bacula-restores select storage=File +restore where=${cwd}/many-files/bacula-restores select storage=File unmark * mark * count -- 2.39.5