Fri Apr 11 08:39:34 PDT 2008
- Previous message: [Slony1-commit] slony1-engine/tests support_funcs.sh
- Next message: [Slony1-commit] slony1-engine/tests/testddl generate_dml.sh init_subscribe_set.ik
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/tests
In directory main.slony.info:/tmp/cvs-serv16337
Modified Files:
run_test.sh
Log Message:
Remedying tests so that STORE NODE, EXECUTE SCRIPT, and WAIT FOR EVENT
all provide values for slonik parameters that are no longer optional
in v2.0
Index: run_test.sh
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/run_test.sh,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** run_test.sh 7 Apr 2008 20:47:48 -0000 1.21
--- run_test.sh 11 Apr 2008 15:39:31 -0000 1.22
***************
*** 186,190 ****
if [ -n "${db}" -a "${host}" -a "${user}" -a "${port}" ]; then
if [ ${node} -ne ${originnode} ]; then
! echo "STORE NODE (id=@node${node}, comment='node ${node}');" >> $mktmp/slonik.script
fi
if [ ${node} -ge ${NUMNODES} ]; then
--- 186,190 ----
if [ -n "${db}" -a "${host}" -a "${user}" -a "${port}" ]; then
if [ ${node} -ne ${originnode} ]; then
! echo "STORE NODE (id=@node${node}, comment='node ${node}', event node=${originnode});" >> $mktmp/slonik.script
fi
if [ ${node} -ge ${NUMNODES} ]; then
***************
*** 818,820 ****
gen_testinfo
drop_databases
! cleanup
\ No newline at end of file
--- 818,820 ----
gen_testinfo
drop_databases
! cleanup
- Previous message: [Slony1-commit] slony1-engine/tests support_funcs.sh
- Next message: [Slony1-commit] slony1-engine/tests/testddl generate_dml.sh init_subscribe_set.ik
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list