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

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/testinherit/settings.ik,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** settings.ik	1 Aug 2006 21:28:18 -0000	1.1
--- settings.ik	7 Sep 2007 19:50:11 -0000	1.2
***************
*** 3,4 ****
--- 3,6 ----
  ORIGINNODE=1
  WORKERS=${WORKERS:-"1"}
+ 
+ # Note NO "SLONCONF[n]" lines - slon configured via command line parms

Index: README
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/testinherit/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** README	11 Aug 2006 15:46:02 -0000	1.2
--- README	7 Sep 2007 19:50:11 -0000	1.3
***************
*** 27,28 ****
--- 27,31 ----
  products and regions, demonstrating that Slony-I copes perfectly well
  with nondeterministic queries.
+ 
+ Note that slon processes are configured purely via command line, not
+ via .conf file



More information about the Slony1-commit mailing list