[OpenSTA-devel] [ opensta-Bugs-1095283 ] Starting non-existent Test using TestInit fails badly
Brought to you by:
dansut
|
From: SourceForge.net <no...@so...> - 2005-06-19 18:58:43
|
Bugs item #1095283, was opened at 2005-01-03 21:56 Message generated for change (Settings changed) made by ghall You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110857&aid=1095283&group_id=10857 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Architecture Group: Behavioral Status: Open Resolution: Accepted Priority: 5 Submitted By: Daniel Sutcliffe (dansut) >Assigned to: Geoff Hall (ghall) Summary: Starting non-existent Test using TestInit fails badly Initial Comment: If a Test that does not exist in your Repository is attempted to be started using the command line tool TestInit will look like a test is started. An error message should be reported. It will also creating a looping TestManager that can only be killed manually and this will create directories in the Repository for Test results for the non-existent Test - which creates confusing non-sensical displays in the Commander. eg. TestInit -start -T NONSENSE -S 10 Will create a Repository/Tests/Nonsense dir with a dated result dir below this. If the Test Nonsense never existed this will create a mess in the Tests tree in the Commander. To recover from this stituation the TestManager.exe process must be ended from the Windows Task Manager and the Nameserver should be restarted. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110857&aid=1095283&group_id=10857 |