Chris Browne cbbrowne at lists.slony.info
Mon Apr 2 11:52:21 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/tests/testseqnames
In directory main.slony.info:/tmp/cvs-serv28818/testseqnames

Modified Files:
	generate_dml.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: generate_dml.sh
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/testseqnames/generate_dml.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** generate_dml.sh	27 Oct 2006 14:45:52 -0000	1.4
--- generate_dml.sh	2 Apr 2007 18:52:19 -0000	1.5
***************
*** 24,27 ****
--- 24,28 ----
  {
    GENDATA="$mktmp/generate.data"
+   echo "" > ${GENDATA}
    numrows=$(random_number 50 1000)
    i=0;



More information about the Slony1-commit mailing list