branch, master, updated. 57a49b83eb1bd91952cc8ce79f50940a361a0723
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "". The branch, master has been updated via 57a49b83eb1bd91952cc8ce79f50940a361a0723 (commit) from 2c8275d59faaca23a9a9e698e5897e542fa1524b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 57a49b83eb1bd91952cc8ce79f50940a361a0723 Author: Phil Carns <[email protected]> Date: Fri Jun 29 16:26:25 2012 -0400 disable static timeout settings in test scripts - static rpc timeout of 10 ms is too short when using debugging tools; frequently causes server shutdown rpc to timeout while waiting on server to cancel pending recvany buffers ----------------------------------------------------------------------- Summary of changes: code/src/state/tests/rosd-enqueue.sh | 2 +- code/src/state/tests/rosd-injection.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Diff of changes: diff --git a/code/src/state/tests/rosd-enqueue.sh b/code/src/state/tests/rosd-enqueue.sh index 1d164f3..41cd273 100755 --- a/code/src/state/tests/rosd-enqueue.sh +++ b/code/src/state/tests/rosd-enqueue.sh @@ -9,7 +9,7 @@ OUT=${BIN}.out # export triton_fakess_method=fault # export aesop_remote_default_net=fault -export triton_traffic_cop_static_timeout=10 +# export triton_traffic_cop_static_timeout=10 PROCS=6 SERVERS=3 diff --git a/code/src/state/tests/rosd-injection.sh b/code/src/state/tests/rosd-injection.sh index 95c1aa5..98bc6af 100755 --- a/code/src/state/tests/rosd-injection.sh +++ b/code/src/state/tests/rosd-injection.sh @@ -9,7 +9,7 @@ OUT=${BIN}.out # export triton_fakess_method=fault # export aesop_remote_default_net=fault -export triton_traffic_cop_static_timeout=10 +# export triton_traffic_cop_static_timeout=10 for i in `seq 0 3`; do rm -rf /tmp/rosd.db$i /tmp/rosd-log$i; done hooks/post-receive --
participants (1)
-
noreply@mcs.anl.gov