<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/common_test/test, branch OTP-19.0</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>[ct test] Catch call to ssh:start/0</title>
<updated>2016-06-18T13:35:28+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-06-17T07:46:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e61d7eb7ed8a1425daf8948ae0ba882cebc4946f'/>
<id>e61d7eb7ed8a1425daf8948ae0ba882cebc4946f</id>
<content type='text'>
The ssh application is not installed on all test hosts. Catching the
call to ssh:start/0 allows the the netconf tests to be nicely skipped
if ssh does not exist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ssh application is not installed on all test hosts. Catching the
call to ssh:start/0 allows the the netconf tests to be nicely skipped
if ssh does not exist.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'siri/cuddle-master'</title>
<updated>2016-06-15T13:30:35+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-06-15T13:30:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=37464e088e9f4268c1d54d56d7cb31bec1cc140f'/>
<id>37464e088e9f4268c1d54d56d7cb31bec1cc140f</id>
<content type='text'>
* siri/cuddle-master:
  Add short sleep when killing slave nodes
  [ct test] Do reload_config instead of get_config
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/cuddle-master:
  Add short sleep when killing slave nodes
  [ct test] Do reload_config instead of get_config
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'peppe/common_test/OTP-13615'</title>
<updated>2016-06-14T07:37:10+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2016-06-14T07:37:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d08201b22997975bccae635bf47ddec6b585c5a8'/>
<id>d08201b22997975bccae635bf47ddec6b585c5a8</id>
<content type='text'>
* peppe/common_test/OTP-13615:
  Fix problem with incorrect type of timestamps

OTP-13615
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* peppe/common_test/OTP-13615:
  Fix problem with incorrect type of timestamps

OTP-13615
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problem with incorrect type of timestamps</title>
<updated>2016-06-13T12:07:51+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2016-06-13T12:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e3fd5673dfb8542fe34ec490c4c788c21b20ef69'/>
<id>e3fd5673dfb8542fe34ec490c4c788c21b20ef69</id>
<content type='text'>
OTP-13615
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OTP-13615
</pre>
</div>
</content>
</entry>
<entry>
<title>[ct test] Do reload_config instead of get_config</title>
<updated>2016-06-09T12:54:03+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-06-01T12:58:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0c9e037ce8c1eab9a2c7c1bcbbd4cbe3478dca47'/>
<id>0c9e037ce8c1eab9a2c7c1bcbbd4cbe3478dca47</id>
<content type='text'>
The test case config_dynamic_SUITE:test_localtime_update sometimes
failed on slow machines, since the initial value of 'localtime' is
fetched with ct:get_config instead of ct:reload_config. The value is
then from the test run start, not from the time of the ct:get_config
call. This is now corrected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The test case config_dynamic_SUITE:test_localtime_update sometimes
failed on slow machines, since the initial value of 'localtime' is
fetched with ct:get_config instead of ct:reload_config. The value is
then from the test run start, not from the time of the ct:get_config
call. This is now corrected.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'siri/cuddle-master'</title>
<updated>2016-06-09T12:52:35+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-06-09T12:52:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=68ff9f3e4b5387cf38af7aeb1a8b7abbdaa867d8'/>
<id>68ff9f3e4b5387cf38af7aeb1a8b7abbdaa867d8</id>
<content type='text'>
* siri/cuddle-master:
  [ct test] Wait for event receiver to be unregistered
  [ct test] Flush messages from old client after close in telnet server
  [ct test] Use monitor instead of ct:sleep
  [ct test] Check that crypto is loaded, or skip netconf tests
  [ct test] Reduce amount of data in netconfc1_SUITE:get_a_lot
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/cuddle-master:
  [ct test] Wait for event receiver to be unregistered
  [ct test] Flush messages from old client after close in telnet server
  [ct test] Use monitor instead of ct:sleep
  [ct test] Check that crypto is loaded, or skip netconf tests
  [ct test] Reduce amount of data in netconfc1_SUITE:get_a_lot
</pre>
</div>
</content>
</entry>
<entry>
<title>[ct test] Wait for event receiver to be unregistered</title>
<updated>2016-06-09T12:28:16+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-06-05T12:04:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=baf5751951f3463d599ccb958272ab6a6fec39b4'/>
<id>baf5751951f3463d599ccb958272ab6a6fec39b4</id>
<content type='text'>
To avoid badarg when two tests are run within the same test case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To avoid badarg when two tests are run within the same test case.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ct test] Flush messages from old client after close in telnet server</title>
<updated>2016-06-09T12:28:15+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-06-05T11:30:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=12573be47139eb40ec17b137808dcde929a00345'/>
<id>12573be47139eb40ec17b137808dcde929a00345</id>
<content type='text'>
Since the same erlang process is used for subsequent telnet
connections, messages from old clients must be flushed after close.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the same erlang process is used for subsequent telnet
connections, messages from old clients must be flushed after close.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ct test] Use monitor instead of ct:sleep</title>
<updated>2016-06-09T12:28:15+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-06-03T13:38:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=15ce292889054bc7514e7d1d1cb7c68c349d65bb'/>
<id>15ce292889054bc7514e7d1d1cb7c68c349d65bb</id>
<content type='text'>
ct_gen_conn_SUITE_data/conn_SUITE.erl uses a lot of ct:sleep(100) when
waiting for processes to exit. This commit removes all the sleeps and
introducess monitor instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ct_gen_conn_SUITE_data/conn_SUITE.erl uses a lot of ct:sleep(100) when
waiting for processes to exit. This commit removes all the sleeps and
introducess monitor instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ct test] Check that crypto is loaded, or skip netconf tests</title>
<updated>2016-06-09T09:30:25+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-06-01T12:14:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ce5f7b7e1842b1866c55e6f024c143c598709280'/>
<id>ce5f7b7e1842b1866c55e6f024c143c598709280</id>
<content type='text'>
Tests for ct_netconfc are failed instead of skipped if crypto can not
be loaded. This is now corrected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tests for ct_netconfc are failed instead of skipped if crypto can not
be loaded. This is now corrected.
</pre>
</div>
</content>
</entry>
</feed>
