From: Kern Sibbald Date: Sat, 3 Oct 2009 13:40:50 +0000 (+0200) Subject: Technotes + update tests run X-Git-Tag: Release-5.0.0~293^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1ee4743c8766b82d4856fc5ebb9fe7818a409bcb;p=bacula%2Fbacula Technotes + update tests run --- diff --git a/bacula/technotes b/bacula/technotes index fcfd6e8c8c..83b873f566 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -3,6 +3,7 @@ General: 03Oct09 +kes Add a MaxVolBytes test that create over 100 Vols kes Fix bug #1382 newly created disk volumes -> file not found warning 02Oct09 ebl Cleanup the console timeout code. diff --git a/regress/DartTestfile.txt.in b/regress/DartTestfile.txt.in index 3a240b1a17..46e01ff086 100644 --- a/regress/DartTestfile.txt.in +++ b/regress/DartTestfile.txt.in @@ -31,6 +31,7 @@ ADD_TEST(disk:four-jobs-test "@regressdir@/tests/four-jobs-test") ADD_TEST(disk:hardlink-test "@regressdir@/tests/hardlink-test") ADD_TEST(disk:incremental-2media "@regressdir@/tests/incremental-2media") ADD_TEST(disk:incremental-test "@regressdir@/tests/incremental-test") +ADD_TEST(disk:maxbytes-test "@regressdir@/tests/maxbytes-test") ADD_TEST(disk:maxtime-test "@regressdir@/tests/maxtime-test") SET_TESTS_PROPERTIES(disk:maxtime-test PROPERTIES PASS_REGULAR_EXPRESSION "Fatal error") diff --git a/regress/all-disk-tests b/regress/all-disk-tests index 416ea6176b..75d8e8dc58 100755 --- a/regress/all-disk-tests +++ b/regress/all-disk-tests @@ -49,6 +49,7 @@ nice tests/source-addr-test nice tests/stats-test nice tests/six-vol-test nice tests/span-vol-test +nice tests/maxbytes-test nice tests/maxtime-test nice tests/maxvol-test nice tests/maxvol2-test