diff options
author | Fredrik Gustafsson <[email protected]> | 2013-02-04 15:13:14 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-02-04 15:13:14 +0100 |
commit | e7cc9b2e81128632d3cd0a1d357527b7f5faa5f8 (patch) | |
tree | eff4dc5f5939c88f24e372e9b0c2443bc468b5dd /lib | |
parent | 64e585da09339be629f05195cfcff7b01dcb0497 (diff) | |
download | otp-e7cc9b2e81128632d3cd0a1d357527b7f5faa5f8.tar.gz otp-e7cc9b2e81128632d3cd0a1d357527b7f5faa5f8.tar.bz2 otp-e7cc9b2e81128632d3cd0a1d357527b7f5faa5f8.zip |
Revert "Prepare release"
This reverts commit a0e362765d9d4afb0211f49eb787d2139b3eb7be.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common_test/doc/src/notes.xml | 116 | ||||
-rw-r--r-- | lib/common_test/vsn.mk | 2 |
2 files changed, 1 insertions, 117 deletions
diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index 0345fab8e8..8c3b13951d 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -32,122 +32,6 @@ <file>notes.xml</file> </header> -<section><title>Common_Test 1.7</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> - <p> - Severe errors detected by <c>test_server</c> (e.g. if log - files directories cannot be created) will now be reported - to <c>common_test</c> and noted in the <c>common_test</c> - logs.</p> - <p> - Own Id: OTP-9769 Aux Id: kunagi-202 [113] </p> - </item> - <item> - <p> - 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.</p> - <p> - Own Id: OTP-10040 Aux Id: kunagi-173 [84] </p> - </item> - <item> - <p> - Some bugfixes in <c>ct_snmp:</c></p> - <p> - <list> <item> 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. </item> - <item> 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. </item> </list></p> - <p> - Own Id: OTP-10432</p> - </item> - <item> - <p> - Some bugfixes in <c>ct_snmp</c>:</p> - <p> - <list> <item> Functions <c>register_users/2</c>, - <c>register_agents/2</c> and <c>register_usm_users/2</c>, - and the corresponding <c>unregister_*/1</c> functions - were not executable. These are corrected/rewritten. - </item> <item> Function <c>update_usm_users/2</c> is - removed, and an unregister function is added instead. - Update can now be done with unregister_usm_users and then - register_usm_users. </item> <item> Functions - <c>unregister_*/2</c> are added, so specific - users/agents/usm users can be unregistered. </item> - <item> Function <c>unload_mibs/1</c> is added for - completeness. </item> <item> 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. </item> <item> - Arguments to <c>register_usm_users/2</c> were faulty - documented. This has been corrected. </item> </list></p> - <p> - Own Id: OTP-10434 Aux Id: kunagi-264 [175] </p> - </item> - <item> - <p> - Faulty exported specs in common test has been corrected - to <c>ct_netconfc:hook_options/0</c> and - <c>inet:hostname/0</c></p> - <p> - Own Id: OTP-10601</p> - </item> - <item> - <p> - 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.</p> - <p> - Own Id: OTP-10646</p> - </item> - </list> - </section> - - - <section><title>Known Bugs and Problems</title> - <list> - <item> - <p> - The earlier undocumented cross cover feature for - accumulating cover data over multiple tests has now been - fixed and documented.</p> - <p> - Own Id: OTP-9870 Aux Id: kunagi-206 [117] </p> - </item> - <item> - <p> - CT drops error reason when groups/0 crashes.</p> - <p> - Own Id: OTP-10631 Aux Id: kunagi-345 [256] </p> - </item> - <item> - <p> - Problem opening sftp connection with ct_ssh.</p> - <p> - Own Id: OTP-10632 Aux Id: kunagi-346 [257] </p> - </item> - <item> - <p> - Event handler on a ct_master node causes hanging.</p> - <p> - Own Id: OTP-10634 Aux Id: kunagi-347 [258] </p> - </item> - </list> - </section> - -</section> - <section><title>Common_Test 1.6.3.1</title> <section><title>Known Bugs and Problems</title> diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index c92fb2ca37..f9bb22867e 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1 +1 @@ -COMMON_TEST_VSN = 1.7 +COMMON_TEST_VSN = 1.6.3 |