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 &lt;returnstdout>, &lt;returnstderr>, and &lt;returnfile> elements    to the &lt;process> element.  + Added a mode attribute to the &lt;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 &lt;process> element's &lt;sequence> to &lt;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 &lt;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 &lt;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 &lt;other> option for the &lt;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 &lt;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 &lt;process> element.      + &lt;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 &lt;Job ID> PROCESS &lt;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:     + &lt;try> / &lt;catch>     + &lt;throw>     + &lt;rethrow>     + &lt;timer>  + Changed the following elements:     + &lt;eval> element name changed to &lt;script>     + Made many updates to the elements that can be contained in the       &lt;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:    + &lt;function id="..."> changed to &lt;function name="...">    + &lt;defaultfunction> is now called &lt;defaultcall>    + &lt;eval> elements can now be contained by elements other than just &lt;stax>      and &lt;sequence>    + &lt;process> and &lt;stafcmd> now have an optional name attribute    + &lt;testcasestatus status="pass" message="..."/> has been changed to      &lt;tcstatus result="'pass'">...&lt;/tcstatus>    + &lt;if expression="..."> and &lt;elseif expression="..."> have been changed to      &lt;if expr="..."> and &lt;elseif expr="...">    + &lt;iterate itemvar="..." in="..." indexvar="..."> has been changed to      &lt;iterate var="..." in="..." indexvar="...">    + &lt;paralleliterate itemvar="..." in="..." indexvar="..."> has been changed to      &lt;paralleliterate var="..." in="..." indexvar="...">    + &lt;loop indexvar="..."> has been changed to      &lt;loop var="...">  + Added support for the following elements:    + &lt;log>    + &lt;break>    + &lt;continue>    + &lt;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 + -
显示快捷键?