diff options
| author | Fredrik Gustafsson <[email protected]> | 2013-01-17 16:50:33 +0100 | 
|---|---|---|
| committer | Fredrik Gustafsson <[email protected]> | 2013-01-17 16:50:33 +0100 | 
| commit | b5e456083979a25404670feb3fb7f977cbe32d8b (patch) | |
| tree | 6faffe24e3b2b14ae15eb6154377c75e7e284144 /lib/common_test/doc/src | |
| parent | 2a6407b3f744ae3d170764eac9d9eb882148b898 (diff) | |
| parent | 64e585da09339be629f05195cfcff7b01dcb0497 (diff) | |
| download | otp-b5e456083979a25404670feb3fb7f977cbe32d8b.tar.gz otp-b5e456083979a25404670feb3fb7f977cbe32d8b.tar.bz2 otp-b5e456083979a25404670feb3fb7f977cbe32d8b.zip | |
Merge branch 'maint-r15'
Conflicts:
	erts/vsn.mk
Diffstat (limited to 'lib/common_test/doc/src')
| -rw-r--r-- | lib/common_test/doc/src/notes.xml | 116 | 
1 files changed, 116 insertions, 0 deletions
| 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 @@      <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> | 
