Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlaa Eddine Elamri <alaeddine.elamri@bareos.com>2022-10-21 10:34:55 +0300
committerPhilipp Storz <philipp.storz@bareos.com>2022-10-25 14:13:49 +0300
commit063e9646c392fce685fe85142265ef4e724a8a77 (patch)
tree4676ead7e125bad84268531fcc0cf96c08d24c50 /systemtests
parent5f228863b1cfe4a5336058986b173f7ba11fcd42 (diff)
systemtests: change volume config to higher block and volume values
Diffstat (limited to 'systemtests')
-rw-r--r--systemtests/tests/checkpoints/etc/bareos/bareos-dir.d/pool/FullSmallvolumes.conf3
-rwxr-xr-xsystemtests/tests/checkpoints/testrunner-checkpoints-on-stop4
2 files changed, 3 insertions, 4 deletions
diff --git a/systemtests/tests/checkpoints/etc/bareos/bareos-dir.d/pool/FullSmallvolumes.conf b/systemtests/tests/checkpoints/etc/bareos/bareos-dir.d/pool/FullSmallvolumes.conf
index aa8d7b5eb..593b6eb9f 100644
--- a/systemtests/tests/checkpoints/etc/bareos/bareos-dir.d/pool/FullSmallvolumes.conf
+++ b/systemtests/tests/checkpoints/etc/bareos/bareos-dir.d/pool/FullSmallvolumes.conf
@@ -4,8 +4,7 @@ Pool {
Recycle = yes
AutoPrune = yes
Volume Retention = 365 days
- Maximum Volume Bytes = 32k
+ Maximum Volume Bytes = 69k
Maximum Volumes = 100
Label Format = "SmallFull-"
- Maximum Block Size = 16K
}
diff --git a/systemtests/tests/checkpoints/testrunner-checkpoints-on-stop b/systemtests/tests/checkpoints/testrunner-checkpoints-on-stop
index f4c86dcce..96177339d 100755
--- a/systemtests/tests/checkpoints/testrunner-checkpoints-on-stop
+++ b/systemtests/tests/checkpoints/testrunner-checkpoints-on-stop
@@ -60,12 +60,12 @@ if [[ -z $volume_checkpoint ]]; then
estat=2;
fi
-slowjobid=$(grep 'Job queued. JobId=' "$backup_log" | sed -n -e 's/^.*JobId=//p')
-
bin/bareos stop
bin/bareos start
+slowjobid=$(grep 'Job queued. JobId=' "$backup_log" | sed -n -e 's/^.*JobId=//p')
+
cat <<END_OF_DATA >"$tmp/bconcmds"
@$out $backup_log
messages