Wed Nov 8 13:56:27 PST 2006
- Previous message: [Slony1-commit] By cbbrowne: Fix to DDL test - $db was getting reset to the subscriber
- Next message: [Slony1-commit] By wieck: Let the watchdog restart the worker process immediately if it
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message: ----------- Fix to DDL test - $db was getting reset to the subscriber node, so 2nd test wasn't loading data into the origin. Tags: ---- REL_1_2_STABLE Modified Files: -------------- slony1-engine/tests/testddl: generate_dml.sh (r1.3.2.1 -> r1.3.2.2) -------------- next part -------------- Index: generate_dml.sh =================================================================== RCS file: /usr/local/cvsroot/slony1/slony1-engine/tests/testddl/generate_dml.sh,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -Ltests/testddl/generate_dml.sh -Ltests/testddl/generate_dml.sh -u -w -r1.3.2.1 -r1.3.2.2 --- tests/testddl/generate_dml.sh +++ tests/testddl/generate_dml.sh @@ -82,8 +82,9 @@ status "Generate some more data" generate_initdata - status "loading extra data" - $pgbindir/psql -h $host -U $user -d $db < $mktmp/generate.data 1> $LOG 2> $LOG + eval db=\$DB${originnode} + status "loading extra data to node $db" + $pgbindir/psql -h $host -p $port -U $user -d $db < $mktmp/generate.data 1> $LOG 2> $LOG status "done" }
- Previous message: [Slony1-commit] By cbbrowne: Fix to DDL test - $db was getting reset to the subscriber
- Next message: [Slony1-commit] By wieck: Let the watchdog restart the worker process immediately if it
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list