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/common_test/doc/src/notes.xml | 94 +++++++++++++++++++++++++++++++++++++++ lib/common_test/vsn.mk | 2 +- 2 files changed, 95 insertions(+), 1 deletion(-) (limited to 'lib/common_test') diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index abe8cb2041..7e33b71de1 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -32,6 +32,100 @@ notes.xml +
Common_Test 1.6.3 + +
Fixed Bugs and Malfunctions + + +

+ The ct:run_test/1 option 'config' only worked with a + single config file, not a list of files. This has been + fixed.

+

+ Own Id: OTP-10495

+
+ +

+ ct_netconfc:close_session sometimes returned + {error,closed} because the ssh connection was closed + (from the server side) before the rpc-reply was received + by the client. This is normal and can not be helped. It + has been corrected so the return will be 'ok' in this + case. Other error situations will still give + {error,Reason}.

+

+ Own Id: OTP-10510 Aux Id: kunagi-320 [231]

+
+ +

+ ct_netconfc:close_session sometimes returned + {error,closed} or (if the connection was named) + {error,{process_down,Pid,normal}} because the ssh + connection was closed (from the server side) before the + rpc-reply was received by the client. This is normal and + can not be helped. It has been corrected so the return + will be 'ok' in this situation.

+

+ Own Id: OTP-10570

+
+ +

+ Fix bug where ct:require of same name with same config + would return name_in_use.

+

+ Own Id: OTP-10572

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

+ A new test case group search functionality has been + implemented that makes Common Test search automatically + through the group definitions tree (the return value of + groups/0) and create tests for all paths of nested groups + that match the specification. It also allows for + specifying unique paths to sub groups in order to avoid + execution of unwanted tests. This new feature can be used + whenever starting a test run by means of the ct_run + program, the ct:run_test/1 API function, or a Test + Specification. Details can be found in the Test Case + Group Execution section in the Running Tests chapter.

+

+ Own Id: OTP-10466 Aux Id: kunagi-276 [187]

+
+
+
+ + +
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]

+
+ +

+ Faulty connection handling in common_test.

+

+ Own Id: OTP-10126 Aux Id: kunagi-178 [89]

+
+
+
+ +
+
Common_Test 1.6.2.1
Fixed Bugs and Malfunctions diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index 5c9fdfc47e..f9bb22867e 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1 +1 @@ -COMMON_TEST_VSN = 1.6.2.1 +COMMON_TEST_VSN = 1.6.3 -- cgit v1.2.3