Chris Browne cbbrowne at lists.slony.info
Tue Jun 5 07:38:08 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/tests/testlogship
In directory main.slony.info:/tmp/cvs-serv3262

Modified Files:
      Tag: REL_1_2_STABLE
	README exec_ddl.sh 
Log Message:
Add a series of STORE TRIGGER requests so as to hopefully have multiple
non-SYNC events in a row to test


Index: README
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/testlogship/README,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** README	20 Apr 2007 21:40:02 -0000	1.1.2.2
--- README	5 Jun 2007 14:38:06 -0000	1.1.2.3
***************
*** 28,30 ****
  table 4, adding two new columns, one to be populated via a default,
  for new tuples; the other has no default, but we assign the value 42
! to all tuples existing at the time that the DDL script runs.
\ No newline at end of file
--- 28,34 ----
  table 4, adding two new columns, one to be populated via a default,
  for new tuples; the other has no default, but we assign the value 42
! to all tuples existing at the time that the DDL script runs.
! 
! Surrounding that DDL script are several STORE TRIGGER requests in
! order to try to ensure that we have a series of non-SYNC events in a
! row.

Index: exec_ddl.sh
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/testlogship/exec_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
*** exec_ddl.sh	20 Apr 2007 21:40:02 -0000	1.1.2.1
--- exec_ddl.sh	5 Jun 2007 14:38:06 -0000	1.1.2.2
***************
*** 1,4 ****
--- 1,7 ----
  testname=$1
  echo "
+   store trigger (table id=1, trigger name='nonexistant trigger', event node=1);
+   store trigger (table id=1, trigger name='another nonexistant trigger', event node=1);
+   store trigger (table id=1, trigger name='still another nonexistant trigger', event node=1);
    EXECUTE SCRIPT (
         SET ID = 1,
***************
*** 6,8 ****
--- 9,13 ----
         EVENT NODE = 1
      );
+   store trigger (table id=1, trigger name='late, another nonexistant trigger', event node=1);
+   store trigger (table id=1, trigger name='late, still another nonexistant trigger', event node=1);
  "



More information about the Slony1-commit mailing list