Chris Browne cbbrowne at lists.slony.info
Thu Feb 8 14:50:04 PST 2007
Update of /home/cvsd/slony1/slony1-engine/tests/test1
In directory main:/tmp/cvs-serv10556/tests/test1

Modified Files:
	generate_dml.sh 
Log Message:
Add status reporting on the two new tests (on generate_sync_event() and
make_function_strict()).


Index: generate_dml.sh
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tests/test1/generate_dml.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** generate_dml.sh	7 Feb 2007 19:13:17 -0000	1.11
--- generate_dml.sh	8 Feb 2007 22:50:02 -0000	1.12
***************
*** 82,85 ****
--- 82,86 ----
        warn 3 "generate_sync_event() failed - rc=${rc} see $mktmp/gensync.log* for details"
    fi
+   status "completed generate_sync_event() test"
    $pgbindir/psql -h $host -p $port -d $db -U $user -c "select \"_${CLUSTER1}\".make_function_strict('xxidin', '(cstring)');" 1> $mktmp/gensync.log.1 2> $mktmp/gensync.log
    rc=$?
***************
*** 87,90 ****
--- 88,92 ----
        warn 3 "make_function_strict('xxidin', '(cstring)') failed - rc=${rc} see $mktmp/gensync.log* for details"
    fi
+   status "completed make_function_strict() test"
    status "done"
  }




More information about the Slony1-commit mailing list