<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/common_test/src, branch erl_1252</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>[common_test] Fix cth_surefire</title>
<updated>2012-12-12T16:20:31+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-11-13T13:12:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f309f03b406b9bc30abcc4daf3154e6475363c96'/>
<id>f309f03b406b9bc30abcc4daf3154e6475363c96</id>
<content type='text'>
The following corrections/changes are done in the cth_surefire hook:

* Earlier there would always be a 'properties' element under the
  'testsuites' element. This would exist even if there were now
  'property' element inside it. This has been changed so if there are
  no 'property' elements to display, then there will not be a
  'properties' element either.

* The XML file will now (unless other is specified) be stored in the
  top log directory. Earlier, the default directory would be the
  current working directory for the erlang node, which would mostly,
  but not always, be the top log directory.

* The 'hostname' attribute in the 'testsuite' element would earlier
  never have the correct value. This has been corrected.

* The 'errors' attribute in the 'testsuite' element would earlier
  display the number of failed testcases. This has been changed and
  will now always have the value 0, while the 'failures' attribute
  will show the number of failed testcases.

* A new attribute 'skipped' is added to the 'testsuite' element. This
  will display the number of skipped testcases. These would earlier be
  included in the number of failed test cases.

* The total number of tests displayed by the 'tests' attribute in the
  'testsuite' element would earlier include init/end_per_suite and
  init/end_per_group. This is no longer the case. The 'tests'
  attribute will now only count "real" test cases.

* Earlier, auto skipped test cases would have no value in the 'log'
  attribute. This is now corrected.

* A new attributes 'log' is added to the 'testsuite' element.

* A new option named 'url_base' is added for this hook. If this
  option is used, a new attribute named 'url' will be added to the
  'testcase' and 'testsuite' elements.

Tests are added for the ct_surefire hook.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following corrections/changes are done in the cth_surefire hook:

* Earlier there would always be a 'properties' element under the
  'testsuites' element. This would exist even if there were now
  'property' element inside it. This has been changed so if there are
  no 'property' elements to display, then there will not be a
  'properties' element either.

* The XML file will now (unless other is specified) be stored in the
  top log directory. Earlier, the default directory would be the
  current working directory for the erlang node, which would mostly,
  but not always, be the top log directory.

* The 'hostname' attribute in the 'testsuite' element would earlier
  never have the correct value. This has been corrected.

* The 'errors' attribute in the 'testsuite' element would earlier
  display the number of failed testcases. This has been changed and
  will now always have the value 0, while the 'failures' attribute
  will show the number of failed testcases.

* A new attribute 'skipped' is added to the 'testsuite' element. This
  will display the number of skipped testcases. These would earlier be
  included in the number of failed test cases.

* The total number of tests displayed by the 'tests' attribute in the
  'testsuite' element would earlier include init/end_per_suite and
  init/end_per_group. This is no longer the case. The 'tests'
  attribute will now only count "real" test cases.

* Earlier, auto skipped test cases would have no value in the 'log'
  attribute. This is now corrected.

* A new attributes 'log' is added to the 'testsuite' element.

* A new option named 'url_base' is added for this hook. If this
  option is used, a new attribute named 'url' will be added to the
  'testcase' and 'testsuite' elements.

Tests are added for the ct_surefire hook.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix silly bug</title>
<updated>2012-11-23T14:11:20+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2012-11-23T14:11:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=561d818c5b63198565a66644272d6037e6d938bc'/>
<id>561d818c5b63198565a66644272d6037e6d938bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the new group search feature</title>
<updated>2012-11-21T19:33:18+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2012-11-20T16:33:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=283aa83c7ee83221aeef590afb56a24507bbe35b'/>
<id>283aa83c7ee83221aeef590afb56a24507bbe35b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote branch 'origin/peppe/common_test/group_search_r15b03' into maint</title>
<updated>2012-11-20T11:26:18+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2012-11-20T11:25:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b0acd41f90490d38156cf9c8615859def630596b'/>
<id>b0acd41f90490d38156cf9c8615859def630596b</id>
<content type='text'>
* origin/peppe/common_test/group_search_r15b03:
  Fix problem with test case order in group specifications
  Finish the test suite and correct remaining bugs
  Implement new group search functionality

OTP-10466
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* origin/peppe/common_test/group_search_r15b03:
  Fix problem with test case order in group specifications
  Finish the test suite and correct remaining bugs
  Implement new group search functionality

OTP-10466
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problem with test case order in group specifications</title>
<updated>2012-11-19T17:01:04+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2012-11-19T17:01:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=44fa71f32c0e901c73808657af7b8ab38158817b'/>
<id>44fa71f32c0e901c73808657af7b8ab38158817b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish the test suite and correct remaining bugs</title>
<updated>2012-11-19T10:29:25+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2012-11-15T16:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0034dfc83ad3f18a67df38b4414fe74be7cbcdf6'/>
<id>0034dfc83ad3f18a67df38b4414fe74be7cbcdf6</id>
<content type='text'>
OTP-10466
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OTP-10466
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement new group search functionality</title>
<updated>2012-11-19T10:29:07+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2012-11-02T23:01:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0139043d48c692c0f0835d389f4e6ecaa38e8692'/>
<id>0139043d48c692c0f0835d389f4e6ecaa38e8692</id>
<content type='text'>
OTP-10466
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OTP-10466
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problem with config start option not accepting list of files</title>
<updated>2012-11-19T10:14:45+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2012-10-19T15:22:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4a0600126b78a7083cb380c5d9efcdd364f551f8'/>
<id>4a0600126b78a7083cb380c5d9efcdd364f551f8</id>
<content type='text'>
OTP-10495
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OTP-10495
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'siri/common_test/ct_netconfc-close-problems' into maint</title>
<updated>2012-11-15T07:54:25+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-11-15T07:54:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=042c2986445465f843e5dc4be4df34b28381d0d2'/>
<id>042c2986445465f843e5dc4be4df34b28381d0d2</id>
<content type='text'>
* siri/common_test/ct_netconfc-close-problems:
  [common_test] Allow server to terminate netconf session before rpc-reply
  [common_test] Ensure process down after ct_netconf:close_session
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/common_test/ct_netconfc-close-problems:
  [common_test] Allow server to terminate netconf session before rpc-reply
  [common_test] Ensure process down after ct_netconf:close_session
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Recognize and ignore info_reports for ct connections</title>
<updated>2012-11-14T13:02:20+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-10-26T12:29:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3e52784d3c88050d695da1f2828df36c9a83d148'/>
<id>3e52784d3c88050d695da1f2828df36c9a83d148</id>
<content type='text'>
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).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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).
</pre>
</div>
</content>
</entry>
</feed>
