From 8cece79b77952c991e62ae595bcf71cde016a052 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 17 Jun 2013 16:23:55 +0200 Subject: Prepare release --- lib/test_server/doc/src/notes.xml | 50 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) (limited to 'lib/test_server/doc') diff --git a/lib/test_server/doc/src/notes.xml b/lib/test_server/doc/src/notes.xml index 0eab939a46..c6c166c796 100644 --- a/lib/test_server/doc/src/notes.xml +++ b/lib/test_server/doc/src/notes.xml @@ -32,6 +32,56 @@ notes.xml +
Test_Server 3.6.2 + +
Fixed Bugs and Malfunctions + + +

+ Some unused code related to remote targets is removed, + and documentation is updated.

+

+ Own Id: OTP-10607 Aux Id: kunagi-338 [249]

+
+ +

+ A bug in test_server_gl caused io requests containing + invalid data (i.e. not unicode:chardata()) to hang, since + no io reply was sent. This has been corrected.

+

+ Own Id: OTP-10991

+
+ +

+ Common Test would, in case of timetrap error, print a + warning in the log if end_per_testcase wasn't implemented + in the suite, even though it's an optional function. This + printout has been removed.

+

+ Own Id: OTP-11052

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

+ The '-force_stop' flag to use with time-limited repeats + of test runs can now be used with a new 'skip_rest' + option which causes the rest of the test cases in the + ongoing test job to be skipped when the time limit is + reached. E.g. 'ct_run -spec xxx -duration 010000 + -force_stop skip_rest'

+

+ Own Id: OTP-10856 Aux Id: OTP-10832

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