Chris Browne cbbrowne at lists.slony.info
Fri Apr 11 08:39:34 PDT 2008
Update of /home/cvsd/slony1/slony1-engine/tests/testdeadlockddl
In directory main.slony.info:/tmp/cvs-serv16337/testdeadlockddl

Modified Files:
	init_subscribe_set.ik 
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: init_subscribe_set.ik
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/testdeadlockddl/init_subscribe_set.ik,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** init_subscribe_set.ik	26 Sep 2007 22:19:57 -0000	1.1
--- init_subscribe_set.ik	11 Apr 2008 15:39:32 -0000	1.2
***************
*** 3,7 ****
  subscribe set ( id = 1, provider = 1, receiver = 2, forward = no);
  sync(id=1);
! wait for event (origin=1, confirmed=2);
  echo 'sleep a couple seconds';
  sleep (seconds = 2);
--- 3,7 ----
  subscribe set ( id = 1, provider = 1, receiver = 2, forward = no);
  sync(id=1);
! wait for event (origin=1, confirmed=2, wait on=1);
  echo 'sleep a couple seconds';
  sleep (seconds = 2);



More information about the Slony1-commit mailing list