Chris Browne cbbrowne at lists.slony.info
Tue Sep 23 13:31:11 PDT 2008
Update of /home/cvsd/slony1/slony1-engine/tests
In directory main.slony.info:/tmp/cvs-serv3863

Modified Files:
	run_test.sh 
Log Message:
Add in 2 second lags; this exercises the lag logic, and will lead to some
pauses in replication that should be useful for small tests in tossing in
a bit more asynchronous behaviour


Index: run_test.sh
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/run_test.sh,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** run_test.sh	15 Jul 2008 22:28:22 -0000	1.25
--- run_test.sh	23 Sep 2008 20:31:09 -0000	1.26
***************
*** 505,509 ****
      echo "desired_sync_time=60000" >> ${CONFFILE}
      echo "sql_on_connection=\"SET log_min_duration_statement to '1000';\"" >> ${CONFFILE}
!     echo "lag_interval=\"0 minutes\"" >> ${CONFFILE}
      if [ "x${archive}" = "xtrue" ]; then
  	status "slonconf configures archive logging for node ${node}"
--- 505,509 ----
      echo "desired_sync_time=60000" >> ${CONFFILE}
      echo "sql_on_connection=\"SET log_min_duration_statement to '1000';\"" >> ${CONFFILE}
!     echo "lag_interval=\"2 seconds\"" >> ${CONFFILE}
      if [ "x${archive}" = "xtrue" ]; then
  	status "slonconf configures archive logging for node ${node}"



More information about the Slony1-commit mailing list