Chris Browne cbbrowne at lists.slony.info
Fri Sep 7 12:50:13 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/tests/test1
In directory main.slony.info:/tmp/cvs-serv10809/test1

Modified Files:
	README settings.ik 
Log Message:
Add code to generate slon .conf files (run_test.sh), and configure various
of the existing tests to selectively use .conf files to verify that the
config file parser works and that sensible values don't break things.


Index: settings.ik
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/test1/settings.ik,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** settings.ik	14 Jul 2006 21:29:01 -0000	1.3
--- settings.ik	7 Sep 2007 19:50:10 -0000	1.4
***************
*** 3,4 ****
--- 3,5 ----
  ORIGINNODE=1
  WORKERS=${WORKERS:-"1"}
+ SLONCONF2=true
\ No newline at end of file

Index: README
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/test1/README,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** README	18 Apr 2007 15:03:51 -0000	1.9
--- README	7 Sep 2007 19:50:10 -0000	1.10
***************
*** 30,31 ****
--- 30,34 ----
  8.  It does a run of UPDATE FUNCTIONS against node 1.  This verifies
  that there are at least no syntax errors in the stored function.
+ 
+ 9.  It uses a slon.conf file for node #2 to make sure that the logic
+ of the config file parser gets exercised.



More information about the Slony1-commit mailing list