[OpenSTA-devel] [ opensta-Bugs-695108 ] TestInit does not have default sample_rate
Brought to you by:
dansut
|
From: SourceForge.net <no...@so...> - 2005-05-12 22:11:05
|
Bugs item #695108, was opened at 2003-02-28 10:21 Message generated for change (Settings changed) made by dansut You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110857&aid=695108&group_id=10857 Category: Command Line Group: Inconvenience >Status: Closed Resolution: Fixed Priority: 3 Submitted By: Daniel Sutcliffe (dansut) Assigned to: Daniel Sutcliffe (dansut) Summary: TestInit does not have default sample_rate Initial Comment: The TestInit --start command line requires that both -T test_name and -S smaple_rate be specified. It would make life easier if the sample rate could default to some value if not specified. Also: -S sample_rate is not documented at all. ---------------------------------------------------------------------- Comment By: Daniel Sutcliffe (dansut) Date: 2005-01-03 16:20 Message: Logged In: YES user_id=19748 The above fix has been merged into the CVS HEAD. It will become generally available in the OpenSTA 1.4.3 release. Including in this fix are an additional -wait command line parameter. This causes TestInit not to exit until the test was finished, this code was submitted by Dan Williamson. Also improvements have been made to avoid the possibility of TestInit looping forever - the impetus for this came from comments made by Jerome Delemarche about TestInit looping forever id an invalid test name is given... turns out that this is not the problem though and TestInit does return it is actually the TestManager that loops forever - a bug will be filed for this issue. This little utility really needs completely rewriting as there are obvious possiblities of may problems because of the "loose" way it communicates with the architecture... for 1.5 TestInit.exe 1.4.3.2 OpenSTA 1.4.3.16 ---------------------------------------------------------------------- Comment By: Daniel Sutcliffe (dansut) Date: 2004-12-22 16:16 Message: Logged In: YES user_id=19748 I've fixed this so the default sample_rate when no -S is specified is set to 0(zero). This means that tests started from a TestInit in this manner won't be able to be monitored from the Commander, but this is more efficient and seemed to be how members of the users list reported that they were using TestInit anyway... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110857&aid=695108&group_id=10857 |