From d5de2e1ffd6403f5d7ec62e6ce8da508e1cb1239 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 26 Nov 2012 15:48:29 +0100 Subject: Prepare release --- lib/test_server/doc/src/notes.xml | 41 +++++++++++++++++++++++++++++++++++++++ lib/test_server/vsn.mk | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) (limited to 'lib/test_server') diff --git a/lib/test_server/doc/src/notes.xml b/lib/test_server/doc/src/notes.xml index 3b109193a0..6a9add044a 100644 --- a/lib/test_server/doc/src/notes.xml +++ b/lib/test_server/doc/src/notes.xml @@ -32,6 +32,47 @@ notes.xml +
Test_Server 3.5.3 + +
Improvements and New Features + + +

+ test_server_h will now recognize info_reports written by + ct connection handlers (according to the description in + cth_conn_log) and ignore them as they will be completely + handled by by ct_conn_log_h.

+

+ Earlier test_server_h would print a tag (testcase name) + before forwarding the report to error_logger_tty_h. This + would cause lots of tags in the log with no info report + following (since error_logger_tty_h did not handle them).

+

+ Own Id: OTP-10571

+
+
+
+ + +
Known Bugs and Problems + + +

+ Restore Config data if lost when test case fails.

+

+ Own Id: OTP-10070 Aux Id: kunagi-175 [86]

+
+ +

+ IO server error in test_server.

+

+ Own Id: OTP-10125 Aux Id: OTP-10101, kunagi-177 [88]

+
+
+
+ +
+
Test_Server 3.5.2
Fixed Bugs and Malfunctions diff --git a/lib/test_server/vsn.mk b/lib/test_server/vsn.mk index aecf595f3f..b956ebb2b3 100644 --- a/lib/test_server/vsn.mk +++ b/lib/test_server/vsn.mk @@ -1 +1 @@ -TEST_SERVER_VSN = 3.5.2 +TEST_SERVER_VSN = 3.5.3 -- cgit v1.2.3