Mon Apr 2 11:51:58 PDT 2007
- Previous message: [Slony1-commit] slony1-engine/tests/testlargetuples generate_dml.sh
- Next message: [Slony1-commit] slony1-engine/tests/testschemanames generate_dml.sh
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/tests/testmultiplemoves
In directory main.slony.info:/tmp/cvs-serv28705/testmultiplemoves
Modified Files:
Tag: REL_1_2_STABLE
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/testmultiplemoves/generate_dml.sh,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -d -r1.3.2.1 -r1.3.2.2
*** generate_dml.sh 27 Oct 2006 14:40:21 -0000 1.3.2.1
--- generate_dml.sh 2 Apr 2007 18:51:56 -0000 1.3.2.2
***************
*** 32,35 ****
--- 32,36 ----
status "$percent %"
GENDATA="$mktmp/generate.data"
+ echo "" > ${GENDATA}
while : ; do
for set in 1 2 3; do
- Previous message: [Slony1-commit] slony1-engine/tests/testlargetuples generate_dml.sh
- Next message: [Slony1-commit] slony1-engine/tests/testschemanames generate_dml.sh
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list