[Assorted-commits] SF.net SVN: assorted:[1417] ydb/trunk/tools
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-05-15 06:57:41
|
Revision: 1417 http://assorted.svn.sourceforge.net/assorted/?rev=1417&view=rev Author: yangzhang Date: 2009-05-15 06:57:32 +0000 (Fri, 15 May 2009) Log Message: ----------- - fixed printing in persist-ssh - inflated the start-recovery-seqno in nrec to match up more with drec Modified Paths: -------------- ydb/trunk/tools/persist-ssh ydb/trunk/tools/test.bash Modified: ydb/trunk/tools/persist-ssh =================================================================== --- ydb/trunk/tools/persist-ssh 2009-05-14 14:37:52 UTC (rev 1416) +++ ydb/trunk/tools/persist-ssh 2009-05-15 06:57:32 UTC (rev 1417) @@ -8,7 +8,7 @@ while True: line = sys.stdin.readline() if line == "": break - print line + print line, if "Agent admitted failure" in line: sys.exit(77) ' || { ret=$? Modified: ydb/trunk/tools/test.bash =================================================================== --- ydb/trunk/tools/test.bash 2009-05-14 14:37:52 UTC (rev 1416) +++ ydb/trunk/tools/test.bash 2009-05-15 06:57:32 UTC (rev 1417) @@ -441,7 +441,7 @@ nrec-helper() { local leader=$1 shift - : ${seqno:=100000} ${extraargs:=} + : ${seqno:=200000} ${extraargs:=} if [[ $param ]] then local paramargs="--$param $config" else local paramargs= This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |