]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/README
27Feb06
[bacula/bacula] / regress / README
index 7a8f2fed980d7de061d07a4d21012fcd3fd2b18a..5b96107d997fb1cb82e56a5ae26960f85ead88cd 100644 (file)
@@ -3,6 +3,14 @@
 
 This is Bacula's regression script directory.
 
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+Warning!!!! Make sure not to run it on the same system 
+with your production Catalog because the tables will all
+be cleared. You can run it on the your production system
+if you use a different database.
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+
 To set it up, create your personal configuration file, by
 copying prototype.conf to xxx.conf or simply editing prototype.conf
 directly.
@@ -38,19 +46,6 @@ a resonable run.  Each test is totally independent of any other
 test. Aside from the required "make setup", each test is totally
 self-initalizing and should clean up after itself.
 
-Not all the tests yet report OK.  This is simply because there are
-some spurious differences that I haven't yet taken the time to
-eliminate.  The working scrips as of 24 Apr 03 are (this is
-way out of date!):
-
-backup-bacula-test
-sparse-test
-compressed-test
-sparse-compressed-test
-two-jobs-test
-wierd-files-test
-verify-vol-test
-
 The tests expect you to execute them from the main regress 
 directory!               
 
@@ -105,3 +100,8 @@ The simplest thing to do is to edit tests/xxxx where xxxx is the name of
 the test, and change the line "debug=0" to "debug=1".  If the test has
 not been updated to have the debug variable, please notify Kern, and I
 will be happy to fix it -- I am upgrading them one at a time.
+
+Also, if you run from time to time on a computer that is not connected
+to the network, please be sure that "hostname" is set to "localhost",
+otherwise, your tests may fail because the hostname used by Bacula's
+./configure cannot be properly resolved.