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

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/testlargetuples/settings.ik,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** settings.ik	24 Oct 2006 18:27:44 -0000	1.1
--- settings.ik	7 Sep 2007 19:50:11 -0000	1.2
***************
*** 3,4 ****
--- 3,5 ----
  ORIGINNODE=1
  WORKERS=${WORKERS:-"1"}
+ SLONCONF1=true

Index: README
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/testlargetuples/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README	24 Oct 2006 18:27:44 -0000	1.1
--- README	7 Sep 2007 19:50:11 -0000	1.2
***************
*** 12,13 ****
--- 12,18 ----
  begins to request a log switch to test that tuples are passed properly
  in both sl_log_1 and sl_log_2.
+ 
+ The origin node's slon is configured via slon.conf file, to verify that
+ this functionality works for the origin (because the logic for handling
+ this for the origin is separate from that for other nodes, in the test
+ harness).



More information about the Slony1-commit mailing list