From a0e362765d9d4afb0211f49eb787d2139b3eb7be Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 7 Jan 2013 12:00:39 +0100 Subject: Prepare release --- lib/common_test/doc/src/notes.xml | 116 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) (limited to 'lib/common_test/doc/src/notes.xml') diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index 8c3b13951d..0345fab8e8 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -32,6 +32,122 @@ notes.xml +
Common_Test 1.7 + +
Fixed Bugs and Malfunctions + + +

+ Severe errors detected by test_server (e.g. if log + files directories cannot be created) will now be reported + to common_test and noted in the common_test + logs.

+

+ Own Id: OTP-9769 Aux Id: kunagi-202 [113]

+
+ +

+ If a busy test case generated lots of error messages, + cth_log_redirect:post_end_per_testcase would crash with a + timeout while waiting for the error logger to finish + handling all error reports. The default timer was 5 + seconds. This has now been extended to 5 minutes.

+

+ Own Id: OTP-10040 Aux Id: kunagi-173 [84]

+
+ +

+ Some bugfixes in ct_snmp:

+

+ ct_snmp will now use the value of the + 'agent_vsns' config variable when setting the 'variables' + parameter to snmp application agent configuration. + Earlier this had to be done separately - i.e. the + supported versions had to be specified twice. + Snmp application failed to write notify.conf since + ct_snmp gave the notify type as a string instead of an + atom. This has been corrected.

+

+ Own Id: OTP-10432

+
+ +

+ Some bugfixes in ct_snmp:

+

+ Functions register_users/2, + register_agents/2 and register_usm_users/2, + and the corresponding unregister_*/1 functions + were not executable. These are corrected/rewritten. + Function update_usm_users/2 is + removed, and an unregister function is added instead. + Update can now be done with unregister_usm_users and then + register_usm_users. Functions + unregister_*/2 are added, so specific + users/agents/usm users can be unregistered. + Function unload_mibs/1 is added for + completeness. Overriding configuration + files did not work, since the files were written in + priv_dir instead of in the configuration dir + (priv_dir/conf). This has been corrected. + Arguments to register_usm_users/2 were faulty + documented. This has been corrected.

+

+ Own Id: OTP-10434 Aux Id: kunagi-264 [175]

+
+ +

+ Faulty exported specs in common test has been corrected + to ct_netconfc:hook_options/0 and + inet:hostname/0

+

+ Own Id: OTP-10601

+
+ +

+ The netconf client in common_test did not adjust the + window after receiving data. Due to this, the client + stopped receiving data after a while. This has been + corrected.

+

+ Own Id: OTP-10646

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

+ The earlier undocumented cross cover feature for + accumulating cover data over multiple tests has now been + fixed and documented.

+

+ Own Id: OTP-9870 Aux Id: kunagi-206 [117]

+
+ +

+ CT drops error reason when groups/0 crashes.

+

+ Own Id: OTP-10631 Aux Id: kunagi-345 [256]

+
+ +

+ Problem opening sftp connection with ct_ssh.

+

+ Own Id: OTP-10632 Aux Id: kunagi-346 [257]

+
+ +

+ Event handler on a ct_master node causes hanging.

+

+ Own Id: OTP-10634 Aux Id: kunagi-347 [258]

+
+
+
+ +
+
Common_Test 1.6.3.1
Known Bugs and Problems -- cgit v1.2.3