Fri Mar 17 11:12:53 PST 2006
- Previous message: [Slony1-commit] By cbbrowne: Fix command line that gets split across lines
- Next message: [Slony1-commit] By cbbrowne: As pointed out by Tanida Yutaka <tanida@sraoss.co.jp>...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Add CVS Id tag
Change debugging from level 4 to level 2; 4 was just too verbose...
Modified Files:
--------------
slony1-engine/tests:
poll_cluster.sh (r1.1 -> r1.2)
run_test.sh (r1.9 -> r1.10)
-------------- next part --------------
Index: run_test.sh
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tests/run_test.sh,v
retrieving revision 1.9
retrieving revision 1.10
diff -Ltests/run_test.sh -Ltests/run_test.sh -u -w -r1.9 -r1.10
--- tests/run_test.sh
+++ tests/run_test.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# $Id$
pgbindir=${PGBINDIR:-"/usr/local/pgsql/bin"}
numerrors=0
@@ -446,8 +447,8 @@
eval cluster=\$CLUSTER1
conninfo="dbname=${odb} host=${ohost} user=${ouser} port=${oport}"
- status "launching originnode : $opgbindir/slon -s500 -g10 $cluster \"$conninfo\""
- $opgbindir/slon -s500 -g10 $cluster "$conninfo" 1> $mktmp/slon_log.${originnode} 2> $mktmp/slon_log.${originnode} &
+ status "launching originnode : $opgbindir/slon -s500 -g10 $cluster -d2 \"$conninfo\""
+ $opgbindir/slon -s500 -g10 $cluster -d2 "$conninfo" 1> $mktmp/slon_log.${originnode} 2> $mktmp/slon_log.${originnode} &
tmppid=$!
tmpppid=$$
sleep 1
@@ -479,9 +480,9 @@
conninfo="dbname=${db} host=${host} user=${user} port=${port}"
- status "launching: $pgbindir/slon -s500 -g10 $cluster \"$conninfo\""
+ status "launching: $pgbindir/slon -s500 -g10 $cluster -d2 \"$conninfo\""
- $pgbindir/slon -s500 -g10 $cluster "$conninfo" 1>> $mktmp/slon_log.${alias} 2>&1 &
+ $pgbindir/slon -s500 -g10 $cluster -d2 "$conninfo" 1>> $mktmp/slon_log.${alias} 2>&1 &
tmppid=$!
tmpppid=$$
sleep 1
Index: poll_cluster.sh
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tests/poll_cluster.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ltests/poll_cluster.sh -Ltests/poll_cluster.sh -u -w -r1.1 -r1.2
--- tests/poll_cluster.sh
+++ tests/poll_cluster.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-
+# $Id$
mktmp=$1
cluster=$2
- Previous message: [Slony1-commit] By cbbrowne: Fix command line that gets split across lines
- Next message: [Slony1-commit] By cbbrowne: As pointed out by Tanida Yutaka <tanida@sraoss.co.jp>...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list