Mon Jan 5 14:04:11 PST 2009
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/tests
In directory main.slony.info:/tmp/cvs-serv16964/tests
Modified Files:
Tag: REL_2_0_STABLE
run_test.sh
Log Message:
- Fix syntax error in tools/altperl/slon_watchdog.pl
- Add cleanup_interval example to sample slon.conf file
- Add cleanup_interval configuration configuration to regression tests
Per discussion on slony-bugs list with Cyril Scetbon
Index: run_test.sh
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/run_test.sh,v
retrieving revision 1.26
retrieving revision 1.26.2.1
diff -C2 -d -r1.26 -r1.26.2.1
*** run_test.sh 23 Sep 2008 20:31:09 -0000 1.26
--- run_test.sh 5 Jan 2009 22:04:08 -0000 1.26.2.1
***************
*** 490,493 ****
--- 490,494 ----
echo "log_level=2" > ${CONFFILE}
echo "vac_frequency=2" >> ${CONFFILE}
+ echo "cleanup_interval=\"30 seconds\"" >> ${CONFFILE}
echo "sync_interval=2010" >> ${CONFFILE}
echo "sync_interval_timeout=15000" >> ${CONFFILE}
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list