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

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/testdatestyles/settings.ik,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** settings.ik	23 Jun 2006 15:37:57 -0000	1.1
--- settings.ik	7 Sep 2007 19:50:11 -0000	1.2
***************
*** 3,4 ****
--- 3,6 ----
  ORIGINNODE=1
  WORKERS=${WORKERS:-"1"}
+ SLONCONF1=true
+ SLONCONF2=true

Index: README
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/testdatestyles/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** README	23 Jun 2006 21:38:05 -0000	1.2
--- README	7 Sep 2007 19:50:11 -0000	1.3
***************
*** 10,11 ****
--- 10,15 ----
  - A domain that derives from TIMESTAMPTZ
  - An array of TIMESTAMPTZ values
+ 
+ Both master + slave have slon configuration managed via slon.conf to
+ verify that the testing framework functions properly for handling this
+ with both nodes.



More information about the Slony1-commit mailing list