<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/test_server/test/test_server_SUITE_data, branch OTP-17.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Relax time limits for parallel groups tests</title>
<updated>2014-03-27T13:43:56+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2014-03-27T13:43:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=24f148e8465eb8b2d87ec3e36436a7da22907899'/>
<id>24f148e8465eb8b2d87ec3e36436a7da22907899</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the "coding: utf-8" comment from all Erlang source files</title>
<updated>2013-04-19T13:33:28+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2013-04-19T13:29:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1f3afa8143d9aabc178b6fbcd09a693fc105065a'/>
<id>1f3afa8143d9aabc178b6fbcd09a693fc105065a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Add test_server_io:print_unexpected/1</title>
<updated>2013-04-08T09:39:08+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-04-05T07:27:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=516948f172067d1afe34adbaf866bc7488f8bedf'/>
<id>516948f172067d1afe34adbaf866bc7488f8bedf</id>
<content type='text'>
To use from any process to print a string in the unexpected_io.log.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To use from any process to print a string in the unexpected_io.log.
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Don't hang due to invalid io request</title>
<updated>2013-03-28T10:36:29+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-03-28T10:36:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=08edfec49c90b72818525292b465e0024951cc7d'/>
<id>08edfec49c90b72818525292b465e0024951cc7d</id>
<content type='text'>
A bug in test_server_gl caused io requests containing invalid data
(i.e. not unicode:chardata()) to hang, since no io reply was
sent. This has been corrected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A bug in test_server_gl caused io requests containing invalid data
(i.e. not unicode:chardata()) to hang, since no io reply was
sent. This has been corrected.
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Use simpler tc name in unicode test to make it work on windows</title>
<updated>2013-03-04T10:01:13+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-02-11T14:47:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dab88ad5dc3a8dd23a898953fe48366d865074ea'/>
<id>dab88ad5dc3a8dd23a898953fe48366d865074ea</id>
<content type='text'>
A test case in test_server_unicode_SUITE contained characters that
were not allowed in filenames on windows - e.g. \. The test case name
will be used as filename for the HTML log for the test, so this failed
on windows. This is now corrected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A test case in test_server_unicode_SUITE contained characters that
were not allowed in filenames on windows - e.g. \. The test case name
will be used as filename for the HTML log for the test, so this failed
on windows. This is now corrected.
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Don't escape : and @ in test log links</title>
<updated>2013-01-25T14:56:01+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-01-25T10:33:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7a056d997ca002a99fec6d303b7077294c1d999b'/>
<id>7a056d997ca002a99fec6d303b7077294c1d999b</id>
<content type='text'>
If escaping :, then links of type "file:///c:/ldisk..." will not work.

Escaping @ does not create any problems, but the link becomes harder
to read and most modern browsers can handle this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If escaping :, then links of type "file:///c:/ldisk..." will not work.

Escaping @ does not create any problems, but the link becomes harder
to read and most modern browsers can handle this.
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Add tests for unicode support</title>
<updated>2013-01-25T14:56:00+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-01-17T17:55:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c463aaf0355d3a958df2335d13dc88aafb667f40'/>
<id>c463aaf0355d3a958df2335d13dc88aafb667f40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Add test of code cover mechanism</title>
<updated>2012-12-04T10:35:51+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-11-27T15:19:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a71ec754bb995f72f0c7fa244ceb21383d717cfc'/>
<id>a71ec754bb995f72f0c7fa244ceb21383d717cfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Cancel timetrap for break in end_per_testcase</title>
<updated>2012-11-16T10:45:38+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-11-15T09:15:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1a8e644f07418f27fad173201381012cb827282f'/>
<id>1a8e644f07418f27fad173201381012cb827282f</id>
<content type='text'>
Any call to test_server:break/1 should cancel all active
timetramps. In some cases, Suite:end_per_testcase/2 is executed on a
different process than the test case itself, and if
test_server:break/1 would be called from there, the timetraps would
not be cancelled. This has been corrected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Any call to test_server:break/1 should cancel all active
timetramps. In some cases, Suite:end_per_testcase/2 is executed on a
different process than the test case itself, and if
test_server:break/1 would be called from there, the timetraps would
not be cancelled. This has been corrected.
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Start cover in test_server:wait_for_node</title>
<updated>2012-10-30T10:18:41+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-10-17T11:54:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f617b5b1f310dd37d606f3648246cc0851e12bef'/>
<id>f617b5b1f310dd37d606f3648246cc0851e12bef</id>
<content type='text'>
Without this change, there is no support in test_server for starting
cover on a node started with option {wait,false}.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this change, there is no support in test_server for starting
cover on a node started with option {wait,false}.
</pre>
</div>
</content>
</entry>
</feed>
