<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/common_test/src, branch OTP-20.0</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update copyright year</title>
<updated>2017-06-19T09:05:30+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-06-19T09:05:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=22394371e45bda351acdcc65a8cbe06b09f2d449'/>
<id>22394371e45bda351acdcc65a8cbe06b09f2d449</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ct] Print unicode atoms and strings correctly in common_test logs</title>
<updated>2017-06-16T09:52:20+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-05-31T17:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9d95abb3597eb4e19df40704fe8533b5d384d3e9'/>
<id>9d95abb3597eb4e19df40704fe8533b5d384d3e9</id>
<content type='text'>
And use correct encoding when printing to files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And use correct encoding when printing to files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2017-06-14T13:36:21+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-06-14T13:36:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=43718d3b81d7f3d08e25047e22d579801bbe5044'/>
<id>43718d3b81d7f3d08e25047e22d579801bbe5044</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ct] Add ct_ssh:shell/2,3</title>
<updated>2017-05-19T12:39:48+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-05-17T14:13:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8d27ace14a1dd9b9899fedec818b789081e33e83'/>
<id>8d27ace14a1dd9b9899fedec818b789081e33e83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ct_util: Stop using get_stacktrace/0 inappropriately</title>
<updated>2017-05-11T10:16:22+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2017-05-10T05:31:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ba5d07704cc4b54139c48c7d034f389a31c37a89'/>
<id>ba5d07704cc4b54139c48c7d034f389a31c37a89</id>
<content type='text'>
The return value of erlang:get_stacktrace/0 is not defined
when called like this:

  try Expr of
    Pattern -&gt;
      erlang:get_stacktrace()
  end

Currently, the stacktrace will be from a random earlier error.
In a future release, it may be [].

Note: We can remove the entire 'case' statement because
CTHReason can never be an atom.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The return value of erlang:get_stacktrace/0 is not defined
when called like this:

  try Expr of
    Pattern -&gt;
      erlang:get_stacktrace()
  end

Currently, the stacktrace will be from a random earlier error.
In a future release, it may be [].

Note: We can remove the entire 'case' statement because
CTHReason can never be an atom.
</pre>
</div>
</content>
</entry>
<entry>
<title>common_test: Future-proof exception handling code</title>
<updated>2017-05-10T11:42:18+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2017-05-10T05:25:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0e1e34a49cca0f077bc596954304a83fa9e403a8'/>
<id>0e1e34a49cca0f077bc596954304a83fa9e403a8</id>
<content type='text'>
In the future, erlang:get_stacktrace/0 will probably only work
inside a the 'catch' block of a 'try' expression.

Future-proof the code by rewriting the old-style catch to
a try...catch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the future, erlang:get_stacktrace/0 will probably only work
inside a the 'catch' block of a 'try' expression.

Future-proof the code by rewriting the old-style catch to
a try...catch.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ct_netconfc] Update documentation</title>
<updated>2017-05-08T13:37:19+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-05-04T15:28:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fe521f4679ed0caa068f3825869796001b29fc40'/>
<id>fe521f4679ed0caa068f3825869796001b29fc40</id>
<content type='text'>
* Remove edoc comments in ct_netconfc.erl
* Rewrite ct_netconfc.xml to use specs for functions and types
* Add documentation of new functions in ct_netconfc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove edoc comments in ct_netconfc.erl
* Rewrite ct_netconfc.xml to use specs for functions and types
* Add documentation of new functions in ct_netconfc
</pre>
</div>
</content>
</entry>
<entry>
<title>[ct_netconfc] Start multiple sessions per SSH connection</title>
<updated>2017-05-08T08:30:42+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-03-27T09:54:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=63d63920f3f68f1d3cc62184e9f1a5c51da17088'/>
<id>63d63920f3f68f1d3cc62184e9f1a5c51da17088</id>
<content type='text'>
The following new functions are added to ct_netconfc:

* connect/1,2 - open an SSH connection to a netconf server
* disconnect/1 - close the given SSH connectoin
* session/1,2,3 - open an SSH channel on the give connection and send
  'hello' to start a netconf session.

This allows running multiple channels on on SSH connection, realizing
one netconf session per channel. The existing ct_netconfc:open will
always run one channel(session) per SSH connection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following new functions are added to ct_netconfc:

* connect/1,2 - open an SSH connection to a netconf server
* disconnect/1 - close the given SSH connectoin
* session/1,2,3 - open an SSH channel on the give connection and send
  'hello' to start a netconf session.

This allows running multiple channels on on SSH connection, realizing
one netconf session per channel. The existing ct_netconfc:open will
always run one channel(session) per SSH connection.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2017-05-04T13:42:21+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2017-05-04T13:42:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=83e20c62057ebc1d8064bf57b01be560cd244e1d'/>
<id>83e20c62057ebc1d8064bf57b01be560cd244e1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'siri/ct/delete-old-logs/OTP-14179'</title>
<updated>2017-04-24T14:34:34+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-04-24T14:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=658bbc5604e07dbc6a893ce3d24f4d3f68d0a5c9'/>
<id>658bbc5604e07dbc6a893ce3d24f4d3f68d0a5c9</id>
<content type='text'>
* siri/ct/delete-old-logs/OTP-14179:
  [ct] Add 'keep_logs' option
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/ct/delete-old-logs/OTP-14179:
  [ct] Add 'keep_logs' option
</pre>
</div>
</content>
</entry>
</feed>
