Chris Browne cbbrowne at lists.slony.info
Thu Mar 22 13:44:58 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/tests/testlargetuples
In directory main.slony.info:/tmp/cvs-serv24113/testlargetuples

Modified Files:
	generate_dml.sh 
Log Message:
Add in wait_for_catchup to 3 of the tests where we do additional
processing as they were tending to terminate before the test was complete


Index: generate_dml.sh
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/testlargetuples/generate_dml.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** generate_dml.sh	27 Oct 2006 14:45:51 -0000	1.2
--- generate_dml.sh	22 Mar 2007 20:44:56 -0000	1.3
***************
*** 79,81 ****
--- 79,82 ----
    $pgbindir/psql -h $host -p $port -d $db -U $user < $mktmp/generate.data 1> $mktmp/loadmoredata.log 2> $mktmp/loadmoredata.log
    status "done"
+   sleep 20   # Give it a little while for replication to catch up
  }



More information about the Slony1-commit mailing list