staxhistory.php
来自「Software Testing Automation Framework (S」· PHP 代码 · 共 967 行 · 第 1/4 页
PHP
967 行
- Fixed bug where a STAXPythonEvaluationException occurred when assigning a process's STAXResult to return file output containing one or more single quotes (Bug #1144). -------------------------------------------------------------------------------Version 1.1.0: 03/12/2002 + Added <returnstdout>, <returnstderr>, and <returnfile> elements to the <process> element. + Added a mode attribute to the <testcase> element which indicates if information about the testcase is to be reported even if no tcstatus elements have been encountered (Support #100091). - Display an error when Other Function in the STAX Monitor's Start New Job panel is selected but a function name is not specified (Bug #1036). + Changed the <process> element's <sequence> to <process-action> with an if attribute (Support #100090). - Fixed STAX Monitor event mismatches (Bug #1031). + Updated sample1.xml to define function arguments and use new scope and requires attributes for a function. + Enhanced function scoping by introducing a 'local' function scope, adding the ability to pass arguments to a function, to define the arguments that can be passed to a function, and to return from a function. (Support #100032) + Updated the STAX Event generation information to make it more extensible (Support # 100086). + Added support for polling the STAX Monitor Process monitor information more frequently (Support #100060). + Added support for interacting with processes (Support #100045) + Added a "mode" attribute to the <command> element to indicate whether the process's command should be executed with the shell option (Support #100084) + Updated the STAX Monitor command line options to use dashes (Support #100082). + Added an Arguments field on the STAX Monitor's Start New Job panel, which allows you to pass arguments to the Start Function (Support #10083). + Added an <import> element which allows importing of functions from another STAX XML Job File (Support #10028). + Added static handle support to the STAX Job Monitor, so SET ALLOWMULTIREG is no longer required in the STAF.cfg file for the STAX Job Monitor machine (Support #100073). + Added a "jobparms" command line parameter to the STAX Job Monitor. This tells the STAX Monitor to submit a new STAX Job with the jobParmFiles options and monitor the job, if applicable (Support #100075). - Fixed intermittent problem where the first row in STAX Monitor tables is slightly smaller in height than the other rows (Support #100048). + Added a "closeonend" command line parameter to the STAX Job Monitor. If specified with the "job" or "jobparms" parameters, the STAX Job Monitor will be closed when the job ends (Support #100077). + Added an "if" attribute to the message and log elements that can be used conditionally determine whether a message should be displayed/logged. + In the STAX Monitor's Start New Job dialog, the most recently accessed job parameter files are listed in the File menubar, and selecting a menu item will load all of it's job parameters (Support #100066). - Fixed problem where on Hold, Commands remain in the STAX Monitor view until the block is released (Bug #887). - Fixed NullPointerException on paralleliterate/iterate if list being iterated is empty or None. Now raising a STAXEmptyList signal with a default signalhandler that sends/logs a message and continues (Bug #948). = Modified STAX User's Guide to install Jython 2.1 (available 12/30/2001) instead of Jython 2.1 alpha/beta versions. + Added elapsed time for Processes and Commands in the STAX Job Monitor tree (Support #100057). + Added a confirmation dialog when deleting all scripts from the STAX Job Monitor's Start New Job panel (Support #100062). + Added support to the STAX Job Monitor so that it can be started to Monitor a particular job (Support #100058). + Added support for saving the STAX Job Monitor Start New Job parameters to a file so that they can later be reloaded (Support #100059). + Added a "Clear All Parameters" button to the STAX Job Monitor Start New Job panel which will clear all of the parameter fields (Support #100065). + Added elapsed time for Jobs in the main STAX Job Monitor panel (Support #100056). + Added Testcase Pass/Fail totals to the STAX Job Monitor (Support #100061). - Fixed <other> option for the <process> element (Bug #940). - Fixed problem updating monitor properties when not root (Bug #886). - Fixed Process and STAFCmd so that they use the real host name if local is specified (Bug #890).-------------------------------------------------------------------------------Version 1.0.4: 12/13/2001 + Modified the STAX Monitor's Message table to always scroll to the most recent message unless the user has scrolled to earlier messages. - Fixed STAX Monitor problem with monitoring already started jobs on Unix STAX servers (Testcase parsing error) - Added a println for TestProcess to display its loop count. - Fixed problem with local machine names when STAX Monitor is using a non-local STAX service machine - Fixed bug where the STAX Service fails to initialize on Linux systems with STAF 2.3 installed (get an ArrayOutOfBounds Exception).-------------------------------------------------------------------------------Version 1.03: 10/23/2001 - Fixed bug where using a different case for the a process's <location> vs the case of the hostname resulted in STAX not knowing that the process completed. = Added a log warning message if a STAX process/request END message arrived but there was no listener. - Fixed bug where the STAX Monitor was not saving the Start New Job data on Linux systems. - Fixed a STAX Monitor SplitPane sizing problem (where you always had to move the dividers to see the Processes, etc) on Linux systems. + Added a confirmation dialog when attempting to terminate a job from the main STAX Monitor dialog. -------------------------------------------------------------------------------Version 1.02: 10/04/2001 - Fixed bug where an OutOfMemoryError occurred for long-running STAX jobs with many processes and/or stafcmds. - Fixed bug where a java.lang.NullPointerException occurred during the initialization of the STAX Service when trying to create a Python Interpreter when it needs to process an updated jar file.-------------------------------------------------------------------------------Version 1.01: 09/18/2001 - Fixed bug where STAFProc did not display some errors that may occur when the STAX Service is first initialized. In STAX Version 1.0, this resulted in RC 7 being returned when you performed any STAX command, such as "STAF local STAX HELP" because the STAX Service did not really initialize successfully. The initialization errors are now displayed. -------------------------------------------------------------------------------Version 1.0: 09/17/2001 + Enhanced the following elements: + More variations are now allowed in the ordering of elements within a <process> element. + <catch> element's exception attribute is now evaluated by Python instead of being a literal + Enhanced the STAX Job Monitor. This included: + Providing an "Active Jobs" first panel. + Redesigning the layout of the panel to submit a job. + Allowing you to start monitoring a job that is already running + Using a popup window to hold, terminate, or release a block when you right mouse click on it + Using better icons to differentiate blocks, processes, and stafcmds + Changing the color of the block icon to red when held, yellow when held by parent, and green when running + Enhanced the output of the QUERY JOB <Job ID> PROCESS <Location:Handle>. All of the process elements are now displayed and in a different order. + Made the number of physical threads used by the STAX service configurable and defaulted the thread number to 5 instead of 2. + Changed the names of a couple of STAX Variables: + STAXXmlFile => STAXJobXMLFile + STAXXmlMachine => STAXJobXMLMachine + Added a few new STAX Variables: + STAXJobSourceMachine + STAXJobSourceHandle + STAXJobSourceHandleName-------------------------------------------------------------------------------Version 1.0 Beta 4: 08/16/1998 + Added the following elements: + <try> / <catch> + <throw> + <rethrow> + <timer> + Changed the following elements: + <eval> element name changed to <script> + Made many updates to the elements that can be contained in the <process> element. This included combining some of the elements and adding a "if" attribute to all of the optional process elements. + Enhanced the STAX Job Monitor. This included adding new colors and the automatic changing of block names in the tree from green to red when a block is held. + Added the ability to list/query processes and stafcmds to the LIST JOB and QUERY JOB requests. + On the execute request, changed the EVAL parameter name to SCRIPT.-------------------------------------------------------------------------------Version 1.0 Beta 3: 08/01/2001 + Many enhancements have been made to the STAX Monitor, including the ability to submit a new job. Also, many updates were made to the user interface. + Added a sample file, sample1.xml, that demonstrates some of the capabilities of STAX. + No longer need to copy stax.dtd to the STAF\BIN directory. Remove it if you installed Beta 1 or 2. + Changed the following elements: + <function id="..."> changed to <function name="..."> + <defaultfunction> is now called <defaultcall> + <eval> elements can now be contained by elements other than just <stax> and <sequence> + <process> and <stafcmd> now have an optional name attribute + <testcasestatus status="pass" message="..."/> has been changed to <tcstatus result="'pass'">...</tcstatus> + <if expression="..."> and <elseif expression="..."> have been changed to <if expr="..."> and <elseif expr="..."> + <iterate itemvar="..." in="..." indexvar="..."> has been changed to <iterate var="..." in="..." indexvar="..."> + <paralleliterate itemvar="..." in="..." indexvar="..."> has been changed to <paralleliterate var="..." in="..." indexvar="..."> + <loop indexvar="..."> has been changed to <loop var="..."> + Added support for the following elements: + <log> + <break> + <continue> + <nop>-------------------------------------------------------------------------------Version 1.0 Beta 2: 06/28/2001 - Fixed bug some events got "lost" because STAF got bogged down with all the events generates by STAX. Fixed by changing to use ReqSync instead of ReqFireAndForget when generating events.-------------------------------------------------------------------------------Version 1.0 Beta 1: 06/26/2001 + Initial release-------------------------------------------------------------------------------</PRE></td></tr><!-- end of text for page --><?phprequire "bottom.php";?></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?