[Xorp-cvs] XORP cvs commit: xorp/libxipc

Atanu Ghosh atanu at icir.org
Sun Nov 2 20:39:49 PST 2008


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu at chum.icir.org	2008-11-03 04:39:49 UTC

XORP CVS repository


Modified files:
	libxipc       test_finder_events.cc 

Log message:
	As noted by Bruce and Pavlin this test has been failing for two
	reasons one the burst size of 50 is too high and secondly the
	scheduling code in drip_run did not correctly cater for slow systems.
	
	The failure in the test was not a problem with the finder subsystem
	but a problem with the tests.
	
	The tests are now totally event driven, previously they were a mix of
	event and timer driven and on a slow system the timer code broke the
	tests.
	
	The burst size has been reduced to 25.
	
	Now the tests are totally event driven to protect against a missing event a
	watchdog of 1 minute is started to guard against missing event.
	
	Bugzilla URL:   http://bugzilla.xorp.org/bugzilla/show_bug.cgi?id=799

Revision  Changes                                 Path
1.31      +50 -42;  commitid: 13307490e809441a7;  xorp/libxipc/test_finder_events.cc



More information about the Xorp-cvs mailing list