From 1ee4743c8766b82d4856fc5ebb9fe7818a409bcb Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 3 Oct 2009 15:40:50 +0200 Subject: [PATCH] Technotes + update tests run --- bacula/technotes | 1 + regress/DartTestfile.txt.in | 1 + regress/all-disk-tests | 1 + 3 files changed, 3 insertions(+) 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 -- 2.39.5