From 08a112d189c8f47953eabcf2e05a0245dd6e6087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Fri, 11 Jun 2010 10:20:20 +0000 Subject: Update release notes --- lib/test_server/doc/src/notes.xml | 64 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) (limited to 'lib/test_server/doc/src/notes.xml') diff --git a/lib/test_server/doc/src/notes.xml b/lib/test_server/doc/src/notes.xml index b6e0a6cefa..dae071311c 100644 --- a/lib/test_server/doc/src/notes.xml +++ b/lib/test_server/doc/src/notes.xml @@ -32,6 +32,70 @@ notes.xml +
Test_Server 3.4 + +
Fixed Bugs and Malfunctions + + +

+ Returning {fail,Reason} from the framework end_tc + function was not handled properly by Test Server for all + test suite functions.

+

+ Own Id: OTP-8492 Aux Id: seq11502

+
+ +

+ If the framework end_tc function would hang and get + aborted by Test Server, there was no indication of + failure in the logs. This has been fixed.

+

+ Own Id: OTP-8682 Aux Id: seq11504

+
+
+
+ + +
Improvements and New Features + + +

+ It is now possible for the Test Server framework end_tc + function to change the status of the test case from ok or + auto-skipped to failed by returning {fail,Reason}.

+

+ Own Id: OTP-8495 Aux Id: seq11502

+
+ +

+ Test Server will now call the end_per_testcase/2 function + even if the test case has been terminated explicitly + (with abort_current_testcase/1), or after a timetrap + timeout. Under these circumstances the return value of + end_per_testcase is completely ignored. Therefore the + function will not be able to change the reason for test + case termination by returning {fail,Reason}, nor will it + be able to save data with {save_config,Data}.

+

+ Own Id: OTP-8500 Aux Id: seq11521

+
+ +

+ Previously, a repeat property of a test case group + specified the number of times the group should be + repeated after the main test run. I.e. {repeat,N} would + case the group to execute 1+N times. To be consistent + with the behaviour of the run_test repeat option, this + has been changed. N now specifies the absolute number of + executions instead.

+

+ Own Id: OTP-8689 Aux Id: seq11502

+
+
+
+ +
+
Test_Server 3.3.6
Fixed Bugs and Malfunctions -- cgit v1.2.3