]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak tests to work with timelimit
authorKern Sibbald <kern@sibbald.com>
Thu, 27 Dec 2012 07:38:21 +0000 (08:38 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:51:07 +0000 (14:51 +0200)
regress/all-disk-tests
regress/do_all_tests

index abc1b60154b0bdbf0456b73b12bb399164027529..51725952168f02aa400710b53c54abe7646fe5e5 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# ./run all tests
+# Run all tests
 #
 echo " "
 echo " " >>test.out
@@ -41,24 +41,15 @@ rm -f dumps/*
 ./run tests/regexwhere-test
 # The following two can uses *lots* of disk space
 #   so they are normally turned off, but if you have
-#   at least two GB free, you can ./run them
+#   at least two GB free, you can run them
 #./run tests/sparse-encrypt-test
 #./run tests/gigaslam-sparse-test
-#./run tests/delta-big-test
-#./run tests/delta3-test
 ./run tests/differential-test
 ./run tests/four-concurrent-jobs-test
 ./run tests/four-jobs-test
 ./run tests/incremental-test
-./run tests/opt-plugin-test
-./run tests/delta2-test
-./run tests/delta-options-test
 ./run tests/query-test
 ./run tests/recycle-test
-./run tests/restart-job-test
-./run tests/restart2-job-test
-./run tests/restart2-base-job-test
-./run tests/restart-accurate-job-test
 ./run tests/restore2-by-file-test
 ./run tests/restore-by-file-test
 ./run tests/restore-disk-seek-test
@@ -78,7 +69,6 @@ rm -f dumps/*
 ./run tests/sparse-lzo-test
 ./run tests/sparse-test
 ./run tests/strip-test
-./run tests/sqlite-test
 ./run tests/two-jobs-test
 ./run tests/two-vol-test
 ./run tests/verify-cat-test
@@ -92,9 +82,8 @@ rm -f dumps/*
 ./run tests/migration-volume-test
 ./run tests/migration-time-test
 ./run tests/multi-storage-test
-# prune-test does not work for now
+# Disabled because certain pruning turned off
 #./run tests/prune-test
-./run tests/prune-pool-test
 ./run tests/prune-config-test
 ./run tests/prune-migration-test
 ./run tests/prune-copy-test
index 44be9b0f946f53e06f882c0a72d2c4614ff2676d..0371a517f56c5a8efb05c8e678161ec8ab65e020 100755 (executable)
@@ -4,6 +4,8 @@ if [ ! -f bin/tape_options ] ; then
   touch bin/tape_options
 fi
 echo " " >test.out
+hostname >>test.out
+echo " " >>test.out
 cat build/config.out >>test.out
 echo " " >>test.out
 echo "Test results" >>test.out
@@ -16,5 +18,6 @@ echo " "
 echo "End do_all tests"
 echo "End do_all tests" >>test.out
 scripts/cleanup
+hostname >>test.out
 cat test.out
 ./endtime