[Xorp-cvs] XORP cvs commit: xorp/bgp/harness

Atanu Ghosh atanu at icir.org
Mon Sep 29 16:40:35 PDT 2008


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu at chum.icir.org	2008-09-29 23:40:35 UTC

XORP CVS repository


Modified files:
	bgp/harness   xrl_shell_funcs.sh 

Log message:
	The test_peering2.sh tests have recently been failing regularly, and in
	the past have failed intermittently.
	
	The coord process can accept one command at a time. A pending command
	is provided to make sure that the previous command has completed. The
	shell function that sends a command calls pending once a second for
	five seconds waiting for the command to complete. If the command does
	not complete an error is generated and the test fails.
	
	It looks like the five second delay is not long enough for some
	commands to complete. The refactoring of the eventloop has made some
	tests fail every time. The delay has been increased to ten seconds and
	a warning placed in the code to make it obvious that the command has
	not really failed, just timed out.

Revision  Changes                               Path
1.12      +5 -3;  commitid: 126b548e1677241a7;  xorp/bgp/harness/xrl_shell_funcs.sh



More information about the Xorp-cvs mailing list