Difference between revisions of "STRIDE 4.1.01x"

From STRIDE Wiki
Jump to: navigation, search
(Stride Runtime)
(Minor and Patch releases)
Line 65: Line 65:
  
 
== 4.1.01a ==
 
== 4.1.01a ==
 
=== [[Package_Installation#Host_Tools | Host Tools (Runner)]] ===
 
  
 
''New features and improvements:''  
 
''New features and improvements:''  
* Added support for transactional [[Stride_Runner#Options | upload]] to [[STRIDE Test Space]]
+
* [[STRIDE Runner]] now supports transactional [[Stride_Runner#Options | upload]] to [[STRIDE Test Space]]
 
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''
 
* Runner rejects device address with dots in the name.
 
* Runner may deadlock during diagnostics.
 
  
=== [[Package_Installation#STRIDE_Runtime | Stride Runtime]] ===
 
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''  
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''  
 +
* [[STRIDE Runner]] rejects device address with dots in the name.
 +
* [[STRIDE Runner]] may deadlock during diagnostics.
 
* Removed extra "()" in the test point annotation
 
* Removed extra "()" in the test point annotation
 +
* STRIDE enabled Target applications may log an error on exit.
 +
* In [[Linux SDK]] the PAL timer callback may deadlock.
  
 
''The following Runtime source files have been modified:''
 
''The following Runtime source files have been modified:''
 
  srtest.c
 
  srtest.c
  
=== [[ Package_Installation#Linux_2 | Linux SDK]] ===
+
''The following [[Windows SDK]] files have been modified:''
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''  
+
palIO.c
* STRIDE enabled Target Applications may log an error on exit.
 
* In PAL the timer callback may deadlock.
 
  
''The following files have been modified:''
+
''The following [[Linux SDK]] files have been modified:''
 
  palIO.c
 
  palIO.c
 
  palOS.c
 
  palOS.c
 
  palcfg.h
 
  palcfg.h
 
=== [[ Package_Installation#Windows_2 | Windows SDK]] ===
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''
 
* STRIDE enabled Target Applications may log an error on exit.
 
 
''The following files have been modified:''
 
palIO.c
 
  
 
== 4.1.01b ==
 
== 4.1.01b ==
  
=== [[Package_Installation#Host_Tools | Host Tools (Runner)]] ===
 
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''
 
* Runner on Windows fails to operate on COM port number greater than 9.
 
* Runner on Windows may log an error like "log4cplus:ERROR Unable to open file: ...".
 
* Runner may fail to HTTP redirect on results uploading.
 
 
=== [[Package_Installation#Build_Tools | Build Tools]] ===
 
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''
 
* s2sbind and s2sinstrument on Windows may log an error like "log4cplus:ERROR Unable to open file: ...".
 
 
=== [[Package_Installation#STRIDE_Runtime | Stride Runtime]] ===
 
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''  
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''  
* Resource leak when using Test Points.
+
* [[STRIDE Runner]] on Windows fails to operate on COM port number greater than 9.
* Default configuration values (srcfg.h) for a non-complex target are too restrictive.
+
* [[STRIDE Runner]] on Windows may log an error like "log4cplus:ERROR Unable to open file: ...".
 +
* [[STRIDE Runner]] may fail to HTTP redirect on results uploading.
 +
* [[s2sbind]] and [[s2sinstrument]] on Windows may log an error like "log4cplus:ERROR Unable to open file: ...".
 +
* Resource leak when using [[Test Points]].
 +
* Default [[Runtime Reference|STRIDE Runtime]] configuration values (srcfg.h) for a non-complex target are too restrictive.
 +
* In [[Windows SDK]] COM port connection may not work.
 +
* [[C/C++ Samples]] source code was updated to remove compiler warnings
  
 
''The following Runtime source files have been modified:''
 
''The following Runtime source files have been modified:''
Line 127: Line 108:
 
  srsuid.c
 
  srsuid.c
  
=== [[ Package_Installation#Windows_2 | Windows SDK]] ===
+
''The following [[Windows SDK]] files have been modified:''
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''
 
* COM port connection may not work.
 
 
 
''The following files have been modified:''
 
 
  palIO.c
 
  palIO.c
 
  palOS.c
 
  palOS.c
 
=== [[Package_Installation#Samples | Samples]] ===
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''
 
* Source code was updated to remove compiler warnings
 
 
''The following files have been modified:''
 
  s2_testintro_test.h
 
  s2_testintro_test.c
 
  s2_testintro_source.h
 
  s2_testintro_source.c
 
  s2_testintro_lib.c
 
  
 
== 4.1.01c ==
 
== 4.1.01c ==
 
=== [[Package_Installation#Host_Tools | Host Tools (Runner)]] ===
 
  
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''  
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''  
* Runner freezes on unexpected connection termination.
+
* [[STRIDE Runner]] freezes on unexpected connection termination.
* Runner on Windows may omit an error on COM port disconnect.
+
* [[STRIDE Runner]] on Windows may omit an error on COM port disconnect.
 
 
=== [[Package_Installation#STRIDE_Runtime | Stride Runtime]] ===
 
''New features and enhancements:''
 
 
* Added support for any count (0 or more) per [[Using_Test_Points|Test Point]] expectation.
 
* Added support for any count (0 or more) per [[Using_Test_Points|Test Point]] expectation.
 +
* In [[Linux SDK]] and [[Windows SDK]] too big buffer used in palLog().
 +
* [[C/C++ Samples]] source code was updated to fix a resource leak
  
 
''The following Runtime source files have been modified:''
 
''The following Runtime source files have been modified:''
Line 165: Line 128:
 
  srtest.c
 
  srtest.c
  
=== [[ Package_Installation#Linux_2 | Linux SDK]] ===
+
''The following [[Linux SDK]] files have been modified:''
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''
 
* Too big buffer used in palLog().
 
 
 
''The following files have been modified:''
 
 
  palOS.c
 
  palOS.c
  
=== [[ Package_Installation#Windows_2 | Windows SDK]] ===
+
''The following [[Windows SDK]] files have been modified:''
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''
 
* Adjusted error logging.
 
* Too big buffer used in palLog().
 
 
 
''The following files have been modified:''
 
 
  palIO.c
 
  palIO.c
 
  palOS.c
 
  palOS.c
 
=== [[Package_Installation#Samples | Samples]] ===
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''
 
* Major resource leak in TestPoint Sample.
 
 
''The following files have been modified:''
 
  s2_testpoint_source.h
 
  s2_testpoint_source.c
 
  s2_testpoint_test.c
 
 
  
 
== 4.1.01d ==
 
== 4.1.01d ==
 
=== [[Package_Installation#Host_Tools | Host Tools (Runner)]] ===
 
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''
 
* Runner accepts non-standard Test Space URL format.
 
* Runner may incorrectly remove test cases on dynamic suite/case creation.
 
 
=== [[Package_Installation#Build_Tools | Build Tools]] ===
 
  
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''  
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''  
* Crash on compilation of invalid use of [[scl_test_flist]].
+
* [[STRIDE Runner]] accepts non-standard Test Space URL format.
 
+
* [[STRIDE Runner]] may incorrectly remove test cases on dynamic suite/case creation.
=== [[Package_Installation#STRIDE_Runtime | Stride Runtime]] ===
+
* [[s2scompile]] may crash on compilation of invalid use of [[scl_test_flist]].
''New features and enhancements:''
 
 
* Added support for printf like format to [[Test Code Macros]].
 
* Added support for printf like format to [[Test Code Macros]].
  
Line 213: Line 148:
  
 
== 4.1.01e ==
 
== 4.1.01e ==
 
=== [[Package_Installation#Host_Tools | Host Tools (Runner)]] ===
 
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''
 
* Dynamic test case result has no duration.
 
 
=== [[Package_Installation#Build_Tools | Build Tools]] ===
 
  
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''  
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''  
 
* Dynamic test case result has no duration.
 
* Dynamic test case result has no duration.
 
* Unable to build in Windows on a read-only ClearCase mount.
 
* Unable to build in Windows on a read-only ClearCase mount.
 
=== [[Package_Installation#STRIDE_Runtime | Stride Runtime]] ===
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''
 
* Dynamic test case result has no duration.
 
 
* Timestamp fraction (srCFG_TIMESTAMP_DURATION) not taken in consideration.
 
* Timestamp fraction (srCFG_TIMESTAMP_DURATION) not taken in consideration.
  
Line 234: Line 158:
 
  srtestutil.c
 
  srtestutil.c
 
  srutil.h
 
  srutil.h
 
=== [[Package_Installation#Samples | Samples]] ===
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''
 
* Too short time expectations in TestIntro Sample.
 
 
''The following files have been modified:''
 
  s2_testintro_test.c
 
  
 
== 4.1.01f ==
 
== 4.1.01f ==
 
=== [[Package_Installation#Host_Tools | Host Tools (Runner)]] ===
 
  
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''  
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''  
* Runner on Windows may log errors like "log4cplus:ERROR No appenders could be found ...".
+
* [[STRIDE Runner]] on Windows may log errors like "log4cplus:ERROR No appenders could be found ...".
 +
* [[s2sbind]] and [[s2sinstrument]] on Windows may log errors like "log4cplus:ERROR No appenders could be found ...".
 +
* Misbehaviour on Linux systems with non standard NPTL implementation.
 +
* Microsecond srCFG_TIMESTAMP_UNITS treated as seconds.
  
=== [[Package_Installation#Build_Tools | Build Tools]] ===
+
''The following Runtime source files have been modified:''
 
+
srtestutil.c
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''  
+
srutil.h
* s2sbind and s2sinstrument on Windows may log errors like "log4cplus:ERROR No appenders could be found ...".
 
 
 
=== [[ Package_Installation#Linux_2 | Linux SDK]] ===
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''
 
* Misbehaviour on systems with non standard NPTL implementation.
 
  
''The following files have been modified:''
+
''The following [[Linux SDK]] files have been modified:''
 
  palcfg.h
 
  palcfg.h
 
  palOS.c
 
  palOS.c
 
  stride.c
 
  stride.c
 
=== [[Package_Installation#STRIDE_Runtime | Stride Runtime]] ===
 
''Defects corrected and the customer tracking number associated with them, if any, in brackets []:''
 
* Microsecond srCFG_TIMESTAMP_UNITS treated as seconds.
 
 
''The following Runtime source files have been modified:''
 
srtestutil.c
 
srutil.h
 
  
 
[[Category:Release Notes]]
 
[[Category:Release Notes]]

Revision as of 17:17, 17 May 2010

Release Notes

This page documents the changes in STRIDE version 4.1.01x (code name Grandview).

Please review this information before upgrading from an earlier version.


Note that if you are upgrading from a previous installation you must uninstall your existing STRIDE before installing version 4.1.01x.


What's New

Based on customer feedback, in this release we have many key usability improvements and bug fixes.

Usability Improvements

STRIDE Runner

Stride Runner is a new command line host based tool that allows performing target diagnostics and running target-based tests from a host computer and optionally uploading results to STRIDE Test Space.

STRIDE Test Space

STRIDE Test Space is a hosted web application for storing and analyzing your test results. Manually (using the web interface) or automatically from one of the STRIDE execution tools (STRIDE Runner or STRIDE Studio) the user now can create a fluid hierarchy of test results that adapts to shifting needs during a product lifecycle.

Framework

The product has been repackaged. In addition to the STRIDE Studio package, a new STRIDE Framework package has been introduced. The new package provides support for Windows and Linux host clients.

Change Details

License

  • A new licensing scheme has been implemented. Existing licenses will not work anymore and need to be reissued. Old and new licenses could co-exist at the same location.

Fixes

This section describes defects which have been corrected in STRIDE and the customer tracking number associated with them, if any, in brackets [].

Host Tools

  • A new command line host based tool, STRIDE Runner, has been introduced.

Runtime

  • STRIDE Host Release 4.1.01x is compatible with the Runtime Version 4.1.01
  • Test Points APIs have been changed.
  • The signature of the PAL IO Service InData callback (palInDataCallback_t) has changed. The first argument is now a const pointer.
  • Most of the Runtime files have been modified. It is recomended that you update them all.
  • The following Runtime files have been removed:
srinstall.h
srinstall.c
  • The following new Runtime files have been added:
srdiag.h
srdiag.c

Minor and Patch releases

4.1.01a

New features and improvements:

Defects corrected and the customer tracking number associated with them, if any, in brackets []:

  • STRIDE Runner rejects device address with dots in the name.
  • STRIDE Runner may deadlock during diagnostics.
  • Removed extra "()" in the test point annotation
  • STRIDE enabled Target applications may log an error on exit.
  • In Linux SDK the PAL timer callback may deadlock.

The following Runtime source files have been modified:

srtest.c

The following Windows SDK files have been modified:

palIO.c

The following Linux SDK files have been modified:

palIO.c
palOS.c
palcfg.h

4.1.01b

Defects corrected and the customer tracking number associated with them, if any, in brackets []:

  • STRIDE Runner on Windows fails to operate on COM port number greater than 9.
  • STRIDE Runner on Windows may log an error like "log4cplus:ERROR Unable to open file: ...".
  • STRIDE Runner may fail to HTTP redirect on results uploading.
  • s2sbind and s2sinstrument on Windows may log an error like "log4cplus:ERROR Unable to open file: ...".
  • Resource leak when using Test Points.
  • Default STRIDE Runtime configuration values (srcfg.h) for a non-complex target are too restrictive.
  • In Windows SDK COM port connection may not work.
  • C/C++ Samples source code was updated to remove compiler warnings

The following Runtime source files have been modified:

srcfg.h
srdiag.h
srdiag.c
srmsgque.c
srmsgrt.c
srstid.c
srsuid.c

The following Windows SDK files have been modified:

palIO.c
palOS.c

4.1.01c

Defects corrected and the customer tracking number associated with them, if any, in brackets []:

The following Runtime source files have been modified:

srconn.h
srconn.c
srib.c
srtest.h
srtest.c

The following Linux SDK files have been modified:

palOS.c

The following Windows SDK files have been modified:

palIO.c
palOS.c

4.1.01d

Defects corrected and the customer tracking number associated with them, if any, in brackets []:

The following Runtime source files have been modified:

srtest.h
srtestpp.cpp

4.1.01e

Defects corrected and the customer tracking number associated with them, if any, in brackets []:

  • Dynamic test case result has no duration.
  • Unable to build in Windows on a read-only ClearCase mount.
  • Timestamp fraction (srCFG_TIMESTAMP_DURATION) not taken in consideration.

The following Runtime source files have been modified:

srtest.c
srtestutil.c
srutil.h

4.1.01f

Defects corrected and the customer tracking number associated with them, if any, in brackets []:

  • STRIDE Runner on Windows may log errors like "log4cplus:ERROR No appenders could be found ...".
  • s2sbind and s2sinstrument on Windows may log errors like "log4cplus:ERROR No appenders could be found ...".
  • Misbehaviour on Linux systems with non standard NPTL implementation.
  • Microsecond srCFG_TIMESTAMP_UNITS treated as seconds.

The following Runtime source files have been modified:

srtestutil.c
srutil.h

The following Linux SDK files have been modified:

palcfg.h
palOS.c
stride.c