Chris Browne cbbrowne at lists.slony.info
Mon Apr 2 11:51:58 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/tests/testddl
In directory main.slony.info:/tmp/cvs-serv28705/testddl

Modified Files:
      Tag: REL_1_2_STABLE
	individual_ddl.sh 
Log Message:
Augment DDL test to generate some statements that are only run on
individual nodes.

Also, found a problem where the generated SQL (that gets injected
to test that replication is working) would not get emptied out when
new data was being generated for repeated iterations.  Rectified that.


Index: individual_ddl.sh
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/testddl/individual_ddl.sh,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** individual_ddl.sh	30 Mar 2007 22:43:04 -0000	1.1.2.1
--- individual_ddl.sh	2 Apr 2007 18:51:56 -0000	1.1.2.2
***************
*** 5,9 ****
         SET ID = 1,
         FILENAME = '${testname}/ddl_update_part2.sql',
!        EVENT NODE = 1
         EXECUTE ONLY ON = ${node}
      );
--- 5,9 ----
         SET ID = 1,
         FILENAME = '${testname}/ddl_update_part2.sql',
!        EVENT NODE = 1,
         EXECUTE ONLY ON = ${node}
      );



More information about the Slony1-commit mailing list